From 7039f9f2ef48058b4f0cf63ec5ad58934cce1730 Mon Sep 17 00:00:00 2001 From: Alexander Pyhalov Date: Thu, 29 Mar 2018 09:18:24 +0300 Subject: [PATCH] Remove gdesklets --- components/desktop/gnome2/gdesklets/Makefile | 68 --- .../gnome2/gdesklets/files/po-sun/Makefile | 55 -- .../gnome2/gdesklets/files/po-sun/cs.po | 21 - .../gnome2/gdesklets/files/po-sun/de.po | 24 - .../gnome2/gdesklets/files/po-sun/es.po | 24 - .../gnome2/gdesklets/files/po-sun/fr.po | 25 - .../gdesklets/files/po-sun/gdesklets-sun.pot | 27 - .../gnome2/gdesklets/files/po-sun/hu.po | 21 - .../gnome2/gdesklets/files/po-sun/it.po | 24 - .../gnome2/gdesklets/files/po-sun/ja.po | 27 - .../gnome2/gdesklets/files/po-sun/ko.po | 24 - .../gnome2/gdesklets/files/po-sun/pl.po | 21 - .../gnome2/gdesklets/files/po-sun/pt_BR.po | 26 - .../gnome2/gdesklets/files/po-sun/ru.po | 21 - .../gnome2/gdesklets/files/po-sun/sv.po | 21 - .../gnome2/gdesklets/files/po-sun/zh_CN.po | 24 - .../gnome2/gdesklets/files/po-sun/zh_HK.po | 24 - .../gnome2/gdesklets/files/po-sun/zh_TW.po | 24 - .../desktop/gnome2/gdesklets/gdesklets.p5m | 575 ------------------ .../gdesklets/manifests/sample-manifest.p5m | 569 ----------------- .../patches/02-session-manager-support.patch | 53 -- .../gdesklets/patches/06-menu-entry.patch | 9 - .../gdesklets/patches/07-python2.7.patch | 63 -- components/meta-packages/history/history | 1 + 24 files changed, 1 insertion(+), 1770 deletions(-) delete mode 100644 components/desktop/gnome2/gdesklets/Makefile delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/Makefile delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/cs.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/de.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/es.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/fr.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/gdesklets-sun.pot delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/hu.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/it.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/ja.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/ko.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/pl.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/pt_BR.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/ru.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/sv.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/zh_CN.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/zh_HK.po delete mode 100644 components/desktop/gnome2/gdesklets/files/po-sun/zh_TW.po delete mode 100644 components/desktop/gnome2/gdesklets/gdesklets.p5m delete mode 100644 components/desktop/gnome2/gdesklets/manifests/sample-manifest.p5m delete mode 100644 components/desktop/gnome2/gdesklets/patches/02-session-manager-support.patch delete mode 100644 components/desktop/gnome2/gdesklets/patches/06-menu-entry.patch delete mode 100644 components/desktop/gnome2/gdesklets/patches/07-python2.7.patch diff --git a/components/desktop/gnome2/gdesklets/Makefile b/components/desktop/gnome2/gdesklets/Makefile deleted file mode 100644 index 03a3d33b66a..00000000000 --- a/components/desktop/gnome2/gdesklets/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# -# This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"), version 1.0. -# You may only use this file in accordance with the terms of version -# 1.0 of the CDDL. -# -# A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at -# http://www.illumos.org/license/CDDL. -# - -# -# Copyright 2017 Gary Mills -# Copyright 2016 Alexander Pyhalov -# - -include ../../../../make-rules/shared-macros.mk - -COMPONENT_NAME= gdesklets -COMPONENT_VERSION= 0.36.3 -# Version was bumped in JDS -IPS_COMPONENT_VERSION= 2.30.0 -COMPONENT_SUMMARY= Applications/Panels and Applets -COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) -COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 -COMPONENT_ARCHIVE_HASH= \ - sha256:805b0343635e5dcfd24d23ab10f0153ab5135dc971ba1712fbf4bddbeee26af5 -COMPONENT_ARCHIVE_URL= \ - https://launchpad.net/gdesklets/0.3x/release-of-$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE) -COMPONENT_PROJECT_URL = https://launchpad.net/gdesklets -COMPONENT_CLASSIFICATION = Applications/Panels and Applets -COMPONENT_FMRI = gnome/desklet/gdesklets -COMPONENT_LICENSE = GPLv2 -COMPONENT_LICENSE_FILE = COPYING - -include $(WS_MAKE_RULES)/prep.mk -include $(WS_MAKE_RULES)/configure.mk -include $(WS_MAKE_RULES)/ips.mk - -PATH = $(PATH.gnu) - -COMPONENT_PRE_CONFIGURE_ACTION = (chmod -R u+r $(SOURCE_DIR) && cp -rp $(SOURCE_DIR)/* $(@D) && \ - cp -r $(COMPONENT_DIR)/files/po-sun $(@D) && \ - cd $(@D)/po-sun && $(MAKE) all ) - -CONFIGURE_OPTIONS+= --sysconfdir=/etc -CONFIGURE_OPTIONS+= --libexecdir=/usr/lib - -CONFIGURE_ENV += PYTHON=$(PYTHON) - -build: $(BUILD_32) - -install: $(INSTALL_32) - -REQUIRED_PACKAGES += image/library/librsvg -REQUIRED_PACKAGES += library/desktop/gdk-pixbuf -REQUIRED_PACKAGES += library/desktop/gtk2 -REQUIRED_PACKAGES += library/glib2 -REQUIRED_PACKAGES += library/libgtop -REQUIRED_PACKAGES += library/python/gnome-python-27 -REQUIRED_PACKAGES += library/python/pygobject-27 -REQUIRED_PACKAGES += library/python/pygtk2-27 -REQUIRED_PACKAGES += library/python/python-dbus-27 -REQUIRED_PACKAGES += runtime/python-27 -REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += text/gawk -REQUIRED_PACKAGES += text/intltool -REQUIRED_PACKAGES += x11/library/libx11 diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/Makefile b/components/desktop/gnome2/gdesklets/files/po-sun/Makefile deleted file mode 100644 index 3619bb7441c..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/Makefile +++ /dev/null @@ -1,55 +0,0 @@ - -all: - @MSGCAT=$${MSGCAT:-msgcat}; \ - MSGCAT_VERSION=`$$MSGCAT --version | head -1 | awk '{print $$NF}'`; \ - MSGCAT_VERSION=`echo $$MSGCAT_VERSION | awk -F. '{ print $$1 * 1000 + $$2 * 100 + $$3; }'`; \ - if [ $$MSGCAT_VERSION -lt 1500 ] ; then \ - MSGCAT=/usr/bin/msgcat; \ - MSGCAT_VERSION=`$$MSGCAT --version | head -1 | awk '{print $$NF}'`; \ - MSGCAT_VERSION=`echo $$MSGCAT_VERSION | awk -F. '{ print $$1 * 1000 + $$2 * 100 + $$3; }'`; \ - if [ $$MSGCAT_VERSION -lt 1500 ] ; then \ - printf "msgcat version 0.15 is required for msgctxt\n"; \ - printf "rf. http://live.gnome.org/GnomeGoals/MsgctxtMigration\n"; \ - exit 1; \ - fi; \ - fi; \ - \ - for po_sun in $(POFILES); do \ - po=$(PODIR)/$$po_sun; \ - if test ! -f $$po; then \ - continue; \ - fi; \ - \ - echo "Merging $$po_sun ..."; \ - \ - header_community=$${po_sun}.header; \ - I=0; \ - exec < $$po; \ - while read line; \ - do \ - is_comment=`echo $$line | grep '^#' | grep -v '^#,'`; \ - if [ x"$$is_comment" = x ] ; then \ - break; \ - fi; \ - I=`expr $$I + 1`; \ - done; \ - exec <&-; \ - if [ $$I -ne 0 ] ; then \ - sed -ne "1,$${I}p" $$po > $$header_community; \ - fi; \ - \ - po_sun_no_obs=$$po_sun.no_obs; \ - sed -e "/^#~/d" $$po_sun > $$po_sun_no_obs; \ - \ - if [ -f $$header_community ] ; then \ - $$MSGCAT --use-first $$po_sun_no_obs $$po -o $$po.$$; \ - cat $$header_community $$po.$$ > $$po; \ - rm $$header_community $$po.$$; \ - else \ - $$MSGCAT --use-first $$po_sun_no_obs $$po -o $$po; \ - fi; \ - done - -top_builddir = .. -PODIR = $(top_builddir)/po -POFILES = $(wildcard *.po) diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/cs.po b/components/desktop/gnome2/gdesklets/files/po-sun/cs.po deleted file mode 100644 index 96ba5dd8f5b..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/cs.po +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/de.po b/components/desktop/gnome2/gdesklets/files/po-sun/de.po deleted file mode 100644 index 196a81e1ecb..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/de.po +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-10-14 12:25+0100\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "Kleine Dienstprogramme im Desktop-Hintergrund ausführen" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/es.po b/components/desktop/gnome2/gdesklets/files/po-sun/es.po deleted file mode 100644 index bf3a3be88ad..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/es.po +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-10-15 11:09+0100\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "Ejecutar aplicaciones pequeñas en el fondo del escritorio" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/fr.po b/components/desktop/gnome2/gdesklets/files/po-sun/fr.po deleted file mode 100644 index f7d46ab1e66..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/fr.po +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-10-14 17:47+0100\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" -"Exécuter de petites applications utilitaires sur l'arrière-plan de bureau" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/gdesklets-sun.pot b/components/desktop/gnome2/gdesklets/files/po-sun/gdesklets-sun.pot deleted file mode 100644 index 84418a7db31..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/gdesklets-sun.pot +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-26 02:07+0900\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/hu.po b/components/desktop/gnome2/gdesklets/files/po-sun/hu.po deleted file mode 100644 index 96ba5dd8f5b..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/hu.po +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/it.po b/components/desktop/gnome2/gdesklets/files/po-sun/it.po deleted file mode 100644 index af939bd5d14..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/it.po +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-10-14 18:24+0100\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "Esegue utilità di piccole dimensioni in background sul desktop" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/ja.po b/components/desktop/gnome2/gdesklets/files/po-sun/ja.po deleted file mode 100644 index 420e9d4617e..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/ja.po +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN TECH REVIEWED -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" -"デスクトップバックグラウンドの小さいユーティリティーアプリケーションを実行し" -"ます" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/ko.po b/components/desktop/gnome2/gdesklets/files/po-sun/ko.po deleted file mode 100644 index 6194ff3b2a1..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/ko.po +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "바탕화면 배경에서 크기가 작은 유틸리티 응용 프로그램을 실행합니다." diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/pl.po b/components/desktop/gnome2/gdesklets/files/po-sun/pl.po deleted file mode 100644 index 96ba5dd8f5b..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/pl.po +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/pt_BR.po b/components/desktop/gnome2/gdesklets/files/po-sun/pt_BR.po deleted file mode 100644 index c30a661da26..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/pt_BR.po +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-10-14 17:07+0100\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" -"Executar pequenos aplicativos de utilitários em segundo plano na área de " -"trabalho" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/ru.po b/components/desktop/gnome2/gdesklets/files/po-sun/ru.po deleted file mode 100644 index 96ba5dd8f5b..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/ru.po +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/sv.po b/components/desktop/gnome2/gdesklets/files/po-sun/sv.po deleted file mode 100644 index 96ba5dd8f5b..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/sv.po +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/zh_CN.po b/components/desktop/gnome2/gdesklets/files/po-sun/zh_CN.po deleted file mode 100644 index ede0dac90d2..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/zh_CN.po +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "在桌面后台运行小实用程序应用程序" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/zh_HK.po b/components/desktop/gnome2/gdesklets/files/po-sun/zh_HK.po deleted file mode 100644 index d3ae24bda29..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/zh_HK.po +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "在桌面背景執行小型公用程式應用程式" diff --git a/components/desktop/gnome2/gdesklets/files/po-sun/zh_TW.po b/components/desktop/gnome2/gdesklets/files/po-sun/zh_TW.po deleted file mode 100644 index d3ae24bda29..00000000000 --- a/components/desktop/gnome2/gdesklets/files/po-sun/zh_TW.po +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2008 Sun Microsystems, Inc -# This file is distributed under the same license as the gdesklet package. -# -# Desktop Discuss -# -msgid "" -msgstr "" -"Project-Id-Version: gdesklet HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-25 12:07+0900\n" -"PO-Revision-Date: 2008-09-25 12:07+0900\n" -"Last-Translator: desktop-discuss@opensolaris.org\n" -"Language-Team: desktop-discuss@opensolaris.org\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -# SUN_BRANDING -# COMMUNITY UNTRANS -# SUN CHANGED MESSAGE -# SUN LING REVIEWED -#: ../data/gdesklets.desktop.in.h:2 -msgid "Run small utility applications on your desktop background" -msgstr "在桌面背景執行小型公用程式應用程式" diff --git a/components/desktop/gnome2/gdesklets/gdesklets.p5m b/components/desktop/gnome2/gdesklets/gdesklets.p5m deleted file mode 100644 index 0e8a7010895..00000000000 --- a/components/desktop/gnome2/gdesklets/gdesklets.p5m +++ /dev/null @@ -1,575 +0,0 @@ -# -# This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"), version 1.0. -# You may only use this file in accordance with the terms of version -# 1.0 of the CDDL. -# -# A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at -# http://www.illumos.org/license/CDDL. -# - -# -# Copyright 2015 Alexander Pyhalov -# - -set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) -set name=pkg.summary value="$(COMPONENT_SUMMARY)" -set name=info.classification value="$(COMPONENT_CLASSIFICATION)" -set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) -set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) -set name=org.opensolaris.consolidation value=$(CONSOLIDATION) - -license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' - - default facet.locale.%<\1> true> - default restart_fmri svc:/application/desktop-cache/icon-cache:default> - default restart_fmri svc:/application/desktop-cache/desktop-mime-cache:default> - default restart_fmri svc:/application/desktop-cache/mime-types-cache:default> - default mode 0555> - -file path=etc/xdg/autostart/gdesklets.desktop -link path=usr/bin/gdesklets target=../lib/gdesklets/gdesklets -file path=usr/lib/gdesklets/Additions/bg/black.svg -file path=usr/lib/gdesklets/Additions/bg/blue.svg -file path=usr/lib/gdesklets/Additions/bg/fancy-blue.png -file path=usr/lib/gdesklets/Additions/bg/glass.svg -file path=usr/lib/gdesklets/Additions/bg/grass.png -file path=usr/lib/gdesklets/Additions/bg/green.svg -file path=usr/lib/gdesklets/Additions/bg/grey.svg -file path=usr/lib/gdesklets/Additions/bg/old-paper-edges.png -file path=usr/lib/gdesklets/Additions/bg/old-paper.png -file path=usr/lib/gdesklets/Additions/bg/old-paper2.png -file path=usr/lib/gdesklets/Additions/bg/red.svg -file path=usr/lib/gdesklets/Controls/ArrayBuffer/IArrayBuffer.py -file path=usr/lib/gdesklets/Controls/ArrayBuffer/__init__.py -file path=usr/lib/gdesklets/Controls/Calendar/ICalendar.py -file path=usr/lib/gdesklets/Controls/Calendar/__init__.py -file path=usr/lib/gdesklets/Controls/EventPipe/IEventPipe.py -file path=usr/lib/gdesklets/Controls/EventPipe/__init__.py -file path=usr/lib/gdesklets/Controls/HDDTemp/IHDDTemp.py -file path=usr/lib/gdesklets/Controls/HDDTemp/__init__.py -file path=usr/lib/gdesklets/Controls/HDDTemp/impl.py -file path=usr/lib/gdesklets/Controls/Random/IRandom.py -file path=usr/lib/gdesklets/Controls/Random/__init__.py -file path=usr/lib/gdesklets/Controls/Sensor/ISensor.py -file path=usr/lib/gdesklets/Controls/Sensor/__init__.py -file path=usr/lib/gdesklets/Controls/System/ISystem.py -file path=usr/lib/gdesklets/Controls/System/__init__.py -file path=usr/lib/gdesklets/Controls/Time/ITime.py -file path=usr/lib/gdesklets/Controls/Time/__init__.py -file path=usr/lib/gdesklets/Controls/URI/IURI.py -file path=usr/lib/gdesklets/Controls/URI/__init__.py -file path=usr/lib/gdesklets/Controls/__init__.py -file path=usr/lib/gdesklets/Displays/15pieces/15pieces.display -file path=usr/lib/gdesklets/Displays/15pieces/COPYING -file path=usr/lib/gdesklets/Displays/15pieces/GNU/0.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/1.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/10.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/11.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/12.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/13.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/14.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/15.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/2.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/3.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/4.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/5.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/6.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/7.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/8.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/9.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/README -file path=usr/lib/gdesklets/Displays/15pieces/Tux/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/0.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/1.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/10.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/11.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/12.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/13.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/14.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/15.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/2.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/3.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/4.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/5.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/6.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/7.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/8.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/9.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/gfx/dummy.png -file path=usr/lib/gdesklets/Displays/15pieces/make_tiles.sh -file path=usr/lib/gdesklets/Displays/Calendar/COPYING -file path=usr/lib/gdesklets/Displays/Calendar/Calendar.display -file path=usr/lib/gdesklets/Displays/Calendar/README -file path=usr/lib/gdesklets/Displays/Calendar/calendar_mod.script -file path=usr/lib/gdesklets/Displays/Calendar/events.script -file path=usr/lib/gdesklets/Displays/Calendar/gfx/appointment.png -file path=usr/lib/gdesklets/Displays/Calendar/gfx/emblem-photos.png -file path=usr/lib/gdesklets/Displays/Calendar/gfx/preferences-desktop-wallpaper.png -file path=usr/lib/gdesklets/Displays/Calendar/gfx/preview.png -file path=usr/lib/gdesklets/Displays/Calendar/gfx/stock_font.png -file path=usr/lib/gdesklets/Displays/Calendar/lang.script -file path=usr/lib/gdesklets/Displays/Calendar/months/0.png -file path=usr/lib/gdesklets/Displays/Calendar/months/1.png -file path=usr/lib/gdesklets/Displays/Calendar/months/10.png -file path=usr/lib/gdesklets/Displays/Calendar/months/11.png -file path=usr/lib/gdesklets/Displays/Calendar/months/12.png -file path=usr/lib/gdesklets/Displays/Calendar/months/2.png -file path=usr/lib/gdesklets/Displays/Calendar/months/3.png -file path=usr/lib/gdesklets/Displays/Calendar/months/4.png -file path=usr/lib/gdesklets/Displays/Calendar/months/5.png -file path=usr/lib/gdesklets/Displays/Calendar/months/6.png -file path=usr/lib/gdesklets/Displays/Calendar/months/7.png -file path=usr/lib/gdesklets/Displays/Calendar/months/8.png -file path=usr/lib/gdesklets/Displays/Calendar/months/9.png -file path=usr/lib/gdesklets/Displays/Calendar/months/README -file path=usr/lib/gdesklets/Displays/Clock/COPYING -file path=usr/lib/gdesklets/Displays/Clock/README -file path=usr/lib/gdesklets/Displays/Clock/clock.display -file path=usr/lib/gdesklets/Displays/Clock/gfx/aero.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/chrome.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/default.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/dull.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/fx.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/fxtux.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/gd.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/gnome.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/icons/appointment.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/icons/calendar.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/icons/gnome-globe.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/icons/gnome-settings-background.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/modern.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/moon.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/osX.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/pocketwatch.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/raf.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/rome.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/station.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/tux.png -file path=usr/lib/gdesklets/Displays/Clock/timezones.script -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/COPYING -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/README -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/gfx/preferences-desktop-wallpaper.png -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/gfx/preview.png -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/gfx/stock_draw-callouts.png -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/gfx/stock_font.png -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/quote.display -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/quotes.script -file path=usr/lib/gdesklets/Sensors/External/__init__.py -file path=usr/lib/gdesklets/Sensors/FontSelector/__init__.py -file path=usr/lib/gdesklets/config/Backend.py -file path=usr/lib/gdesklets/config/ConfigBoolean.py -file path=usr/lib/gdesklets/config/ConfigButton.py -file path=usr/lib/gdesklets/config/ConfigColor.py -file path=usr/lib/gdesklets/config/ConfigDPI.py -file path=usr/lib/gdesklets/config/ConfigDate.py -file path=usr/lib/gdesklets/config/ConfigDialog.py -file path=usr/lib/gdesklets/config/ConfigEnum.py -file path=usr/lib/gdesklets/config/ConfigFloat.py -file path=usr/lib/gdesklets/config/ConfigFont.py -file path=usr/lib/gdesklets/config/ConfigInfo.py -file path=usr/lib/gdesklets/config/ConfigInteger.py -file path=usr/lib/gdesklets/config/ConfigKeyBinding.py -file path=usr/lib/gdesklets/config/ConfigList.py -file path=usr/lib/gdesklets/config/ConfigManager.py -file path=usr/lib/gdesklets/config/ConfigRadio.py -file path=usr/lib/gdesklets/config/ConfigString.py -file path=usr/lib/gdesklets/config/ConfigTitle.py -file path=usr/lib/gdesklets/config/ConfigToggle.py -file path=usr/lib/gdesklets/config/ConfigURI.py -file path=usr/lib/gdesklets/config/ConfigUnit.py -file path=usr/lib/gdesklets/config/ConfigWidget.py -file path=usr/lib/gdesklets/config/DaemonConfigger.py -file path=usr/lib/gdesklets/config/DisplayConfigger.py -file path=usr/lib/gdesklets/config/StateSaver.py -file path=usr/lib/gdesklets/config/__init__.py -file path=usr/lib/gdesklets/config/settings.py -file path=usr/lib/gdesklets/ctrlinfo -file path=usr/lib/gdesklets/data/about.png -file path=usr/lib/gdesklets/data/calendar.png -file path=usr/lib/gdesklets/data/gdesklets.desktop -file path=usr/lib/gdesklets/data/gdesklets.png -file path=usr/lib/gdesklets/data/gdesklets.xml -file path=usr/lib/gdesklets/data/gnome-mime-application-x-gdesklets-display.png -file path=usr/lib/gdesklets/display/ContainerTarget.py -file path=usr/lib/gdesklets/display/DataTarget.py -file path=usr/lib/gdesklets/display/Display.py -file path=usr/lib/gdesklets/display/DisplayConfigurator.py -file path=usr/lib/gdesklets/display/DisplayTarget.py -file path=usr/lib/gdesklets/display/GlassWindow.py -file path=usr/lib/gdesklets/display/Layouter.py -file path=usr/lib/gdesklets/display/MenuItem.py -file path=usr/lib/gdesklets/display/Plug.py -file path=usr/lib/gdesklets/display/TargetAlignment.py -file path=usr/lib/gdesklets/display/TargetArray.py -file path=usr/lib/gdesklets/display/TargetBonoboControl.py -file path=usr/lib/gdesklets/display/TargetCanvas.py -file path=usr/lib/gdesklets/display/TargetDisplay.py -file path=usr/lib/gdesklets/display/TargetEntry.py -file path=usr/lib/gdesklets/display/TargetExpander.py -file path=usr/lib/gdesklets/display/TargetFrame.py -file path=usr/lib/gdesklets/display/TargetGauge.py -file path=usr/lib/gdesklets/display/TargetGroup.py -file path=usr/lib/gdesklets/display/TargetGroup2.py -file path=usr/lib/gdesklets/display/TargetImage.py -file path=usr/lib/gdesklets/display/TargetLabel.py -file path=usr/lib/gdesklets/display/TargetPlotter.py -file path=usr/lib/gdesklets/display/Window.py -file path=usr/lib/gdesklets/display/__init__.py -file path=usr/lib/gdesklets/display/targetregistry.py -file path=usr/lib/gdesklets/doc/basic/Images/desklet-context-menu.png -file path=usr/lib/gdesklets/doc/basic/Images/desklet-start-shell.png -file path=usr/lib/gdesklets/doc/basic/Images/gdesklets.png -file path=usr/lib/gdesklets/doc/basic/Images/open-command.png -file path=usr/lib/gdesklets/doc/basic/Images/preferences.png -file path=usr/lib/gdesklets/doc/basic/Images/profile.png -file path=usr/lib/gdesklets/doc/basic/Images/remote.png -file path=usr/lib/gdesklets/doc/basic/Images/shell.png -file path=usr/lib/gdesklets/doc/basic/gdesklets-doc.xml -file path=usr/lib/gdesklets/factory/ControlFactory.py -file path=usr/lib/gdesklets/factory/DisplayFactory.py -file path=usr/lib/gdesklets/factory/SensorFactory.py -file path=usr/lib/gdesklets/factory/__init__.py -file path=usr/lib/gdesklets/gdesklets mode=0555 -file path=usr/lib/gdesklets/gdesklets-daemon mode=0555 -file path=usr/lib/gdesklets/gdesklets-logview mode=0555 -file path=usr/lib/gdesklets/gdesklets-migration-tool mode=0555 -file path=usr/lib/gdesklets/gdesklets-shell mode=0555 -file path=usr/lib/gdesklets/layout/HashPQueue.py -file path=usr/lib/gdesklets/layout/LayoutObject.py -file path=usr/lib/gdesklets/layout/Unit.py -file path=usr/lib/gdesklets/layout/__init__.py -file path=usr/lib/gdesklets/libdesklets/__init__.py -file path=usr/lib/gdesklets/libdesklets/controls/__init__.py -file path=usr/lib/gdesklets/libdesklets/convert.py -file path=usr/lib/gdesklets/libdesklets/hddtemp.py -file path=usr/lib/gdesklets/libdesklets/system/Arch.py -file path=usr/lib/gdesklets/libdesklets/system/ArchFactory.py -file path=usr/lib/gdesklets/libdesklets/system/CPU.py -file path=usr/lib/gdesklets/libdesklets/system/Device.py -file path=usr/lib/gdesklets/libdesklets/system/FreeBSD/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/FreeBSD/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/PPC.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/Sparc.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/X86.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/Net.py -file path=usr/lib/gdesklets/libdesklets/system/NetBSD/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/NetBSD/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/OpenBSD/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/OpenBSD/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/Solaris/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/Solaris/Sparc.py -file path=usr/lib/gdesklets/libdesklets/system/Solaris/X86.py -file path=usr/lib/gdesklets/libdesklets/system/Solaris/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/Swap.py -file path=usr/lib/gdesklets/libdesklets/system/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/gtop.a -file path=usr/lib/gdesklets/libdesklets/system/gtop.so -file path=usr/lib/gdesklets/main/AboutDialog.py -file path=usr/lib/gdesklets/main/Control.py -file path=usr/lib/gdesklets/main/DisplayList.py -file path=usr/lib/gdesklets/main/LoadingFeedback.py -file path=usr/lib/gdesklets/main/MetaData.py -file path=usr/lib/gdesklets/main/RemoteSocket.py -file path=usr/lib/gdesklets/main/Starter.py -file path=usr/lib/gdesklets/main/TrayIcon.py -file path=usr/lib/gdesklets/main/__init__.py -file path=usr/lib/gdesklets/main/client.py -file path=usr/lib/gdesklets/main/remotecommands.py -file path=usr/lib/gdesklets/main/transition.py -file path=usr/lib/gdesklets/plugin/ControlRegistry.py -file path=usr/lib/gdesklets/plugin/Interface.py -file path=usr/lib/gdesklets/plugin/Permission.py -file path=usr/lib/gdesklets/plugin/PluginRegistry.py -file path=usr/lib/gdesklets/plugin/__init__.py -file path=usr/lib/gdesklets/scripting/ControlWrapper.py -file path=usr/lib/gdesklets/scripting/ElementWrapper.py -file path=usr/lib/gdesklets/scripting/PropertyInterface.py -file path=usr/lib/gdesklets/scripting/Script.py -file path=usr/lib/gdesklets/scripting/Scriptlet.py -file path=usr/lib/gdesklets/scripting/Vault.py -file path=usr/lib/gdesklets/scripting/__init__.py -file path=usr/lib/gdesklets/sensor/MetaSensor.py -file path=usr/lib/gdesklets/sensor/Sensor.py -file path=usr/lib/gdesklets/sensor/SensorConfigurator.py -file path=usr/lib/gdesklets/sensor/__init__.py -file path=usr/lib/gdesklets/shell/BookmarkList.py -file path=usr/lib/gdesklets/shell/ItemBrowser.py -file path=usr/lib/gdesklets/shell/ListView.py -file path=usr/lib/gdesklets/shell/Plugin.py -file path=usr/lib/gdesklets/shell/PluginRegistry.py -file path=usr/lib/gdesklets/shell/SearchBar.py -file path=usr/lib/gdesklets/shell/__init__.py -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/ControlInspector.py -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/__init__.py -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/author.png -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/control.png -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/folder.png -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/interface.png -file path=usr/lib/gdesklets/shell/plugins/ControlCollection/__init__.py -file path=usr/lib/gdesklets/shell/plugins/ControlsView/__init__.py -file path=usr/lib/gdesklets/shell/plugins/DisplayBrowser/__init__.py -file path=usr/lib/gdesklets/shell/plugins/DisplayBrowser/author.png -file path=usr/lib/gdesklets/shell/plugins/DisplayBrowser/folder.png -file path=usr/lib/gdesklets/shell/plugins/DisplayCollection/__init__.py -file path=usr/lib/gdesklets/shell/plugins/DisplayView/__init__.py -file path=usr/lib/gdesklets/shell/plugins/Help/TipOfTheDay.py -file path=usr/lib/gdesklets/shell/plugins/Help/__init__.py -file path=usr/lib/gdesklets/shell/plugins/Help/tips.py -file path=usr/lib/gdesklets/shell/plugins/Menu/__init__.py -file path=usr/lib/gdesklets/shell/plugins/PackageInstaller/Downloader.py -file path=usr/lib/gdesklets/shell/plugins/PackageInstaller/Package.py -file path=usr/lib/gdesklets/shell/plugins/PackageInstaller/__init__.py -file path=usr/lib/gdesklets/shell/plugins/PackageInstaller/download.png -file path=usr/lib/gdesklets/shell/plugins/Profiles/__init__.py -file path=usr/lib/gdesklets/shell/plugins/Shell/__init__.py -file path=usr/lib/gdesklets/shell/plugins/StatusBar/__init__.py -file path=usr/lib/gdesklets/shell/plugins/ViewSwitch/__init__.py -file path=usr/lib/gdesklets/shell/plugins/gDeskletsClient/__init__.py -file path=usr/lib/gdesklets/test-control.py -file path=usr/lib/gdesklets/utils/BGWatcher.py -file path=usr/lib/gdesklets/utils/BinTree.py -file path=usr/lib/gdesklets/utils/DOM.py -file path=usr/lib/gdesklets/utils/Element.py -file path=usr/lib/gdesklets/utils/ErrorFormatter.py -file path=usr/lib/gdesklets/utils/HIGDialog.py -file path=usr/lib/gdesklets/utils/KeyBinding.py -file path=usr/lib/gdesklets/utils/LogView.py -file path=usr/lib/gdesklets/utils/MetaDataRegistry.py -file path=usr/lib/gdesklets/utils/Observable.py -file path=usr/lib/gdesklets/utils/QueryParser.py -file path=usr/lib/gdesklets/utils/Struct.py -file path=usr/lib/gdesklets/utils/TargetSettings.py -file path=usr/lib/gdesklets/utils/Trie.py -file path=usr/lib/gdesklets/utils/UpdateChecker.py -file path=usr/lib/gdesklets/utils/WindowSnapper.py -file path=usr/lib/gdesklets/utils/__init__.py -file path=usr/lib/gdesklets/utils/actionparser.py -file path=usr/lib/gdesklets/utils/datatypes.py -file path=usr/lib/gdesklets/utils/dialog.py -file path=usr/lib/gdesklets/utils/error.py -file path=usr/lib/gdesklets/utils/i18n.py -file path=usr/lib/gdesklets/utils/logger.py -file path=usr/lib/gdesklets/utils/pwstore.py -file path=usr/lib/gdesklets/utils/svg.a -file path=usr/lib/gdesklets/utils/svg.so -file path=usr/lib/gdesklets/utils/tiling.a -file path=usr/lib/gdesklets/utils/tiling.so -file path=usr/lib/gdesklets/utils/typeconverter.py -file path=usr/lib/gdesklets/utils/vfs.py -file path=usr/lib/gdesklets/utils/wallpaper.py -file path=usr/lib/gdesklets/utils/x11.a -file path=usr/lib/gdesklets/utils/x11.so -file path=usr/lib/gdesklets/utils/xdr.py -file path=usr/share/applications/gdesklets.desktop -file path=usr/share/applications/gdesklets.desktop.in -file path=usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gdesklets-display.png -file path=usr/share/locale/ar/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/az/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/bg/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/bn/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/bs/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ca/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/cs/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/de/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/dz/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/el/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/en_AU/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/en_CA/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/en_GB/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/es/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/eu/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/fi/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/fo/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/fr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/gl/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/he/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/hi/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/hr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/hu/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/id/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/is/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/it/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ja/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ko/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/lt/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/lv/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ml/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/mr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ms/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/nb/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ne/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/nl/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/oc/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/pa/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/pl/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/pt/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/pt_BR/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ru/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/rw/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sl/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sq/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sr@Latn/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sv/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ta/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/te/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/tr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/uk/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/vi/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/zh_CN/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/zh_HK/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/zh_TW/LC_MESSAGES/gdesklets.mo -file path=usr/share/man/man1/gdesklets.1 -file path=usr/share/mime/packages/gdesklets.xml -file path=usr/share/mime/packages/gdesklets.xml.in diff --git a/components/desktop/gnome2/gdesklets/manifests/sample-manifest.p5m b/components/desktop/gnome2/gdesklets/manifests/sample-manifest.p5m deleted file mode 100644 index d0fb7d34fc7..00000000000 --- a/components/desktop/gnome2/gdesklets/manifests/sample-manifest.p5m +++ /dev/null @@ -1,569 +0,0 @@ -# -# This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"), version 1.0. -# You may only use this file in accordance with the terms of version -# 1.0 of the CDDL. -# -# A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at -# http://www.illumos.org/license/CDDL. -# - -# -# Copyright 2016 -# - -set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) -set name=pkg.summary value="$(COMPONENT_SUMMARY)" -set name=info.classification value="$(COMPONENT_CLASSIFICATION)" -set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) -set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) -set name=org.opensolaris.consolidation value=$(CONSOLIDATION) - -license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' - -file path=etc/xdg/autostart/gdesklets.desktop -link path=usr/bin/gdesklets target=/usr/lib/gdesklets/gdesklets -file path=usr/lib/gdesklets/Additions/bg/black.svg -file path=usr/lib/gdesklets/Additions/bg/blue.svg -file path=usr/lib/gdesklets/Additions/bg/fancy-blue.png -file path=usr/lib/gdesklets/Additions/bg/glass.svg -file path=usr/lib/gdesklets/Additions/bg/grass.png -file path=usr/lib/gdesklets/Additions/bg/green.svg -file path=usr/lib/gdesklets/Additions/bg/grey.svg -file path=usr/lib/gdesklets/Additions/bg/old-paper-edges.png -file path=usr/lib/gdesklets/Additions/bg/old-paper.png -file path=usr/lib/gdesklets/Additions/bg/old-paper2.png -file path=usr/lib/gdesklets/Additions/bg/red.svg -file path=usr/lib/gdesklets/Controls/ArrayBuffer/IArrayBuffer.py -file path=usr/lib/gdesklets/Controls/ArrayBuffer/__init__.py -file path=usr/lib/gdesklets/Controls/Calendar/ICalendar.py -file path=usr/lib/gdesklets/Controls/Calendar/__init__.py -file path=usr/lib/gdesklets/Controls/EventPipe/IEventPipe.py -file path=usr/lib/gdesklets/Controls/EventPipe/__init__.py -file path=usr/lib/gdesklets/Controls/HDDTemp/IHDDTemp.py -file path=usr/lib/gdesklets/Controls/HDDTemp/__init__.py -file path=usr/lib/gdesklets/Controls/HDDTemp/impl.py -file path=usr/lib/gdesklets/Controls/Random/IRandom.py -file path=usr/lib/gdesklets/Controls/Random/__init__.py -file path=usr/lib/gdesklets/Controls/Sensor/ISensor.py -file path=usr/lib/gdesklets/Controls/Sensor/__init__.py -file path=usr/lib/gdesklets/Controls/System/ISystem.py -file path=usr/lib/gdesklets/Controls/System/__init__.py -file path=usr/lib/gdesklets/Controls/Time/ITime.py -file path=usr/lib/gdesklets/Controls/Time/__init__.py -file path=usr/lib/gdesklets/Controls/URI/IURI.py -file path=usr/lib/gdesklets/Controls/URI/__init__.py -file path=usr/lib/gdesklets/Controls/__init__.py -file path=usr/lib/gdesklets/Displays/15pieces/15pieces.display -file path=usr/lib/gdesklets/Displays/15pieces/COPYING -file path=usr/lib/gdesklets/Displays/15pieces/GNU/0.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/1.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/10.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/11.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/12.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/13.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/14.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/15.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/2.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/3.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/4.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/5.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/6.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/7.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/8.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/9.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/GNU/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-1.2/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.1/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.2/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gimp-Splash-2.3/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Globe/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Gnome/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Numbers/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/README -file path=usr/lib/gdesklets/Displays/15pieces/Tux/0.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/1.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/10.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/11.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/12.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/13.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/14.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/15.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/2.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/3.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/4.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/5.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/6.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/7.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/8.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/9.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/Tux/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/0.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/1.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/10.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/11.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/12.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/13.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/14.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/15.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/2.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/3.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/4.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/5.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/6.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/7.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/8.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/9.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/bg.png -file path=usr/lib/gdesklets/Displays/15pieces/gDesklets/restart.png -file path=usr/lib/gdesklets/Displays/15pieces/gfx/dummy.png -file path=usr/lib/gdesklets/Displays/15pieces/make_tiles.sh -file path=usr/lib/gdesklets/Displays/Calendar/COPYING -file path=usr/lib/gdesklets/Displays/Calendar/Calendar.display -file path=usr/lib/gdesklets/Displays/Calendar/README -file path=usr/lib/gdesklets/Displays/Calendar/calendar_mod.script -file path=usr/lib/gdesklets/Displays/Calendar/events.script -file path=usr/lib/gdesklets/Displays/Calendar/gfx/appointment.png -file path=usr/lib/gdesklets/Displays/Calendar/gfx/emblem-photos.png -file path=usr/lib/gdesklets/Displays/Calendar/gfx/preferences-desktop-wallpaper.png -file path=usr/lib/gdesklets/Displays/Calendar/gfx/preview.png -file path=usr/lib/gdesklets/Displays/Calendar/gfx/stock_font.png -file path=usr/lib/gdesklets/Displays/Calendar/lang.script -file path=usr/lib/gdesklets/Displays/Calendar/months/0.png -file path=usr/lib/gdesklets/Displays/Calendar/months/1.png -file path=usr/lib/gdesklets/Displays/Calendar/months/10.png -file path=usr/lib/gdesklets/Displays/Calendar/months/11.png -file path=usr/lib/gdesklets/Displays/Calendar/months/12.png -file path=usr/lib/gdesklets/Displays/Calendar/months/2.png -file path=usr/lib/gdesklets/Displays/Calendar/months/3.png -file path=usr/lib/gdesklets/Displays/Calendar/months/4.png -file path=usr/lib/gdesklets/Displays/Calendar/months/5.png -file path=usr/lib/gdesklets/Displays/Calendar/months/6.png -file path=usr/lib/gdesklets/Displays/Calendar/months/7.png -file path=usr/lib/gdesklets/Displays/Calendar/months/8.png -file path=usr/lib/gdesklets/Displays/Calendar/months/9.png -file path=usr/lib/gdesklets/Displays/Calendar/months/README -file path=usr/lib/gdesklets/Displays/Clock/COPYING -file path=usr/lib/gdesklets/Displays/Clock/README -file path=usr/lib/gdesklets/Displays/Clock/clock.display -file path=usr/lib/gdesklets/Displays/Clock/gfx/aero.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/chrome.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/default.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/dull.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/fx.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/fxtux.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/gd.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/gnome.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/icons/appointment.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/icons/calendar.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/icons/gnome-globe.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/icons/gnome-settings-background.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/modern.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/moon.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/osX.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/pocketwatch.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/raf.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/rome.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/station.png -file path=usr/lib/gdesklets/Displays/Clock/gfx/tux.png -file path=usr/lib/gdesklets/Displays/Clock/timezones.script -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/COPYING -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/README -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/gfx/preferences-desktop-wallpaper.png -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/gfx/preview.png -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/gfx/stock_draw-callouts.png -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/gfx/stock_font.png -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/quote.display -file path=usr/lib/gdesklets/Displays/Quote-of-the-Day/quotes.script -file path=usr/lib/gdesklets/Sensors/External/__init__.py -file path=usr/lib/gdesklets/Sensors/FontSelector/__init__.py -file path=usr/lib/gdesklets/config/Backend.py -file path=usr/lib/gdesklets/config/ConfigBoolean.py -file path=usr/lib/gdesklets/config/ConfigButton.py -file path=usr/lib/gdesklets/config/ConfigColor.py -file path=usr/lib/gdesklets/config/ConfigDPI.py -file path=usr/lib/gdesklets/config/ConfigDate.py -file path=usr/lib/gdesklets/config/ConfigDialog.py -file path=usr/lib/gdesklets/config/ConfigEnum.py -file path=usr/lib/gdesklets/config/ConfigFloat.py -file path=usr/lib/gdesklets/config/ConfigFont.py -file path=usr/lib/gdesklets/config/ConfigInfo.py -file path=usr/lib/gdesklets/config/ConfigInteger.py -file path=usr/lib/gdesklets/config/ConfigKeyBinding.py -file path=usr/lib/gdesklets/config/ConfigList.py -file path=usr/lib/gdesklets/config/ConfigManager.py -file path=usr/lib/gdesklets/config/ConfigRadio.py -file path=usr/lib/gdesklets/config/ConfigString.py -file path=usr/lib/gdesklets/config/ConfigTitle.py -file path=usr/lib/gdesklets/config/ConfigToggle.py -file path=usr/lib/gdesklets/config/ConfigURI.py -file path=usr/lib/gdesklets/config/ConfigUnit.py -file path=usr/lib/gdesklets/config/ConfigWidget.py -file path=usr/lib/gdesklets/config/DaemonConfigger.py -file path=usr/lib/gdesklets/config/DisplayConfigger.py -file path=usr/lib/gdesklets/config/StateSaver.py -file path=usr/lib/gdesklets/config/__init__.py -file path=usr/lib/gdesklets/config/settings.py -file path=usr/lib/gdesklets/ctrlinfo -file path=usr/lib/gdesklets/data/about.png -file path=usr/lib/gdesklets/data/calendar.png -file path=usr/lib/gdesklets/data/gdesklets.desktop -file path=usr/lib/gdesklets/data/gdesklets.png -file path=usr/lib/gdesklets/data/gdesklets.xml -file path=usr/lib/gdesklets/data/gnome-mime-application-x-gdesklets-display.png -file path=usr/lib/gdesklets/display/ContainerTarget.py -file path=usr/lib/gdesklets/display/DataTarget.py -file path=usr/lib/gdesklets/display/Display.py -file path=usr/lib/gdesklets/display/DisplayConfigurator.py -file path=usr/lib/gdesklets/display/DisplayTarget.py -file path=usr/lib/gdesklets/display/GlassWindow.py -file path=usr/lib/gdesklets/display/Layouter.py -file path=usr/lib/gdesklets/display/MenuItem.py -file path=usr/lib/gdesklets/display/Plug.py -file path=usr/lib/gdesklets/display/TargetAlignment.py -file path=usr/lib/gdesklets/display/TargetArray.py -file path=usr/lib/gdesklets/display/TargetBonoboControl.py -file path=usr/lib/gdesklets/display/TargetCanvas.py -file path=usr/lib/gdesklets/display/TargetDisplay.py -file path=usr/lib/gdesklets/display/TargetEntry.py -file path=usr/lib/gdesklets/display/TargetExpander.py -file path=usr/lib/gdesklets/display/TargetFrame.py -file path=usr/lib/gdesklets/display/TargetGauge.py -file path=usr/lib/gdesklets/display/TargetGroup.py -file path=usr/lib/gdesklets/display/TargetGroup2.py -file path=usr/lib/gdesklets/display/TargetImage.py -file path=usr/lib/gdesklets/display/TargetLabel.py -file path=usr/lib/gdesklets/display/TargetPlotter.py -file path=usr/lib/gdesklets/display/Window.py -file path=usr/lib/gdesklets/display/__init__.py -file path=usr/lib/gdesklets/display/targetregistry.py -file path=usr/lib/gdesklets/doc/basic/Images/desklet-context-menu.png -file path=usr/lib/gdesklets/doc/basic/Images/desklet-start-shell.png -file path=usr/lib/gdesklets/doc/basic/Images/gdesklets.png -file path=usr/lib/gdesklets/doc/basic/Images/open-command.png -file path=usr/lib/gdesklets/doc/basic/Images/preferences.png -file path=usr/lib/gdesklets/doc/basic/Images/profile.png -file path=usr/lib/gdesklets/doc/basic/Images/remote.png -file path=usr/lib/gdesklets/doc/basic/Images/shell.png -file path=usr/lib/gdesklets/doc/basic/gdesklets-doc.xml -file path=usr/lib/gdesklets/factory/ControlFactory.py -file path=usr/lib/gdesklets/factory/DisplayFactory.py -file path=usr/lib/gdesklets/factory/SensorFactory.py -file path=usr/lib/gdesklets/factory/__init__.py -file path=usr/lib/gdesklets/gdesklets -file path=usr/lib/gdesklets/gdesklets-daemon -file path=usr/lib/gdesklets/gdesklets-logview -file path=usr/lib/gdesklets/gdesklets-migration-tool -file path=usr/lib/gdesklets/gdesklets-shell -file path=usr/lib/gdesklets/layout/HashPQueue.py -file path=usr/lib/gdesklets/layout/LayoutObject.py -file path=usr/lib/gdesklets/layout/Unit.py -file path=usr/lib/gdesklets/layout/__init__.py -file path=usr/lib/gdesklets/libdesklets/__init__.py -file path=usr/lib/gdesklets/libdesklets/controls/__init__.py -file path=usr/lib/gdesklets/libdesklets/convert.py -file path=usr/lib/gdesklets/libdesklets/hddtemp.py -file path=usr/lib/gdesklets/libdesklets/system/Arch.py -file path=usr/lib/gdesklets/libdesklets/system/ArchFactory.py -file path=usr/lib/gdesklets/libdesklets/system/CPU.py -file path=usr/lib/gdesklets/libdesklets/system/Device.py -file path=usr/lib/gdesklets/libdesklets/system/FreeBSD/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/FreeBSD/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/PPC.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/Sparc.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/X86.py -file path=usr/lib/gdesklets/libdesklets/system/Linux/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/Net.py -file path=usr/lib/gdesklets/libdesklets/system/NetBSD/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/NetBSD/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/OpenBSD/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/OpenBSD/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/Solaris/Generic.py -file path=usr/lib/gdesklets/libdesklets/system/Solaris/Sparc.py -file path=usr/lib/gdesklets/libdesklets/system/Solaris/X86.py -file path=usr/lib/gdesklets/libdesklets/system/Solaris/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/Swap.py -file path=usr/lib/gdesklets/libdesklets/system/__init__.py -file path=usr/lib/gdesklets/libdesklets/system/gtop.a -file path=usr/lib/gdesklets/libdesklets/system/gtop.so -file path=usr/lib/gdesklets/main/AboutDialog.py -file path=usr/lib/gdesklets/main/Control.py -file path=usr/lib/gdesklets/main/DisplayList.py -file path=usr/lib/gdesklets/main/LoadingFeedback.py -file path=usr/lib/gdesklets/main/MetaData.py -file path=usr/lib/gdesklets/main/RemoteSocket.py -file path=usr/lib/gdesklets/main/Starter.py -file path=usr/lib/gdesklets/main/TrayIcon.py -file path=usr/lib/gdesklets/main/__init__.py -file path=usr/lib/gdesklets/main/client.py -file path=usr/lib/gdesklets/main/remotecommands.py -file path=usr/lib/gdesklets/main/transition.py -file path=usr/lib/gdesklets/plugin/ControlRegistry.py -file path=usr/lib/gdesklets/plugin/Interface.py -file path=usr/lib/gdesklets/plugin/Permission.py -file path=usr/lib/gdesklets/plugin/PluginRegistry.py -file path=usr/lib/gdesklets/plugin/__init__.py -file path=usr/lib/gdesklets/scripting/ControlWrapper.py -file path=usr/lib/gdesklets/scripting/ElementWrapper.py -file path=usr/lib/gdesklets/scripting/PropertyInterface.py -file path=usr/lib/gdesklets/scripting/Script.py -file path=usr/lib/gdesklets/scripting/Scriptlet.py -file path=usr/lib/gdesklets/scripting/Vault.py -file path=usr/lib/gdesklets/scripting/__init__.py -file path=usr/lib/gdesklets/sensor/MetaSensor.py -file path=usr/lib/gdesklets/sensor/Sensor.py -file path=usr/lib/gdesklets/sensor/SensorConfigurator.py -file path=usr/lib/gdesklets/sensor/__init__.py -file path=usr/lib/gdesklets/shell/BookmarkList.py -file path=usr/lib/gdesklets/shell/ItemBrowser.py -file path=usr/lib/gdesklets/shell/ListView.py -file path=usr/lib/gdesklets/shell/Plugin.py -file path=usr/lib/gdesklets/shell/PluginRegistry.py -file path=usr/lib/gdesklets/shell/SearchBar.py -file path=usr/lib/gdesklets/shell/__init__.py -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/ControlInspector.py -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/__init__.py -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/author.png -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/control.png -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/folder.png -file path=usr/lib/gdesklets/shell/plugins/ControlBrowser/interface.png -file path=usr/lib/gdesklets/shell/plugins/ControlCollection/__init__.py -file path=usr/lib/gdesklets/shell/plugins/ControlsView/__init__.py -file path=usr/lib/gdesklets/shell/plugins/DisplayBrowser/__init__.py -file path=usr/lib/gdesklets/shell/plugins/DisplayBrowser/author.png -file path=usr/lib/gdesklets/shell/plugins/DisplayBrowser/folder.png -file path=usr/lib/gdesklets/shell/plugins/DisplayCollection/__init__.py -file path=usr/lib/gdesklets/shell/plugins/DisplayView/__init__.py -file path=usr/lib/gdesklets/shell/plugins/Help/TipOfTheDay.py -file path=usr/lib/gdesklets/shell/plugins/Help/__init__.py -file path=usr/lib/gdesklets/shell/plugins/Help/tips.py -file path=usr/lib/gdesklets/shell/plugins/Menu/__init__.py -file path=usr/lib/gdesklets/shell/plugins/PackageInstaller/Downloader.py -file path=usr/lib/gdesklets/shell/plugins/PackageInstaller/Package.py -file path=usr/lib/gdesklets/shell/plugins/PackageInstaller/__init__.py -file path=usr/lib/gdesklets/shell/plugins/PackageInstaller/download.png -file path=usr/lib/gdesklets/shell/plugins/Profiles/__init__.py -file path=usr/lib/gdesklets/shell/plugins/Shell/__init__.py -file path=usr/lib/gdesklets/shell/plugins/StatusBar/__init__.py -file path=usr/lib/gdesklets/shell/plugins/ViewSwitch/__init__.py -file path=usr/lib/gdesklets/shell/plugins/gDeskletsClient/__init__.py -file path=usr/lib/gdesklets/test-control.py -file path=usr/lib/gdesklets/utils/BGWatcher.py -file path=usr/lib/gdesklets/utils/BinTree.py -file path=usr/lib/gdesklets/utils/DOM.py -file path=usr/lib/gdesklets/utils/Element.py -file path=usr/lib/gdesklets/utils/ErrorFormatter.py -file path=usr/lib/gdesklets/utils/HIGDialog.py -file path=usr/lib/gdesklets/utils/KeyBinding.py -file path=usr/lib/gdesklets/utils/LogView.py -file path=usr/lib/gdesklets/utils/MetaDataRegistry.py -file path=usr/lib/gdesklets/utils/Observable.py -file path=usr/lib/gdesklets/utils/QueryParser.py -file path=usr/lib/gdesklets/utils/Struct.py -file path=usr/lib/gdesklets/utils/TargetSettings.py -file path=usr/lib/gdesklets/utils/Trie.py -file path=usr/lib/gdesklets/utils/UpdateChecker.py -file path=usr/lib/gdesklets/utils/WindowSnapper.py -file path=usr/lib/gdesklets/utils/__init__.py -file path=usr/lib/gdesklets/utils/actionparser.py -file path=usr/lib/gdesklets/utils/datatypes.py -file path=usr/lib/gdesklets/utils/dialog.py -file path=usr/lib/gdesklets/utils/error.py -file path=usr/lib/gdesklets/utils/i18n.py -file path=usr/lib/gdesklets/utils/logger.py -file path=usr/lib/gdesklets/utils/pwstore.py -file path=usr/lib/gdesklets/utils/svg.a -file path=usr/lib/gdesklets/utils/svg.so -file path=usr/lib/gdesklets/utils/tiling.a -file path=usr/lib/gdesklets/utils/tiling.so -file path=usr/lib/gdesklets/utils/typeconverter.py -file path=usr/lib/gdesklets/utils/vfs.py -file path=usr/lib/gdesklets/utils/wallpaper.py -file path=usr/lib/gdesklets/utils/x11.a -file path=usr/lib/gdesklets/utils/x11.so -file path=usr/lib/gdesklets/utils/xdr.py -file path=usr/share/applications/gdesklets.desktop -file path=usr/share/applications/gdesklets.desktop.in -file path=usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gdesklets-display.png -file path=usr/share/locale/ar/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/az/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/bg/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/bn/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/bs/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ca/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/cs/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/de/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/dz/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/el/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/en_AU/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/en_CA/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/en_GB/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/es/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/eu/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/fi/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/fo/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/fr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/gl/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/he/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/hi/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/hr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/hu/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/id/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/is/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/it/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ja/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ko/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/lt/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/lv/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ml/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/mr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ms/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/nb/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ne/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/nl/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/oc/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/pa/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/pl/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/pt/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/pt_BR/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ru/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/rw/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sl/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sq/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sr@Latn/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/sv/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/ta/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/te/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/tr/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/uk/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/vi/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/zh_CN/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/zh_HK/LC_MESSAGES/gdesklets.mo -file path=usr/share/locale/zh_TW/LC_MESSAGES/gdesklets.mo -file path=usr/share/man/man1/gdesklets.1 -file path=usr/share/mime/packages/gdesklets.xml -file path=usr/share/mime/packages/gdesklets.xml.in diff --git a/components/desktop/gnome2/gdesklets/patches/02-session-manager-support.patch b/components/desktop/gnome2/gdesklets/patches/02-session-manager-support.patch deleted file mode 100644 index e5f3d44cc93..00000000000 --- a/components/desktop/gnome2/gdesklets/patches/02-session-manager-support.patch +++ /dev/null @@ -1,53 +0,0 @@ ---- gDesklets-0.36beta/main/client.py.orig 2007-11-22 11:30:36.753844000 +0800 -+++ gDesklets-0.36beta/main/client.py 2007-11-22 11:31:18.018363000 +0800 -@@ -264,7 +264,8 @@ - - else: - daemon_path = os.path.join(HOME, "gdesklets-daemon") -- args = " ".join([ a for a in sys.argv if a.startswith("--") ]) -+ args = " ".join([ a for a in sys.argv if a.endswith("translucent") | a. -+endswith("no-tray-icon") | a.endswith("debug")]) - os.system("%s %s &" % (daemon_path, args)) - - pos = 0 ---- gdesklets-0.36.3/gdesklets-daemon.~1~ 2010-06-20 12:43:24.000000000 +0400 -+++ gdesklets-0.36.3/gdesklets-daemon 2015-01-12 16:39:29.007322401 +0300 -@@ -19,6 +19,8 @@ - import pygtk - import sys - import utils -+import gnome -+import gnome.ui - # No big deal if this fails - try: - from dbus.mainloop.glib import DBusGMainLoop -@@ -28,6 +30,7 @@ - - - -+VERSION="0.36" - # setup GTK - try: - pygtk.require("2.0") -@@ -116,6 +119,7 @@ - - # enter gtk's mainloop - gtk.gdk.threads_enter() -+ gnome.init('gdesklets',VERSION) - gtk.main() - gtk.gdk.threads_leave() - ---- gdesklets-0.36.3/gdesklets.~1~ 2015-01-12 16:40:02.884184964 +0300 -+++ gdesklets-0.36.3/gdesklets 2015-01-12 16:46:08.276193882 +0300 -@@ -249,6 +249,11 @@ - dest="sm_client_id", - help="I have no idea!") - -+ parser.add_option("-s", "--screen", -+ action="store", -+ dest="screen", -+ help="I have no idea!") -+ - options, args = parser.parse_args() - - if not args: self.__command = "start" diff --git a/components/desktop/gnome2/gdesklets/patches/06-menu-entry.patch b/components/desktop/gnome2/gdesklets/patches/06-menu-entry.patch deleted file mode 100644 index 4763012b6c5..00000000000 --- a/components/desktop/gnome2/gdesklets/patches/06-menu-entry.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- gdesklets-0.36.3/data/gdesklets.desktop.in.~1~ 2015-01-12 16:51:07.119730270 +0300 -+++ gdesklets-0.36.3/data/gdesklets.desktop.in 2015-01-12 16:52:15.294622555 +0300 -@@ -10,4 +10,5 @@ - Terminal=false - Icon=gdesklets - _GenericName=Desktop Widgets --_Comment=Eye candy for your desktop -+# SUN_BRANDING -+_Comment=Run small utility applications on your desktop background diff --git a/components/desktop/gnome2/gdesklets/patches/07-python2.7.patch b/components/desktop/gnome2/gdesklets/patches/07-python2.7.patch deleted file mode 100644 index b79334b4f5e..00000000000 --- a/components/desktop/gnome2/gdesklets/patches/07-python2.7.patch +++ /dev/null @@ -1,63 +0,0 @@ -diff -u gDesklets-0.36.1.old/ctrlinfo gDesklets-0.36.1/ctrlinfo ---- gDesklets-0.36.1.old/ctrlinfo 2009-12-09 14:48:14.041042000 +0800 -+++ gDesklets-0.36.1/ctrlinfo 2009-12-09 14:54:08.396962000 +0800 -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#! /usr/bin/python2.7 - - # This tool loads a given control and outputs information about the control. - # -diff -u gDesklets-0.36.1.old/gdesklets gDesklets-0.36.1/gdesklets ---- gDesklets-0.36.1.old/gdesklets 2009-12-09 14:48:14.041210000 +0800 -+++ gDesklets-0.36.1/gdesklets 2009-12-09 14:54:20.452467000 +0800 -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#! /usr/bin/python2.7 - - from main import client, DISPLAY, HOME, USERHOME - from main import LOGFILE, LOG_PATH, PID_PATH, REGISTRY_PATH, SOCKET_PATH -diff -u gDesklets-0.36.1.old/gdesklets-daemon gDesklets-0.36.1/gdesklets-daemon ---- gDesklets-0.36.1.old/gdesklets-daemon 2009-12-09 14:48:14.041345000 +0800 -+++ gDesklets-0.36.1/gdesklets-daemon 2009-12-09 14:54:42.524281000 +0800 -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#! /usr/bin/python2.7 - # -*- coding: UTF-8 -*- - - import __builtin__ -diff -u gDesklets-0.36.1.old/gdesklets-logview gDesklets-0.36.1/gdesklets-logview ---- gDesklets-0.36.1.old/gdesklets-logview 2009-12-09 14:48:14.041477000 +0800 -+++ gDesklets-0.36.1/gdesklets-logview 2009-12-09 14:54:53.596152000 +0800 -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#! /usr/bin/python2.7 - - # - # Log file viewer for gDesklets. -diff -u gDesklets-0.36.1.old/gdesklets-migration-tool gDesklets-0.36.1/gdesklets-migration-tool ---- gDesklets-0.36.1.old/contrib/gdesklets-migration-tool 2009-12-09 14:48:14.041612000 +0800 -+++ gDesklets-0.36.1/contrib/gdesklets-migration-tool 2009-12-09 14:55:13.364014000 +0800 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/python2.7 - # - # TODO: - # -Add selectors for previous and current gDesklets versions -diff -u gDesklets-0.36.1.old/gdesklets-shell gDesklets-0.36.1/gdesklets-shell ---- gDesklets-0.36.1.old/gdesklets-shell 2009-12-09 14:48:14.041739000 +0800 -+++ gDesklets-0.36.1/gdesklets-shell 2009-12-09 14:55:25.715918000 +0800 -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#! /usr/bin/python2.7 - - from utils import i18n - import __builtin__ -diff -u gDesklets-0.36.1.old/test-control.py gDesklets-0.36.1/test-control.py ---- gDesklets-0.36.1.old/test-control.py 2009-12-09 14:48:14.053620000 +0800 -+++ gDesklets-0.36.1/test-control.py 2009-12-09 14:55:50.883623000 +0800 -@@ -1,4 +1,4 @@ --#! /usr/bin/env python -+#! /usr/bin/python2.7 - # A simple script to test controls interactively. - - from plugin.Interface import Interface diff --git a/components/meta-packages/history/history b/components/meta-packages/history/history index baa0c61d84f..2be62ab51cc 100644 --- a/components/meta-packages/history/history +++ b/components/meta-packages/history/history @@ -598,6 +598,7 @@ gnome/applet/quick-lounge-applet@2.14.1,5.11-2017.0.0.1 gnome/cmdassist@0.5.11,5.11-2017.0.0.1 gnome/crash-report/bug-buddy@2.32.0,5.11-2017.0.0.2 gnome/disk-analyzer/baobab@2.32.0,5.11-2017.0.0.3 +gnome/desklet/gdesklets@2.30.0,5.11-2018.0.0.1 gnome/desklet/gdesklets-extra@2.30.0,5.11-2018.0.0.0 gnome/desklet/worldtime@0.9.2,5.11-2018.0.0.1 gnome/documentation/locale/cs@0.5.11,5.11-2015.0.2.0