Skip to content

Commit

Permalink
fixed distcheck fail on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Feb 8, 2019
1 parent 8c0de1c commit 81ae219
Show file tree
Hide file tree
Showing 28 changed files with 35 additions and 66 deletions.
2 changes: 1 addition & 1 deletion capplets/about-me/Makefile.am
Expand Up @@ -56,6 +56,6 @@ AM_CPPFLAGS += \
endif endif


CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(MARSHALFILES) CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(MARSHALFILES)
EXTRA_DIST = $(ui_files) fprintd-marshal.list EXTRA_DIST = $(ui_files) fprintd-marshal.list $(Desktop_in_files)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
File renamed without changes.
4 changes: 2 additions & 2 deletions capplets/accessibility/at-properties/Makefile.am
Expand Up @@ -25,7 +25,7 @@ AM_CPPFLAGS = $(AT_CAPPLET_CFLAGS) \
-DPIXMAPDIR=\""$(pixmapdir)"\" \ -DPIXMAPDIR=\""$(pixmapdir)"\" \
-DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \ -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \
-DMATELOCALEDIR="\"$(datadir)/locale\"" -DMATELOCALEDIR="\"$(datadir)/locale\""
CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA)
EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) $(Desktop_in_files)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
5 changes: 2 additions & 3 deletions capplets/appearance/data/Makefile.am
Expand Up @@ -47,9 +47,8 @@ if ENABLE_UPDATE_MIMEDB
$(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime" $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
endif endif


EXTRA_DIST = $(xml_in_files) EXTRA_DIST = $(xml_in_files) $(desktop_in_files)



CLEANFILES = $(desktop_DATA) $(mime_DATA)
CLEANFILES = $(desktop_in_files) $(desktop_DATA) $(mime_DATA)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
4 changes: 2 additions & 2 deletions capplets/default-applications/Makefile.am
Expand Up @@ -26,7 +26,7 @@ AM_CPPFLAGS = \
-DMATELOCALEDIR=\""$(datadir)/locale"\"\ -DMATELOCALEDIR=\""$(datadir)/locale"\"\
-DMATECC_UI_DIR=\""$(uidir)"\" -DMATECC_UI_DIR=\""$(uidir)"\"


CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) $(autostart_DATA) CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(autostart_DATA)
EXTRA_DIST = mate-default-applications.pc.in mate-default-applications-properties.desktop.in.in EXTRA_DIST = mate-default-applications.pc.in $(Desktop_in_files)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
4 changes: 2 additions & 2 deletions capplets/display/Makefile.am
Expand Up @@ -58,7 +58,7 @@ AM_CPPFLAGS = $(DISPLAY_CAPPLET_CFLAGS) \
-DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \
-DMATECC_DATA_DIR="\"$(pkgdatadir)\"" -DMATECC_DATA_DIR="\"$(pkgdatadir)\""


CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA)


gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook: update-icon-cache install-data-hook: update-icon-cache
Expand All @@ -72,7 +72,7 @@ update-icon-cache:
echo "*** $(gtk_update_icon_cache)"; \ echo "*** $(gtk_update_icon_cache)"; \
fi fi


EXTRA_DIST = org.mate.randr.policy.in EXTRA_DIST = org.mate.randr.policy.in $(Desktop_in_files)
DISTCLEANFILES = org.mate.randr.policy DISTCLEANFILES = org.mate.randr.policy


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
3 changes: 1 addition & 2 deletions capplets/keybindings/Makefile.am
Expand Up @@ -37,10 +37,9 @@ AM_CPPFLAGS = \
-DMATECC_KEYBINDINGS_DIR="\"$(pkgdatadir)/keybindings\"" -DMATECC_KEYBINDINGS_DIR="\"$(pkgdatadir)/keybindings\""
CLEANFILES = \ CLEANFILES = \
$(MATECC_CAPPLETS_CLEANFILES) \ $(MATECC_CAPPLETS_CLEANFILES) \
$(Desktop_in_files) \
$(desktop_DATA) \ $(desktop_DATA) \
$(xml_DATA) $(xml_DATA)
EXTRA_DIST = $(ui_DATA) $(xml_in_files) mate-keybindings.pc.in EXTRA_DIST = $(ui_DATA) $(xml_in_files) mate-keybindings.pc.in $(Desktop_in_files)




-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
4 changes: 2 additions & 2 deletions capplets/keyboard/Makefile.am
Expand Up @@ -36,7 +36,7 @@ AM_CPPFLAGS = \
-DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \
-DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \ -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \
-DMATECC_UI_DIR="\"$(uidir)\"" -DMATECC_UI_DIR="\"$(uidir)\""
CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA)
EXTRA_DIST = $(ui_DATA) EXTRA_DIST = $(ui_DATA) $(Desktop_in_files)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
File renamed without changes.
4 changes: 2 additions & 2 deletions capplets/mouse/Makefile.am
Expand Up @@ -29,7 +29,7 @@ AM_CPPFLAGS = \
-DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \
-DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \ -DMATECC_DATA_DIR="\"$(pkgdatadir)\"" \
-DMATECC_UI_DIR="\"$(uidir)\"" -DMATECC_UI_DIR="\"$(uidir)\""
CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA)
EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) $(Desktop_in_files)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
3 changes: 2 additions & 1 deletion capplets/network/Makefile.am
Expand Up @@ -45,6 +45,7 @@ update-icon-cache:
echo "*** $(gtk_update_icon_cache)"; \ echo "*** $(gtk_update_icon_cache)"; \
fi fi


CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_in_files) $(desktop_DATA) CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA)
EXTRA_DIST = $(desktop_in_files)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
3 changes: 2 additions & 1 deletion capplets/windows/Makefile.am
Expand Up @@ -21,6 +21,7 @@ AM_CPPFLAGS = $(MATECC_CAPPLETS_CFLAGS) \
-DMATELOCALEDIR="\"$(datadir)/locale\"" \ -DMATELOCALEDIR="\"$(datadir)/locale\"" \
-DPIXMAPDIR=\""$(pixmapdir)"\" -DPIXMAPDIR=\""$(pixmapdir)"\"


CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA)
EXTRA_DIST = $(Desktop_in_files)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
13 changes: 0 additions & 13 deletions configure.ac
Expand Up @@ -277,34 +277,22 @@ org.mate.control-center.gschema.xml
org.mate.control-center.keybinding.gschema.xml org.mate.control-center.keybinding.gschema.xml
capplets/Makefile capplets/Makefile
capplets/about-me/Makefile capplets/about-me/Makefile
capplets/about-me/mate-about-me.desktop.in
capplets/about-me/icons/Makefile capplets/about-me/icons/Makefile
capplets/accessibility/Makefile capplets/accessibility/Makefile
capplets/accessibility/at-properties/mate-at-properties.desktop.in
capplets/accessibility/at-properties/Makefile capplets/accessibility/at-properties/Makefile
capplets/appearance/Makefile capplets/appearance/Makefile
capplets/appearance/data/Makefile capplets/appearance/data/Makefile
capplets/appearance/data/mate-appearance-properties.desktop.in
capplets/appearance/data/mate-theme-installer.desktop.in
capplets/common/Makefile capplets/common/Makefile
capplets/default-applications/Makefile capplets/default-applications/Makefile
capplets/default-applications/mate-default-applications-properties.desktop.in
capplets/default-applications/mate-default-applications.pc capplets/default-applications/mate-default-applications.pc
capplets/display/Makefile capplets/display/Makefile
capplets/display/mate-display-properties.desktop.in
capplets/keybindings/Makefile capplets/keybindings/Makefile
capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybindings.pc
capplets/keybindings/mate-keybinding.desktop.in
capplets/keyboard/Makefile capplets/keyboard/Makefile
capplets/keyboard/mate-keyboard.desktop.in
capplets/mouse/Makefile capplets/mouse/Makefile
capplets/mouse/mate-settings-mouse.desktop.in
capplets/network/Makefile capplets/network/Makefile
capplets/network/mate-network-properties.desktop.in
capplets/windows/Makefile capplets/windows/Makefile
capplets/windows/mate-window-properties.desktop.in
font-viewer/Makefile font-viewer/Makefile
font-viewer/mate-font-viewer.desktop.in
help/Makefile help/Makefile
libwindow-settings/Makefile libwindow-settings/Makefile
libwindow-settings/mate-window-settings-2.0.pc libwindow-settings/mate-window-settings-2.0.pc
Expand All @@ -313,7 +301,6 @@ po/Makefile.in
libslab/mate-slab.pc libslab/mate-slab.pc
libslab/Makefile libslab/Makefile
shell/Makefile shell/Makefile
shell/matecc.desktop.in
typing-break/Makefile typing-break/Makefile
]) ])


Expand Down
4 changes: 2 additions & 2 deletions font-viewer/Makefile.am
Expand Up @@ -47,11 +47,11 @@ uninstall-local:
@INTLTOOL_DIRECTORY_RULE@ @INTLTOOL_DIRECTORY_RULE@
@INTLTOOL_SCHEMAS_RULE@ @INTLTOOL_SCHEMAS_RULE@


CLEANFILES = $(desktop_in_files) $(desktop_DATA) \ CLEANFILES = $(desktop_DATA) \
$(schemas_DATA) $(directory_DATA) $(schemas_DATA) $(directory_DATA)


EXTRA_DIST = \ EXTRA_DIST = \
$(thumbnailer_DATA) \ $(thumbnailer_DATA) \
mate-font-viewer.desktop.in.in $(desktop_in_files)


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
Expand Up @@ -9,8 +9,3 @@ StartupNotify=true
Categories=GTK;Utility; Categories=GTK;Utility;
MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf; MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf;
Keywords=mate-control-center;MATE;font;viewer;preview;desktop;preferences; Keywords=mate-control-center;MATE;font;viewer;preview;desktop;preferences;
X-MATE-Bugzilla-Bugzilla=MATE
X-MATE-Bugzilla-Product=gnome-font-viewer
X-MATE-Bugzilla-Component=general
X-MATE-Bugzilla-OtherBinaries=gnome-thumbnail-font
X-MATE-Bugzilla-Version=@VERSION@
26 changes: 13 additions & 13 deletions po/POTFILES.in
Expand Up @@ -6,22 +6,22 @@
capplets/about-me/e-image-chooser.c capplets/about-me/e-image-chooser.c
capplets/about-me/mate-about-me.c capplets/about-me/mate-about-me.c
[type: gettext/glade]capplets/about-me/mate-about-me-dialog.ui [type: gettext/glade]capplets/about-me/mate-about-me-dialog.ui
capplets/about-me/mate-about-me.desktop.in.in capplets/about-me/mate-about-me.desktop.in
capplets/about-me/mate-about-me-fingerprint.c capplets/about-me/mate-about-me-fingerprint.c
[type: gettext/glade]capplets/about-me/mate-about-me-fingerprint.ui [type: gettext/glade]capplets/about-me/mate-about-me-fingerprint.ui
capplets/about-me/mate-about-me-password.c capplets/about-me/mate-about-me-password.c
[type: gettext/glade]capplets/about-me/mate-about-me-password.ui [type: gettext/glade]capplets/about-me/mate-about-me-password.ui
[type: gettext/glade]capplets/accessibility/at-properties/at-enable-dialog.ui [type: gettext/glade]capplets/accessibility/at-properties/at-enable-dialog.ui
capplets/accessibility/at-properties/mate-at-properties.desktop.in.in capplets/accessibility/at-properties/mate-at-properties.desktop.in
capplets/accessibility/at-properties/main.c capplets/accessibility/at-properties/main.c
capplets/appearance/appearance-desktop.c capplets/appearance/appearance-desktop.c
capplets/appearance/appearance-font.c capplets/appearance/appearance-font.c
capplets/appearance/appearance-main.c capplets/appearance/appearance-main.c
capplets/appearance/appearance-style.c capplets/appearance/appearance-style.c
capplets/appearance/appearance-themes.c capplets/appearance/appearance-themes.c
[type: gettext/glade]capplets/appearance/data/appearance.ui [type: gettext/glade]capplets/appearance/data/appearance.ui
capplets/appearance/data/mate-appearance-properties.desktop.in.in capplets/appearance/data/mate-appearance-properties.desktop.in
capplets/appearance/data/mate-theme-installer.desktop.in.in capplets/appearance/data/mate-theme-installer.desktop.in
capplets/appearance/data/mate-theme-package.xml.in capplets/appearance/data/mate-theme-package.xml.in
capplets/appearance/mate-wp-info.c capplets/appearance/mate-wp-info.c
capplets/appearance/mate-wp-item.c capplets/appearance/mate-wp-item.c
Expand All @@ -34,11 +34,11 @@ capplets/common/capplet-util.c
capplets/common/file-transfer-dialog.c capplets/common/file-transfer-dialog.c
capplets/common/mate-theme-info.c capplets/common/mate-theme-info.c
capplets/common/theme-thumbnail.c capplets/common/theme-thumbnail.c
capplets/default-applications/mate-default-applications-properties.desktop.in.in capplets/default-applications/mate-default-applications-properties.desktop.in
capplets/default-applications/mate-da-capplet.c capplets/default-applications/mate-da-capplet.c
[type: gettext/glade]capplets/default-applications/mate-default-applications-properties.ui [type: gettext/glade]capplets/default-applications/mate-default-applications-properties.ui
[type: gettext/glade]capplets/display/display-capplet.ui [type: gettext/glade]capplets/display/display-capplet.ui
capplets/display/mate-display-properties.desktop.in.in capplets/display/mate-display-properties.desktop.in
capplets/display/mate-display-properties-install-systemwide.c capplets/display/mate-display-properties-install-systemwide.c
capplets/display/org.mate.randr.policy.in capplets/display/org.mate.randr.policy.in
capplets/display/xrandr-capplet.c capplets/display/xrandr-capplet.c
Expand All @@ -47,7 +47,7 @@ capplets/keybindings/01-desktop-key.xml.in
capplets/keybindings/eggcellrendererkeys.c capplets/keybindings/eggcellrendererkeys.c
capplets/keybindings/mate-keybinding-properties.c capplets/keybindings/mate-keybinding-properties.c
[type: gettext/glade]capplets/keybindings/mate-keybinding-properties.ui [type: gettext/glade]capplets/keybindings/mate-keybinding-properties.ui
capplets/keybindings/mate-keybinding.desktop.in.in capplets/keybindings/mate-keybinding.desktop.in
capplets/keyboard/mate-keyboard-properties.c capplets/keyboard/mate-keyboard-properties.c
[type: gettext/glade]capplets/keyboard/mate-keyboard-properties-a11y-notifications.ui [type: gettext/glade]capplets/keyboard/mate-keyboard-properties-a11y-notifications.ui
[type: gettext/glade]capplets/keyboard/mate-keyboard-properties-dialog.ui [type: gettext/glade]capplets/keyboard/mate-keyboard-properties-dialog.ui
Expand All @@ -60,26 +60,26 @@ capplets/keyboard/mate-keyboard-properties-xkblt.c
capplets/keyboard/mate-keyboard-properties-xkbmc.c capplets/keyboard/mate-keyboard-properties-xkbmc.c
capplets/keyboard/mate-keyboard-properties-xkbot.c capplets/keyboard/mate-keyboard-properties-xkbot.c
capplets/keyboard/mate-keyboard-properties-xkbpv.c capplets/keyboard/mate-keyboard-properties-xkbpv.c
capplets/keyboard/mate-keyboard.desktop.in.in capplets/keyboard/mate-keyboard.desktop.in
capplets/mouse/mate-mouse-properties.c capplets/mouse/mate-mouse-properties.c
[type: gettext/glade]capplets/mouse/mate-mouse-properties.ui [type: gettext/glade]capplets/mouse/mate-mouse-properties.ui
capplets/mouse/mate-settings-mouse.desktop.in.in capplets/mouse/mate-settings-mouse.desktop.in
capplets/network/mate-network-properties.c capplets/network/mate-network-properties.c
capplets/network/mate-network-properties.desktop.in.in capplets/network/mate-network-properties.desktop.in
[type: gettext/glade]capplets/network/mate-network-properties.ui [type: gettext/glade]capplets/network/mate-network-properties.ui
capplets/windows/mate-metacity-support.c capplets/windows/mate-metacity-support.c
capplets/windows/mate-window-properties.c capplets/windows/mate-window-properties.c
capplets/windows/mate-window-properties.desktop.in.in capplets/windows/mate-window-properties.desktop.in
libwindow-settings/mate-wm-manager.c libwindow-settings/mate-wm-manager.c
libwindow-settings/marco-window-manager.c libwindow-settings/marco-window-manager.c
shell/control-center.c shell/control-center.c
shell/matecc.desktop.in.in shell/matecc.desktop.in
shell/matecc.directory.in shell/matecc.directory.in
typing-break/drw-break-window.c typing-break/drw-break-window.c
typing-break/drwright.c typing-break/drwright.c
typing-break/main.c typing-break/main.c
font-viewer/font-view.c font-viewer/font-view.c
font-viewer/mate-font-viewer.desktop.in.in font-viewer/mate-font-viewer.desktop.in
font-viewer/font-thumbnailer.c font-viewer/font-thumbnailer.c
libslab/app-shell.c libslab/app-shell.c
libslab/application-tile.c libslab/application-tile.c
Expand Down
13 changes: 0 additions & 13 deletions po/POTFILES.skip
@@ -1,15 +1,2 @@
capplets/about-me/mate-about-me.desktop.in
capplets/about-me/fingerprint-strings.h capplets/about-me/fingerprint-strings.h
capplets/accessibility/at-properties/mate-at-properties.desktop.in
capplets/appearance/data/mate-appearance-properties.desktop.in
capplets/appearance/data/mate-theme-installer.desktop.in
capplets/appearance/data/mate-theme-package.xml capplets/appearance/data/mate-theme-package.xml
capplets/default-applications/mate-default-applications-properties.desktop.in
capplets/display/mate-display-properties.desktop.in
capplets/keybindings/mate-keybinding.desktop.in
capplets/keyboard/mate-keyboard.desktop.in
capplets/mouse/mate-settings-mouse.desktop.in
capplets/network/mate-network-properties.desktop.in
capplets/windows/mate-window-properties.desktop.in
font-viewer/mate-font-viewer.desktop.in
shell/matecc.desktop.in
4 changes: 2 additions & 2 deletions shell/Makefile.am
Expand Up @@ -29,8 +29,8 @@ directory_DATA = $(directory_in_files:.directory.in=.directory)
menudir = $(sysconfdir)/xdg/menus menudir = $(sysconfdir)/xdg/menus
menu_DATA = matecc.menu menu_DATA = matecc.menu


EXTRA_DIST = matecc.desktop.in.in matecc.directory.in matecc.menu EXTRA_DIST = $(sys_in_files) matecc.directory.in matecc.menu


DISTCLEANFILES = matecc.desktop matecc.desktop.in matecc.directory DISTCLEANFILES = $(sys_DATA) matecc.directory


-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk
File renamed without changes.

0 comments on commit 81ae219

Please sign in to comment.