diff options
Diffstat (limited to 'mate-conf')
-rw-r--r-- | mate-conf/Makefile.am | 11 | ||||
-rw-r--r-- | mate-conf/mate-conf-import.desktop.in.in | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mate-conf/Makefile.am b/mate-conf/Makefile.am new file mode 100644 index 0000000..61b1a17 --- /dev/null +++ b/mate-conf/Makefile.am @@ -0,0 +1,11 @@ +bin_SCRIPTS = mate-conf-import + +@INTLTOOL_DESKTOP_RULE@ + +desktopdir = $(datadir)/applications +desktop_in_files = mate-conf-import.desktop.in +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) + +EXTRA_DIST = $(bin_SCRIPTS) + +CLEANFILES = mate-conf-import.desktop diff --git a/mate-conf/mate-conf-import.desktop.in.in b/mate-conf/mate-conf-import.desktop.in.in new file mode 100644 index 0000000..97800f1 --- /dev/null +++ b/mate-conf/mate-conf-import.desktop.in.in @@ -0,0 +1,10 @@ +[Desktop Entry] +_Name=Migrate MATE 1.4 settings +_Comment=Tool to migrate MATE 1.4 settings to MATE 1.6 +Exec=mate-conf-import +Icon=mateconf-editor +Terminal=false +Type=Application +Categories=GTK;Settings;DesktopSettings; +OnlyShowIn=MATE; +StartupNotify=false |