summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove autotools supportMarco Trevisan (Treviño)2020-03-251-213/+0
|
* build: Allow building with gettext ≥ 0.20Victor Kareh2020-01-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to copy po/Makefile.in.in from the exact gettext version. It is fine if the version of gettext installed on the system has the same minor version number with the requested version, but it fails if you have a newer version of gettext because of the mismatch between autoconf macros and Makefile.in.in. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use the gettext version installed on the system to prevent the mismatch. This also bumps the version requirement on gettext to 0.19.6 because AM_GNU_GETTEXT_REQUIRE_VERSION was added in this version. fix copied from: https://gitlab.gnome.org/GNOME/libgsf/commit/91027d3447666c6f13c31b4b5984e1a8212983da
* build: bump GLib required version to 2.34Alberts Muktupāvels2019-09-101-1/+1
| | | | | | | | Commit 7ea3203f5459e206d0d15fe115cb08a54772cd43 uses g_clear_pointer that was added in glib 2.34: https://gitlab.gnome.org/GNOME/glib/commit/00285b7517a63a243a5b61b73 https://gitlab.gnome.org/GNOME/libwnck/merge_requests/10#note_600118
* Release: 3.32.03.32.0Marco Trevisan (Treviño)2019-05-011-2/+2
|
* Release: 3.31.43.31.4.0Marco Trevisan (Treviño)2019-01-081-1/+1
|
* Release: post-release bump to 3.31.1Marco Trevisan (Treviño)2018-11-061-2/+2
|
* Release: preparing for 3.30.0Marco Trevisan (Treviño)2018-09-111-2/+2
|
* Release: post-release bump to 3.24.2Marco Trevisan (Treviño)2017-07-271-1/+1
|
* fix locale dirAlberts Muktupāvels2017-07-221-5/+0
| | | | | | Commit 4feb96726f014270a6ae4f9ed29342ad53462d7f ported libwnck to upstream gettext, but was still using $DATADIRNAME that was no longer substituded with correct directory.
* Release: post-release bump to 3.24.1Marco Trevisan (Treviño)2017-06-291-1/+1
|
* bump version to 3.24.0Alberts Muktupāvels2017-05-051-2/+2
|
* update library version infoAlberts Muktupāvels2017-04-271-3/+3
|
* bump GTK+ required version to 3.22.0Alberts Muktupāvels2017-04-271-1/+1
|
* use upstream gettextAlberts Muktupāvels2017-04-261-4/+4
|
* build: don't use gnome-autogen.shAlberts Muktupāvels2017-04-261-2/+4
| | | | https://wiki.gnome.org/Projects/GnomeCommon/Migration
* avoid deprecated gdk_pixbuf_new_from_inlineAlberts Muktupāvels2017-04-261-8/+1
|
* wnckprop: avoid deprecated GdkDeviceManagerAlberts Muktupāvels2016-11-121-1/+1
|
* Release: post-release bump to 3.20.2Marco Trevisan (Treviño)2016-06-281-1/+1
|
* selector: don't use deprecated GtkMiscAlberts Muktupāvels2016-06-281-1/+1
|
* Release: post-release bump to 3.20.1Marco Trevisan (Treviño)2016-06-211-1/+1
|
* Release: 3.20.03.20.0Marco Trevisan (Treviño)2016-06-211-1/+1
|
* configure.ac: redefine introspection dirs using proper prefixesMarco Trevisan (Treviño)2016-02-051-0/+10
| | | https://bugzilla.gnome.org/show_bug.cgi?id=761597
* Release: post-release bump to 3.18.0Marco Trevisan (Treviño)2016-02-051-2/+2
|
* configure.ac: no need for gtk 3.19, 3.10 is still enoughMarco Trevisan (Treviño)2016-02-011-1/+1
|
* don't use deprecated style propertiesAlberts Muktupāvels2015-12-211-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759680
* Release: post-release bump to 3.14.1Marco Trevisan (Treviño)2014-11-241-1/+1
|
* Release: 3.14.03.14.0Marco Trevisan (Treviño)2014-11-241-3/+3
|
* xutils: Correctly link against libXrenderDavid King2014-10-131-0/+6
| | | | | | | | | If using cairo-xlib-xrender functions (and especially XRender functions), use the libraries from the cairo-xlib-xrender pkg-config file explicitly rather than relying on implicit linking. Avoids linker errors regarding an undefined reference to XRenderFindStandardFormat. https://bugzilla.gnome.org/show_bug.cgi?id=738455
* Release: post-release bump to 3.4.10Marco Trevisan (Treviño)2014-09-021-1/+1
|
* Release: post-release bump to 3.4.9Marco Trevisan (Treviño)2014-09-021-1/+1
|
* Release: post-release bump to 3.4.8Marco Trevisan (Treviño)2013-08-201-1/+1
|
* Release: post-release bump to 3.4.7Marco Trevisan (Treviño)2013-08-061-1/+1
|
* libwnck: remove dependency on glib-genmarshal, use generic marshallerMarco Trevisan (Treviño)2013-07-201-3/+0
|
* Release: post-release bump to 3.4.6Marco Trevisan (Treviño)2013-02-081-1/+1
|
* Fix the build with automake 1.13Nuno Araujo2013-02-051-1/+1
| | | | | | | In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS. https://bugzilla.gnome.org/show_bug.cgi?id=692115
* release: post-release bump to 3.4.5Vincent Untz2012-11-121-1/+1
|
* release: post-release bump to 3.4.4Vincent Untz2012-09-041-1/+1
|
* release: 3.4.33.4.3Vincent Untz2012-09-041-1/+1
|
* Add deprecation attributes to deprecated functionsJavier Jardón2012-08-271-3/+7
| | | | | | | | This is using the newly introduce G_DEPRECATED macros from GLib. Traditional deprecation guards are still in place. Fix https://bugzilla.gnome.org/show_bug.cgi?id=671772
* build: Require gtk+-3.0 >= 3.4.0Vincent Untz2012-05-301-1/+1
| | | | | | | The fixes related to mouse wheel scrolling require GTK+ 3.4.0. We could use some ifdef to still build with earlier versions of GTK+, but people upgrading GTK+ without rebuilding libwnck would see the bugs again. So it's simpler to just require a recent version of GTK+.
* release: post-release bump to 3.4.3Vincent Untz2012-05-141-1/+1
|
* release: 3.4.23.4.2Vincent Untz2012-05-141-2/+2
|
* build: Add --enable-tools to enable/disable installation of toolsVincent Untz2012-05-141-0/+7
| | | | | | | This helps make libwnck 2.x and 3.x be parallel-installable since they conflict for wnckprop and wnck-urgency-monitor. https://bugzilla.gnome.org/show_bug.cgi?id=671558
* release: post-release bump to 3.4.1Vincent Untz2012-03-261-1/+1
|
* release: 3.4.03.4.0Vincent Untz2012-03-261-2/+2
|
* release: post-release bump to 3.3.90Vincent Untz2012-02-071-1/+1
|
* release: 3.3.53.3.5Vincent Untz2012-02-071-4/+4
|
* build: Create xz tarballsVincent Untz2011-12-201-1/+1
|
* release: post-release bump to 3.2.2Vincent Untz2011-10-161-1/+1
|
* release: post-release bump to 3.2.1Vincent Untz2011-09-261-1/+1
|