gtk-css-engine r85 - branches/bzr
- From: robsta svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-css-engine r85 - branches/bzr
- Date: Fri, 5 Sep 2008 11:34:02 +0000 (UTC)
Author: robsta
Date: Fri Sep 5 11:34:01 2008
New Revision: 85
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=85&view=rev
Log:
Fix regression to get the engine installed in the right place.
Modified:
branches/bzr/ (props changed)
branches/bzr/TODO
branches/bzr/configure.in
Modified: branches/bzr/TODO
==============================================================================
--- branches/bzr/TODO (original)
+++ branches/bzr/TODO Fri Sep 5 11:34:01 2008
@@ -41,7 +41,7 @@
* Application-specific theming, someting like "@import "gimp.css" gimp;",
maybe support wildcards like "gimp*" to match things like "gimp-1.2".
* Match properties against properties, including namespaces:
- e.g. "GtkVScrollbar[adjustment:value=property(adjustment:lower)]".
+ e.g. "GtkVScrollbar[adjustment:value=attribute(adjustment:lower)]".
Can be used to implement custom inactive scrollbars, c.f.
http://mail.gnome.org/archives/usability/2008-August/msg00037.html
Modified: branches/bzr/configure.in
==============================================================================
--- branches/bzr/configure.in (original)
+++ branches/bzr/configure.in Fri Sep 5 11:34:01 2008
@@ -36,6 +36,7 @@
AC_SUBST([VERSION_INFO], [version_iface:ccd_version_micro:0])
+
### Checks for configure arguments. ############################################
AC_ARG_ENABLE([libccd],
@@ -97,6 +98,7 @@
GTK_DOC_CHECK([1.0])
AM_CONDITIONAL(GTK_DOC_INSTALLED, $gtk_doc_installed)
+
### Checks for libraries. ######################################################
# Maybe it would work with gtk+-2.8, the first sporting cairo, right?
@@ -128,6 +130,9 @@
AC_SUBST([GCE_CFLAGS], [$CCD_CFLAGS])
AC_SUBST([GCE_LIBS], [$CCD_LIBS])
+GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
+AC_SUBST(GTK_VERSION)
+
### Checks for header files. ###################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]