Skip to content
Commits on Source (10)
3.38.0
3.37.92
- inkscape 1.0 based rendering (issue 87)
- build system fixes
......
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for adwaita-icon-theme 3.37.92.
# Generated by GNU Autoconf 2.69 for adwaita-icon-theme 3.38.0.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme>.
#
......@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='adwaita-icon-theme'
PACKAGE_TARNAME='adwaita-icon-theme'
PACKAGE_VERSION='3.37.92'
PACKAGE_STRING='adwaita-icon-theme 3.37.92'
PACKAGE_VERSION='3.38.0'
PACKAGE_STRING='adwaita-icon-theme 3.38.0'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme'
PACKAGE_URL=''
......@@ -1239,7 +1239,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures adwaita-icon-theme 3.37.92 to adapt to many kinds of systems.
\`configure' configures adwaita-icon-theme 3.38.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
......@@ -1310,7 +1310,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of adwaita-icon-theme 3.37.92:";;
short | recursive ) echo "Configuration of adwaita-icon-theme 3.38.0:";;
esac
cat <<\_ACEOF
......@@ -1396,7 +1396,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
adwaita-icon-theme configure 3.37.92
adwaita-icon-theme configure 3.38.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -1413,7 +1413,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by adwaita-icon-theme $as_me 3.37.92, which was
It was created by adwaita-icon-theme $as_me 3.38.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
......@@ -2350,7 +2350,7 @@ fi
# Define the identity of the package.
PACKAGE='adwaita-icon-theme'
VERSION='3.37.92'
VERSION='3.38.0'
cat >>confdefs.h <<_ACEOF
......@@ -3553,7 +3553,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by adwaita-icon-theme $as_me 3.37.92, which was
This file was extended by adwaita-icon-theme $as_me 3.38.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
......@@ -3606,7 +3606,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
adwaita-icon-theme config.status 3.37.92
adwaita-icon-theme config.status 3.38.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
......
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
AC_INIT([adwaita-icon-theme], [3.37.92],
AC_INIT([adwaita-icon-theme], [3.38.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
......
adwaita-icon-theme (3.38.0-1ubuntu1) groovy; urgency=medium
* Sync with Debian. Remaining change:
- Split into adwaita-icon-theme and adwaita-icon-theme-full
(debian/control{,.in})
-- Iain Lane <iain.lane@canonical.com> Tue, 15 Sep 2020 18:04:32 +0100
adwaita-icon-theme (3.38.0-1) unstable; urgency=medium
* New upstream release
* Revert "debian/watch: Watch for unstable releases"
-- Iain Lane <laney@debian.org> Tue, 15 Sep 2020 17:59:46 +0100
adwaita-icon-theme (3.37.92-1ubuntu1) groovy; urgency=medium
* Sync with Debian. Remaining change:
......
version=4
https://download.gnome.org/sources/@PACKAGE@/([\d\.]+)/ \
https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \
@PACKAGE@@ANY_VERSION@\.tar\.xz
......@@ -38,7 +38,7 @@ _HASH=^#
NULL=
ICON_SUBDIR=share\icons\Adwaita
GDK_PIXBUF_MOD_VERSION=2.10.0
ADWAITA_VERSION=3.37.92
ADWAITA_VERSION=3.38.0
ADWAITA_PC_FILES=adwaita-icon-theme.pc
# Generate the NMake Makefile modules for the listing of subdirs for each icon size
......