Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed make distcheck fail on debian.
  • Loading branch information
yetist authored and raveit65 committed Feb 8, 2019
1 parent 87ff53b commit 89c003e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 13 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Expand Up @@ -231,7 +231,6 @@ GTK_DOC_CHECK([1.4])
AC_CONFIG_FILES([
Makefile
mate-about/Makefile
mate-about/mate-about.desktop.in
libmate-desktop/Makefile
libmate-desktop/mate-desktop-2.0.pc
libmate-desktop/mate-desktop-2.0-uninstalled.pc
Expand Down Expand Up @@ -260,7 +259,6 @@ schemas/org.mate.thumbnail-cache.gschema.xml
schemas/org.mate.thumbnailers.gschema.xml
schemas/org.mate.typing-break.gschema.xml
man/Makefile
tools/mate-color-select.desktop.in
tools/Makefile
icons/Makefile
])
Expand Down
4 changes: 3 additions & 1 deletion mate-about/Makefile.am
Expand Up @@ -15,7 +15,9 @@ desktopdir = $(datadir)/applications
desktop_in_files = mate-about.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

CLEANFILES = mate-about.desktop mate-about
EXTRA_DIST = $(desktop_in_files)

CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS)

#-include $(top_srcdir)/git.mk

Expand Up @@ -7,9 +7,5 @@ Terminal=false
Type=Application
Categories=GTK;Core;Utility;
OnlyShowIn=MATE;
X-MATE-Bugzilla-Bugzilla=MATE
X-MATE-Bugzilla-Product=mate-desktop
X-MATE-Bugzilla-Component=mate-about
X-MATE-Bugzilla-Version=@VERSION@
StartupNotify=false
NoDisplay=true
4 changes: 2 additions & 2 deletions po/POTFILES.in
@@ -1,7 +1,7 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
mate-about/mate-about.c
mate-about/mate-about.desktop.in.in
mate-about/mate-about.desktop.in
mate-about/mate-about.h
# When adding a file here, make sure that the entry point in the API of this
# file calls _mate_desktop_init_i18n ()
Expand Down Expand Up @@ -33,5 +33,5 @@ libmate-desktop/mate-rr-labeler.c
[type: gettext/gsettings]schemas/org.mate.thumbnailers.gschema.xml.in
[type: gettext/gsettings]schemas/org.mate.typing-break.gschema.xml.in
tools/mate-color-select.c
tools/mate-color-select.desktop.in.in
tools/mate-color-select.desktop.in

3 changes: 0 additions & 3 deletions po/POTFILES.skip
@@ -1,7 +1,4 @@
# List of source files containing translatable strings that should not be
# translated.
# Please keep this file sorted alphabetically.
mate-about/mate-about.desktop.in
mate-version.xml.in
tools/mate-color-select.desktop.in

4 changes: 3 additions & 1 deletion tools/Makefile.am
Expand Up @@ -21,4 +21,6 @@ desktopdir = $(datadir)/applications
desktop_in_files = mate-color-select.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

CLEANFILES = *.desktop *.desktop.in
EXTRA_DIST = $(desktop_in_files)

CLEANFILES = $(desktop_DATA) $(bin_PROGRAMS)
File renamed without changes.

0 comments on commit 89c003e

Please sign in to comment.