diff options
Diffstat (limited to 'baobab/data')
-rw-r--r-- | baobab/data/Makefile.am | 10 | ||||
-rw-r--r-- | baobab/data/org.mate.disk-usage-analyzer.gresource.xml | 23 |
2 files changed, 27 insertions, 6 deletions
diff --git a/baobab/data/Makefile.am b/baobab/data/Makefile.am index 37dadddf..4fd73c37 100644 --- a/baobab/data/Makefile.am +++ b/baobab/data/Makefile.am @@ -1,7 +1,3 @@ -uidir = $(datadir)/mate-disk-usage-analyzer -ui_DATA = baobab-main-window.ui \ - baobab-dialog-scan-props.ui - baobabappdir = $(datadir)/applications baobabapp_in_files = mate-disk-usage-analyzer.desktop.in baobabapp_DATA = $(baobabapp_in_files:.desktop.in=.desktop) @@ -23,10 +19,12 @@ gsettings_SCHEMAS = org.mate.disk-usage-analyzer.gschema.xml man_MANS = mate-disk-usage-analyzer.1 EXTRA_DIST = \ - $(ui_DATA) \ + baobab-main-window.ui \ + baobab-dialog-scan-props.ui \ mate-disk-usage-analyzer.desktop.in.in \ $(appdata_in_files) \ - $(man_MANS) + $(man_MANS) \ + org.mate.disk-usage-analyzer.gresource.xml CLEANFILES = \ $(baobabapp_in_files) \ diff --git a/baobab/data/org.mate.disk-usage-analyzer.gresource.xml b/baobab/data/org.mate.disk-usage-analyzer.gresource.xml new file mode 100644 index 00000000..27d4a27b --- /dev/null +++ b/baobab/data/org.mate.disk-usage-analyzer.gresource.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + This file is part of MATE Utils. + + MATE Utils is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + MATE Utils is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with MATE Utils. If not, see <http://www.gnu.org/licenses/>. +--> +<gresources> + <gresource prefix="/org/mate/disk-usage-analyzer"> + <file compressed="true">baobab-dialog-scan-props.ui</file> + <file compressed="true">baobab-main-window.ui</file> + </gresource> +</gresources> |