~ubuntu-branches/ubuntu/trusty/gnome-themes-standard/trusty-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Martin Pitt, Michael Biebl
  • Date: 2012-03-27 01:50:12 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20120327015012-2648o26dgjekojqq
Tags: 3.4.0-1
[ Martin Pitt ]
* New upstream release.
* debian/control.in: Update Vcs-* for experimental branch.
* debian/control.in: Add libcairo2-dev, libgdk-pixbuf2.0-dev, and
  libglib2.0-dev build dependencies as per configure.ac.
* Add 01_gtk-update-icon-cache_name.patch: Debian packaging uses
  gtk-update-icon-cache-3.0, update path in configure.ac.
* debian/control.in, debian/rules: Use dh-autoreconf, for the patch above.
* debian/control.in: Bump Standards-Version to 3.9.3 (no changes necessary).

[ Michael Biebl ]
* Add Build-Depends on libgtk-3-bin for gtk-update-icon-cache-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
AC_PREREQ(2.53)
3
3
 
4
 
AC_INIT([gnome-themes-standard], [3.3.91],
 
4
AC_INIT([gnome-themes-standard], [3.4.0],
5
5
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
6
6
 
7
7
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip])
31
31
GTK_VERSION_REQUIRED=3.3.14
32
32
 
33
33
PKG_CHECK_MODULES([DEPENDENCIES], [gtk+-3.0 >= $GTK_VERSION_REQUIRED librsvg-2.0])
 
34
PKG_CHECK_MODULES([HIGHCONTRAST], [cairo gio-2.0 gdk-pixbuf-2.0 gdk-3.0])
34
35
 
35
36
AC_SUBST(DEPENDENCIES_CFLAGS)
36
37
AC_SUBST(DEPENDENCIES_LIBS)
49
50
              enable_placeholders=no)
50
51
AM_CONDITIONAL(PLACEHOLDERS, test "x$enable_placeholders" != "xno")
51
52
 
 
53
AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache-3.0)
 
54
if test -z "$GTK_UPDATE_ICON_CACHE"; then
 
55
    AC_MSG_ERROR([Could not find gtk-update-icon-cache-3.0])
 
56
fi
 
57
 
52
58
# Workaround to make aclocal get the right flags
53
59
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
54
60
 
77
83
themes/HighContrast/gtk-2.0/Makefile
78
84
themes/HighContrast/gtk-3.0/Makefile
79
85
themes/HighContrast/icons/Makefile
80
 
themes/HighContrast/icons/48x48/Makefile
81
 
themes/HighContrast/icons/48x48/animations/Makefile
82
 
themes/HighContrast/icons/48x48/stock/Makefile
83
 
themes/HighContrast/icons/scalable/Makefile
84
 
themes/HighContrast/icons/scalable/actions/Makefile
85
 
themes/HighContrast/icons/scalable/apps/Makefile
86
 
themes/HighContrast/icons/scalable/categories/Makefile
87
 
themes/HighContrast/icons/scalable/devices/Makefile
88
 
themes/HighContrast/icons/scalable/emblems/Makefile
89
 
themes/HighContrast/icons/scalable/emotes/Makefile
90
 
themes/HighContrast/icons/scalable/mimetypes/Makefile
91
 
themes/HighContrast/icons/scalable/places/Makefile
92
 
themes/HighContrast/icons/scalable/status/Makefile
93
 
themes/HighContrast/icons/scalable/actions-extra/Makefile
94
 
themes/HighContrast/icons/scalable/apps-extra/Makefile
95
 
themes/HighContrast/icons/scalable/categories-extra/Makefile
96
 
themes/HighContrast/icons/scalable/devices-extra/Makefile
97
 
themes/HighContrast/icons/scalable/emblems-extra/Makefile
98
 
themes/HighContrast/icons/scalable/emotes-extra/Makefile
99
 
themes/HighContrast/icons/scalable/mimetypes-extra/Makefile
100
 
themes/HighContrast/icons/scalable/places-extra/Makefile
101
 
themes/HighContrast/icons/scalable/status-extra/Makefile
102
86
themes/HighContrastInverse/Makefile
103
87
themes/HighContrastInverse/gtk-2.0/Makefile
104
88
themes/HighContrastInverse/gtk-3.0/Makefile