From d0acf531c0ad0f6629391659bae608af95f559fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayhan=20Yal=C3=A7=C4=B1nsoy?= Date: Tue, 1 Jun 2021 15:39:15 +0300 Subject: [PATCH] dconf-editor:moved from base to apps folder --- .../gnome/{base => apps}/dconf-editor/actions.py | 0 .../gnome/{base => apps}/dconf-editor/pspec.xml | 16 +++++++++------- .../{base => apps}/dconf-editor/translations.xml | 0 3 files changed, 9 insertions(+), 7 deletions(-) rename desktop/gnome/{base => apps}/dconf-editor/actions.py (100%) rename desktop/gnome/{base => apps}/dconf-editor/pspec.xml (87%) rename desktop/gnome/{base => apps}/dconf-editor/translations.xml (100%) diff --git a/desktop/gnome/base/dconf-editor/actions.py b/desktop/gnome/apps/dconf-editor/actions.py similarity index 100% rename from desktop/gnome/base/dconf-editor/actions.py rename to desktop/gnome/apps/dconf-editor/actions.py diff --git a/desktop/gnome/base/dconf-editor/pspec.xml b/desktop/gnome/apps/dconf-editor/pspec.xml similarity index 87% rename from desktop/gnome/base/dconf-editor/pspec.xml rename to desktop/gnome/apps/dconf-editor/pspec.xml index c754fac935..c0a0715d5a 100644 --- a/desktop/gnome/base/dconf-editor/pspec.xml +++ b/desktop/gnome/apps/dconf-editor/pspec.xml @@ -35,17 +35,19 @@ dconf glib2 - libxml2 gtk3 - pango - /etc - /usr/share - /usr/lib - /usr/share/doc /usr/bin - /usr/libexec + /usr/share/applications + /usr/share/bash-completion + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + /usr/share/man + /usr/share/metainfo diff --git a/desktop/gnome/base/dconf-editor/translations.xml b/desktop/gnome/apps/dconf-editor/translations.xml similarity index 100% rename from desktop/gnome/base/dconf-editor/translations.xml rename to desktop/gnome/apps/dconf-editor/translations.xml