gnome-games-extra-data r78 - in trunk: . same-gnome



Author: chpe
Date: Tue Nov  4 14:46:51 2008
New Revision: 78
URL: http://svn.gnome.org/viewvc/gnome-games-extra-data?rev=78&view=rev

Log:
Remove old same-gnome themes, they're useless now.

Removed:
   trunk/same-gnome/blink-sync.png
   trunk/same-gnome/glass.png
   trunk/same-gnome/marbles.png
   trunk/same-gnome/rotate.png
Modified:
   trunk/Makefile.am
   trunk/configure.in
   trunk/same-gnome/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Tue Nov  4 14:46:51 2008
@@ -11,12 +11,6 @@
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-old
 
-if !ENABLE_OLD
-dist-hook:
-	@echo You need to build with --enable-old in order to make dist
-	@false
-endif
-
 # Build ChangeLog from GIT or SVN history
 # (SVN r69 was the first ChangeLog-less checkin).
 # Only build this when in a git or svn checkout.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Nov  4 14:46:51 2008
@@ -16,17 +16,6 @@
 fi
 AM_MAINTAINER_MODE([enable])
 
-AC_ARG_ENABLE([old],
-[AS_HELP_STRING([--enable-old],[Install themes with obsolete formats])],
-[case "${enableval}" in
-  yes) enable_old=yes ;;
-  no)  enable_old=no ;;
-  *) AC_MSG_ERROR(bad value ${enableval} for --enable-old) ;;
- esac],[enable_old=no])
-
-AC_SUBST([enable_old])
-AM_CONDITIONAL([ENABLE_OLD], [test "$enable_old" = "yes"])
-
 AC_CONFIG_FILES([
 Makefile
 cards/Makefile

Modified: trunk/same-gnome/Makefile.am
==============================================================================
--- trunk/same-gnome/Makefile.am	(original)
+++ trunk/same-gnome/Makefile.am	Tue Nov  4 14:46:51 2008
@@ -1,8 +1 @@
 SUBDIRS= 2.10
-
-if ENABLE_OLD
-pixmapdir = $(datadir)/pixmaps/same-gnome
-pixmap_DATA = blink-sync.png glass.png marbles.png rotate.png
-
-EXTRA_DIST = $(pixmap_DATA)
-endif



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