gtk-engines r1219 - in trunk: . engines engines/smooth test test/gtkrcs
- From: bberg svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-engines r1219 - in trunk: . engines engines/smooth test test/gtkrcs
- Date: Thu, 24 Jul 2008 22:30:12 +0000 (UTC)
Author: bberg
Date: Thu Jul 24 22:30:12 2008
New Revision: 1219
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1219&view=rev
Log:
2008-07-25 Benjamin Berg <benjamin sipsolutions net>
* COPYING:
* configure.ac:
* engines/Makefile.am:
* engines/smooth/*:
* test/Makefile.am:
* test/gtkrcs/smooth:
Removed the smooth engine from gtk-engines.
Removed:
trunk/engines/smooth/
trunk/test/gtkrcs/smooth
Modified:
trunk/COPYING
trunk/ChangeLog
trunk/configure.ac
trunk/engines/Makefile.am
trunk/test/Makefile.am
Modified: trunk/COPYING
==============================================================================
--- trunk/COPYING (original)
+++ trunk/COPYING Thu Jul 24 22:30:12 2008
@@ -8,6 +8,5 @@
Mist - GPL
Redmond - LGPL
ThinIce - GPL
-Smooth - LGPL
For More information see COPYING.GPL and COPYING.LGPL.
\ No newline at end of file
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Jul 24 22:30:12 2008
@@ -32,7 +32,6 @@
AC_ARG_ENABLE(industrial, [ --disable-industrial skip Industrial engine/theme], [industrial=$enableval], [industrial="$defaultval"])
AC_ARG_ENABLE(mist, [ --disable-mist skip Mist engine/theme], [mist=$enableval], [mist="$defaultval"])
AC_ARG_ENABLE(redmond, [ --disable-redmond skip Redmond engine/theme], [redmond=$enableval], [redmond="$defaultval"])
-AC_ARG_ENABLE(smooth, [ --disable-smooth skip Smooth engine], [smooth=$enableval], [smooth="$defaultval"])
AC_ARG_ENABLE(glide, [ --disable-glide skip Glide engine], [glide=$enableval], [glide="$defaultval"])
AC_ARG_ENABLE(thinice, [ --disable-thinice skip ThinIce engine/theme], [thinice=$enableval], [thinice="$defaultval"])
AC_ARG_ENABLE(lua, [ --enable-lua enable Lua engine], [lua=$enableval], [lua="no"])
@@ -106,13 +105,6 @@
fi
fi
-if test $smooth = "yes"; then
- BUILD_ENGINES="$BUILD_ENGINES smooth"
- if test $schemas = "yes"; then
- BUILD_SCHEMAS="$BUILD_SCHEMAS smooth.xml"
- fi
-fi
-
if test $thinice = "yes"; then
BUILD_ENGINES="$BUILD_ENGINES thinice"
BUILD_THEMES="$BUILD_THEMES ThinIce"
@@ -176,7 +168,6 @@
engines/mist/Makefile
engines/redmond/Makefile
engines/glide/Makefile
-engines/smooth/Makefile
engines/thinice/Makefile
engines/lua/Makefile
themes/Makefile
@@ -203,7 +194,6 @@
schema/industrial.xml.in
schema/mist.xml.in
schema/redmond95.xml.in
-schema/smooth.xml.in
schema/thinice.xml.in
])
@@ -309,13 +299,6 @@
echo "Skipping"
fi
-echo -n " Smooth - "
-if test "$smooth" = "yes"; then
- echo "Including"
-else
- echo "Skipping"
-fi
-
echo -n " ThinIce - "
if test "$thinice" = "yes"; then
echo "Including"
Modified: trunk/engines/Makefile.am
==============================================================================
--- trunk/engines/Makefile.am (original)
+++ trunk/engines/Makefile.am Thu Jul 24 22:30:12 2008
@@ -1,2 +1,2 @@
SUBDIRS = support $(BUILD_ENGINES)
-DIST_SUBDIRS = support clearlooks crux glide hc industrial lua mist redmond smooth thinice
+DIST_SUBDIRS = support clearlooks crux glide hc industrial lua mist redmond thinice
Modified: trunk/test/Makefile.am
==============================================================================
--- trunk/test/Makefile.am (original)
+++ trunk/test/Makefile.am Thu Jul 24 22:30:12 2008
@@ -15,7 +15,6 @@
gtkrcs/industrial \
gtkrcs/mist \
gtkrcs/redmond \
- gtkrcs/smooth \
gtkrcs/thinice
EXTRA_DIST = exported torture runinx valgrind-suppressions $(GTKRCS)
@@ -64,7 +63,6 @@
industrial \
mist \
redmond \
- smooth \
thinice
# Filter engines that are not build from the set of engines
@@ -78,8 +76,7 @@
# Possible other tests:
# - An extensive theme switch tests that loads/unloads the engine
# multiple times. A requirement here is that multiple rc styles need
-# to be merged. (ie. the test should find the recently fixed smooth
-# memory corruption)
+# to be merged.
# - RC style merging? Don't think there is a way to do that.
# - Maybe a visual test that looks for visible changes? That way one can
# check that a modification does not break anything. (eg. when doing
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]