Skip to content

Commit 5a20027

Browse files
yetistraveit65
authored and
raveit65
committed
Fix make distcheck fail on debian.
1 parent c12436f commit 5a20027

File tree

6 files changed

+3
-17
lines changed

6 files changed

+3
-17
lines changed

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ doc/dbus/Makefile
295295
doc/dbus/mate-session.xml
296296
doc/man/Makefile
297297
data/Makefile
298-
data/mate-wm.desktop.in
299-
data/mate-session-properties.desktop.in
300298
data/org.mate.session.gschema.xml
301299
data/icons/Makefile
302300
data/icons/16x16/Makefile

data/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ EXTRA_DIST = \
3131
$(xsession_in_files) \
3232
$(gsettingsschema_in_files) \
3333
$(ui_DATA) \
34+
$(desktop_in_files) \
3435
$(pixmap_DATA_dist)
3536

3637
CLEANFILES = \
@@ -39,7 +40,4 @@ CLEANFILES = \
3940
$(gsettings_SCHEMAS) \
4041
mate-wm.desktop
4142

42-
DISTCLEANFILES = \
43-
$(desktop_in_files)
44-
4543
-include $(top_srcdir)/git.mk

data/mate-session-properties.desktop.in.in renamed to data/mate-session-properties.desktop.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,3 @@ StartupNotify=true
99
Categories=GTK;Settings;X-MATE-PersonalSettings;
1010
Keywords=MATE;session;properties;applications;login;start;
1111
OnlyShowIn=MATE;
12-
X-MATE-Bugzilla-Bugzilla=MATE
13-
X-MATE-Bugzilla-Product=mate-session
14-
X-MATE-Bugzilla-Component=mate-session-properties
15-
X-MATE-Bugzilla-Version=@VERSION@

data/mate-wm.desktop.in.in renamed to data/mate-wm.desktop.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ NoDisplay=true
77
X-MATE-Autostart-Phase=WindowManager
88
X-MATE-Provides=windowmanager
99
X-MATE-Autostart-Notify=true
10-
X-MATE-Bugzilla-Bugzilla=MATE
11-
X-MATE-Bugzilla-Product=mate-session
12-
X-MATE-Bugzilla-Component=general
13-
X-MATE-Bugzilla-Version=@VERSION@

po/POTFILES.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ capplet/gsp-app.c
66
capplet/main.c
77
[type: gettext/gsettings]data/org.mate.session.gschema.xml.in
88
data/mate.desktop.in
9-
data/mate-wm.desktop.in.in
9+
data/mate-wm.desktop.in
1010
[type: gettext/glade]data/gsm-inhibit-dialog.ui
11-
data/mate-session-properties.desktop.in.in
11+
data/mate-session-properties.desktop.in
1212
[type: gettext/glade]data/session-properties.ui
1313
egg/eggdesktopfile.c
1414
egg/eggsmclient.c

po/POTFILES.skip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
# translated.
33
# Please keep this file sorted alphabetically.
44
data/org.mate.session.gschema.xml.in
5-
data/mate-session-properties.desktop.in
65
data/mate-session.schemas.in
7-
data/mate-wm.desktop.in

0 commit comments

Comments
 (0)