[gnome-sound-recorder] Add icons by Sam Hewitt



commit 97cc0505fb0f7967e9e6e86aafbb6afd3adb6839
Author: Meg Ford <meg387 gmail com>
Date:   Mon Feb 3 18:03:51 2014 -0600

    Add icons by Sam Hewitt

 configure.ac                               |    1 +
 data/Makefile.am                           |    2 ++
 data/org.gnome.SoundRecorder.desktop.in.in |    2 +-
 3 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 88d8e85..2ce1b24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,6 +33,7 @@ AC_SUBST(GLIB_COMPILE_RESOURCES)
 AC_OUTPUT([
 Makefile
 data/Makefile
+data/icons/Makefile
 libgd/Makefile
 src/Makefile
 po/Makefile.in
diff --git a/data/Makefile.am b/data/Makefile.am
index 592eee5..cc1ca32 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = icons
+
 resourcedir = $(pkgdatadir)
 resource_DATA = application.css
 
diff --git a/data/org.gnome.SoundRecorder.desktop.in.in b/data/org.gnome.SoundRecorder.desktop.in.in
index 68e1a03..3e53b10 100644
--- a/data/org.gnome.SoundRecorder.desktop.in.in
+++ b/data/org.gnome.SoundRecorder.desktop.in.in
@@ -2,7 +2,7 @@
 Type=Application
 _Name=Sound Recorder
 _Comment=Record sound via the microphone and play it back
-Icon=audio-input-microphone
+Icon=gnome-sound-recorder
 Categories=GNOME;GTK;
 _Keywords=Audio;Application;Record;
 Exec=gnome-sound-recorder


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]