mate-desktop / mate-settings-daemon

MATE settings daemon
https://mate-desktop.org
GNU General Public License v2.0
43 stars 48 forks source link

dependency on LIBMATEMIXER_REQUIRED_VERSION=1.9.0 #144

Closed oz123 closed 7 years ago

oz123 commented 8 years ago

Although not much has changed between libmatemixer-1.9 and libmatemixer-1.14, bumping the dependency in configure.ac will make future release more standalone. This is a feature mainly helping package maintainers. I suggest to change this. If you agree with it, please let me know, I will make a PR.

oz123 commented 8 years ago

The same goes for a dependency on LIBMATEKBD_REQUIRED_VERSION=1.7.0 and MATE_DESKTOP_REQUIRED_VERSION=1.9.4.

flexiondotorg commented 8 years ago

Please submit the relevant pull-requests and a dev will review them ☺️

monsta commented 8 years ago

bumping the dependency in configure.ac will make future release more standalone

more... what? :smile:

oz123 commented 8 years ago

What I meant is that each version of release component should depend on the same series component. That means that when releasing mate-settings-daemon in version 1.14 it should depend on the same version of libmatekbd, and an earlier one.

monsta commented 7 years ago

Version requirements were bumped to 1.17 due to migration to GTK+3 only code (to avoid accidental building with older GTK+2 libraries). Except for libmatemixer, which doesn't contain any GTK+ code, so 1.10 (the first stable release) is enough.