[gnome-boxes] Remove non-free logo files



commit 0ef5e4a43cbe5518ad38bd0e9c1d2636898a40cf
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Jul 6 01:16:24 2012 +0300

    Remove non-free logo files
    
    Lets put the non-free logos into a separate package/repository:
    
    http://git.gnome.org/browse/gnome-boxes-nonfree
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671251

 COPYING.logos           |  205 -----------------------------------------------
 configure.ac            |    8 --
 data/icons/Makefile.am  |   11 ---
 data/icons/debian.svg   |   86 --------------------
 data/icons/fedora.svg   |   21 -----
 data/icons/opensuse.svg |  105 ------------------------
 data/icons/ubuntu.svg   |   27 ------
 7 files changed, 0 insertions(+), 463 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1edad67..458958b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,14 +107,6 @@ fi
 
 AC_SUBST(VALA_DEBUG_FLAGS)
 
-dnl Distribute logos?
-AC_ARG_ENABLE([logos],
-              AS_HELP_STRING([--enable-logos],
-                             [Enable distribution of non-free logos]),
-              [enable_logos=$enableval],
-              [enable_logos=yes])
-AM_CONDITIONAL(ENABLE_LOGOS, test "x$enable_logos" != "xno")
-
 AC_CONFIG_FILES([
   Makefile
   data/Makefile
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 57e101b..fb244c6 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -24,20 +24,9 @@ assets_DATA =					\
 	boxes-gray.png				\
 	$(NULL)
 
-if ENABLE_LOGOS
-LOGOS = debian.svg	\
-	fedora.svg	\
-	opensuse.svg	\
-	ubuntu.svg	\
-	$(NULL)
-else
-LOGOS =
-endif
-
 imagesdir = $(datadir)/gnome-boxes/pixmaps
 images_DATA =					\
 	boxes-create.png			\
-	$(LOGOS)				\
 	$(NULL)
 
 EXTRA_DIST =					\



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