diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-01-28 08:47:27 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-28 16:53:13 -0800 |
commit | c644bf389338bc6fe2eaa095d04e63456652636d (patch) | |
tree | 1a0fede3af97b2956b1c13be9d8459f362a7175d /meta-xfce/recipes-xfce/packagegroups | |
parent | 93fad89775a6a9fe7886dfc89f02dfe2bf3d67e4 (diff) | |
download | meta-openembedded-c644bf389338bc6fe2eaa095d04e63456652636d.tar.gz |
xfce4-notes-plugin: re-add 1.9.0
* we lost by xfce 4.16
* it is a development release but it was run tested and as soon as a stable
version is released we can come back
Release notes for 1.9.0
=======================
[Please note that this is a development release.]
This is a development release which (finally) port the plugin to gtk3
and make it compatible with xfce 4.16.
- Remove unused variable
- Update deprecated autotools macros
- Do not mark text with ':' after '://' as a link (bug #52)
- Add support for links with scheme other than HTTP (bug #52)
- Fix missing-prototypes
- Create README.md. Update configure.ac.in
- Add basic gitlab CI
- Fix "Disabled labels on context menu are dark yellow"
- Fix a few deprecation warnings
- Fix make distcheck
- Fix blinking image on panel
- Remove commented code
- Update build system
- Fix make distcheck
- Remove deprecated gtk stock usage
- Fix build system
- Continue the gtk3 port
- Update URLs from goodies.x.o to docs.x.o (Bug #16171)
- po: update POTFILES.in
- gtk3: update css style with required changes from 3.20
- gtk3: drop libunique leftover flags and code
- gtk3: Drop support for GTK+-2.0
- bump post release
- Translation Updates
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/packagegroups')
-rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index cd3fa26aa..7f1c17261 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | |||
@@ -40,6 +40,7 @@ RRECOMMENDS_${PN} = " \ | |||
40 | xfce4-mount-plugin \ | 40 | xfce4-mount-plugin \ |
41 | xfce4-powermanager-plugin \ | 41 | xfce4-powermanager-plugin \ |
42 | xfce4-closebutton-plugin \ | 42 | xfce4-closebutton-plugin \ |
43 | xfce4-notes-plugin \ | ||
43 | xfce4-whiskermenu-plugin \ | 44 | xfce4-whiskermenu-plugin \ |
44 | xfce4-mailwatch-plugin \ | 45 | xfce4-mailwatch-plugin \ |
45 | xfce4-smartbookmark-plugin \ | 46 | xfce4-smartbookmark-plugin \ |