diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2009-03-04 15:43:49 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2009-03-04 15:43:49 +0100 |
| commit | d41de27fbc89a5dea19a1bcd9e30fc82ad7b68ec (patch) | |
| tree | f219ea3c5a47e03f033635c9988bbcf6d29d1e1c /data | |
| parent | b0d6294edde299a4835d69c78c35d2f46d7ad6c2 (diff) | |
| download | nautilus-gdu-d41de27fbc89a5dea19a1bcd9e30fc82ad7b68ec.tar.gz nautilus-gdu-d41de27fbc89a5dea19a1bcd9e30fc82ad7b68ec.tar.xz nautilus-gdu-d41de27fbc89a5dea19a1bcd9e30fc82ad7b68ec.zip | |
Desktop file (no icon yet)
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 20 | ||||
| -rw-r--r-- | data/gnome-disk-utility-format.desktop.in | 10 |
2 files changed, 30 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..d2bd9b4 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,20 @@ +desktopdir = $(datadir)/applications +desktop_in_files = +desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) + +if ENABLE_STANDALONE +desktop_in_files += gnome-disk-utility-format.desktop.in +endif + +@INTLTOOL_DESKTOP_RULE@ + +distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper + +EXTRA_DIST = \ + $(desktop_in_files) + +CLEANFILES = \ + $(desktop_DATA) + +clean-local : + rm -f *~ diff --git a/data/gnome-disk-utility-format.desktop.in b/data/gnome-disk-utility-format.desktop.in new file mode 100644 index 0000000..6f3bf58 --- /dev/null +++ b/data/gnome-disk-utility-format.desktop.in @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +_Name=Gnome Disk Utility Format +_Comment=Format Removable Disk Drives and Media +Exec=gnome-disk-utility-format +Icon=palimpsest +Terminal=false +Type=Application +Categories=GNOME;GTK;System; + |
