summaryrefslogtreecommitdiff
path: root/misc/libmateweather/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-12-09revbump after updating textproc/icuadam1-2/+2
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-10-24*: (belatedly) revbump for net/libsoup updateleot1-2/+2
Thanks to <wiz>!
2018-07-20Recursive revbump from textproc/icu-62.1ryoon1-1/+2
2018-05-14Update to 1.20.0:youri1-3/+2
locations: Add Radom, Poland Locations: add Zhukovsky airport (Moscow, Russia) Locations: fix Sheremetyevo airport name (Moscow, Russia) Add timeout, actully invalidate session in weather_info_abort Start reducing weather spam by creating intial cut of weather_info_equal() function that will help apps determine if two WeatherInfo instances are ‘the same’ enough to not bother with a notification remove warning on unused bsun by actually testing value Fix soup_session_async_new() deprecation warning Add missing Polish cities with airports Fix Novosibirsk timezone Add Ceiba in Puerto Rico doc: drop ancient MateConf references and some other stuff Update cities of Kazakhstan. actually check the $GIO_REQUIRED variable’s value Translations update
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-04-14revbump after icu updateadam1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2017-11-30Revbump after textproc/icu updateadam1-2/+2
2017-11-23recursive bump for libxkbcommon removal from at-spi2-corewiz1-2/+2
2017-09-18revbump for requiring ICU 59.xmaya1-1/+2
2017-06-23Update libmateweather to 1.18.1.youri1-5/+2
2017-04-22Revbump after icu updateadam1-2/+2
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-05-21Import libmateweather-1.14.0 as misc/libmateweather.youri1-0/+18
libmateweather is a libgnomeweather fork. libmateweather is a library to access weather information from online services for numerous locations. libmateweather isn't supported in the devel platform, which means OS vendors won't guarantee the API/ABI long-term, but authors of open source apps should feel free to use libmateweather as users can always recompile against a new version. To use libmateweather in your code, you need to define the MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding -DMATEWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.