[gnome-boxes] Full-name is GNOME Boxes (unix name: gnome-boxes)



commit 026d44c99a89b3fd75dddf5e188870a3c49c6878
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Oct 4 16:39:30 2011 +0300

    Full-name is GNOME Boxes (unix name: gnome-boxes)

 configure.ac                                       |    4 ++--
 data/Makefile.am                                   |    6 +++---
 ...xes.desktop.in.in => gnome-boxes.desktop.in.in} |    7 ++++---
 src/Makefile.am                                    |    8 ++++----
 4 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 65fec09..da6db7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 
-AC_INIT([boxes], [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
+AC_INIT([gnome-boxes], [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
         [spice-devel lists freedesktop org])
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -66,7 +66,7 @@ AC_CONFIG_FILES([
   Makefile
   src/Makefile
   data/Makefile
-  data/boxes.desktop.in
+  data/gnome-boxes.desktop.in
   po/Makefile.in
 ])
 
diff --git a/data/Makefile.am b/data/Makefile.am
index dd956e9..537bd48 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,15 +1,15 @@
 NULL=
 
 desktopdir       = $(datadir)/applications
-desktop_in_files = boxes.desktop.in
+desktop_in_files = gnome-boxes.desktop.in
 desktop_DATA     = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
-styledir         = $(datadir)/boxes/style
+styledir         = $(datadir)/gnome-boxes/style
 style_DATA       = gtk-style.css
 
 EXTRA_DIST =					\
-	boxes.desktop.in			\
+	gnome-boxes.desktop.in			\
 	$(desktop_in_files)			\
 	$(NULL)
 
diff --git a/data/boxes.desktop.in.in b/data/gnome-boxes.desktop.in.in
similarity index 61%
rename from data/boxes.desktop.in.in
rename to data/gnome-boxes.desktop.in.in
index 9ceb7f3..ee587f9 100644
--- a/data/boxes.desktop.in.in
+++ b/data/gnome-boxes.desktop.in.in
@@ -1,8 +1,9 @@
 [Desktop Entry]
-_Name=Boxes
+_Name=GNOME Boxes
+_GenericName=Simple virtual machine viewer/manager
 _Comment=View and use virtual machines
-Exec=boxes %U
-Icon=boxes
+Exec=gnome-boxes %U
+Icon=gnome-boxes
 Terminal=false
 Type=Application
 StartupNotify=true
diff --git a/src/Makefile.am b/src/Makefile.am
index 2697dff..f73c535 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,9 +17,9 @@ AM_VALAFLAGS =						\
 	--pkg spice-client-gtk-3.0			\
 	$(NULL)
 
-bin_PROGRAMS = boxes
+bin_PROGRAMS = gnome-boxes
 
-boxes_SOURCES =					\
+gnome_boxes_SOURCES =					\
 	box.vala				\
 	boxes.vala				\
 	collection-view.vala			\
@@ -30,8 +30,8 @@ boxes_SOURCES =					\
 	util.vala				\
 	$(NULL)
 BUILT_SOURCES = dirs.h
-boxes_LDADD = $(BOXES_LIBS)
-boxes_CFLAGS = $(BOXES_CFLAGS)
+gnome_boxes_LDADD = $(BOXES_LIBS)
+gnome_boxes_CFLAGS = $(BOXES_CFLAGS)
 
 DISTCLEANFILES = dirs.h
 dirs.h: Makefile



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