- Update to version 0.9.1:
* src/{CMakeLists.txt,indicator.symbols}: Don't export private
symbols. Immitate symbol exports as previously done with
libtool.
- Provide an empty, but owned directory within %{_libdir} for
actual indicator "plugins".
- Switch to packaging NEWS instead of ChangeLog (much smaller),
package INSTALL.md and NEWS.Canonical as documentation files.
- Fix library without executable permission.
- Split package up into lib packages and a -common package.
- Add language support, but comment out for now, since upstream
does not provide translations yet.
- Move datadir files into common package.
- Add *SuSE 15.2 support, need to define CMAKE_INSTALL_LIBEXECDIR,
since the default does not fit and the cmake package doesn't
provide the argument by default on older systems.
- Add rpmlint filters for warnings and errors that do not really
concern us.
v2: `s/%myname/%common_name/`, remove "dummy package" descriptions and just provide the generic ones.
v3: update package metadata to OBS meta information. Not sure if that's passed through submitrequests, but it's probably not a bad idea.
OBS-URL: https://build.opensuse.org/request/show/983510
OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libayatana-indicator?expand=0&rev=14
- add libayatana-indicator-Wno-error-deprecated-declarations.patch
* add Wno-error=deprecated-declarations option to tools
- add libayatana-indicator-glib-2.58.patch
* g_type_class_add_private was deprecated since glib 2.58
get rid of it and self-defined *_GET_PRIVATE() functions,
use G_DEFINE_TYPE_* and auto-generated *_get_instance_private()
instead.
- drop libayatana-indicator-disable-werror.patch
OBS-URL: https://build.opensuse.org/request/show/785409
OBS-URL: https://build.opensuse.org/package/show/X11:Unity/libayatana-indicator?expand=0&rev=10