Skip to content

Commit

Permalink
xfce4-notes-plugin: re-add 1.9.0
Browse files Browse the repository at this point in the history
* 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 openembedded#52)
- Add support for links with scheme other than HTTP (bug openembedded#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 <[email protected]>
  • Loading branch information
schnitzeltony committed Jan 27, 2021
1 parent f737d2d commit 8213bda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.9.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SUMMARY = "Notes plugin for the Xfce Panel"
HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

inherit xfce-panel-plugin

DEPENDS += "gtk+3 libxfce4ui xfce4-panel xfconf"

SRC_URI[sha256sum] = "13f909c948b639f96de64cf793eb74cb1779589201d3933eff214ee8f35ab088"

FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so.*"

# *.so are required for plugin detection
INSANE_SKIP_${PN} = "dev-so"
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RRECOMMENDS_${PN} = " \
xfce4-mount-plugin \
xfce4-powermanager-plugin \
xfce4-closebutton-plugin \
xfce4-notes-plugin \
xfce4-whiskermenu-plugin \
xfce4-mailwatch-plugin \
xfce4-smartbookmark-plugin \
Expand Down

0 comments on commit 8213bda

Please sign in to comment.