From ebdaf52f216ea63172a23716943d3a32dace5ea5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 13 Sep 2013 22:15:45 +0200 Subject: Add desktop file and delete old SVGs --- Makefile.am | 9 ++- colloquium.desktop | 9 +++ data/colloquium-image.svg | 138 --------------------------------------------- data/colloquium-select.svg | 102 --------------------------------- data/colloquium-text.svg | 80 -------------------------- data/colloquium.svg | 99 ++++++++++++++++++++++++++++++++ 6 files changed, 114 insertions(+), 323 deletions(-) create mode 100644 colloquium.desktop delete mode 100644 data/colloquium-image.svg delete mode 100644 data/colloquium-select.svg delete mode 100644 data/colloquium-text.svg create mode 100644 data/colloquium.svg diff --git a/Makefile.am b/Makefile.am index 154d20a..a627142 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,12 +27,15 @@ src/default_stylesheet.o: src/default_stylesheet.sty colloquiumdir = $(datadir)/colloquium colloquium_DATA = data/colloquium.ui +EXTRA_DIST += $(colloquium_DATA) iconsdir = $(datadir)/icons/hicolor/scalable/apps -icons_DATA = data/colloquium-select.svg data/colloquium-text.svg \ - data/colloquium-image.svg +icons_DATA = data/colloquium.svg +EXTRA_DIST += $(icons_DATA) -EXTRA_DIST += $(colloquium_DATA) +desktopdir = $(datadir)/applications +desktop_DATA = colloquium.desktop +EXTRA_DIST += $(desktop_DATA) noinst_PROGRAMS = tests/storycode_test tests/render_test tests/render_test_sc1 TESTS = tests/storycode_test tests/render_test tests/render_test_sc1 diff --git a/colloquium.desktop b/colloquium.desktop new file mode 100644 index 0000000..5e81f0c --- /dev/null +++ b/colloquium.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +GenericName=Presentation +Name=Colloquium +Comment=Presentation tool +Exec=colloquium +Icon=colloquium +Terminal=false +Type=Application +Categories=GTK;Office;Presentation diff --git a/data/colloquium-image.svg b/data/colloquium-image.svg deleted file mode 100644 index d196f9e..0000000 --- a/data/colloquium-image.svg +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/data/colloquium-select.svg b/data/colloquium-select.svg deleted file mode 100644 index 2b2671d..0000000 --- a/data/colloquium-select.svg +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/data/colloquium-text.svg b/data/colloquium-text.svg deleted file mode 100644 index 57b6791..0000000 --- a/data/colloquium-text.svg +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - T - - diff --git a/data/colloquium.svg b/data/colloquium.svg new file mode 100644 index 0000000..2eb7a0e --- /dev/null +++ b/data/colloquium.svg @@ -0,0 +1,99 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + -- cgit v1.2.3