diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-05-06 10:29:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-06 08:32:04 -0700 |
commit | 0600d6f4769490cc5f23ee9c3455fd96fff78508 (patch) | |
tree | dce9c69c53d20f8d269068550e93a322764d3686 /meta-xfce/recipes-apps | |
parent | 7c5604d458a99a1377615db7bebf0f201fb5aced (diff) | |
download | meta-openembedded-0600d6f4769490cc5f23ee9c3455fd96fff78508.tar.gz |
xfce4-notifyd: upgrade 0.4.3 -> 0.4.4
* A bugfix release [1]
* Dependency on dbus-glib-native (dbus-binding-tool) is no more required [2]
[1] https://mail.xfce.org/pipermail/xfce/2019-April/036382.html
[2] https://git.xfce.org/apps/xfce4-notifyd/commit?id=841b4e4ddc2f757180e1c76fb32d85db2e88cbc4
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.4.bb (renamed from meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.3.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.3.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.4.bb index d7719051b..06ab0dfeb 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.3.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.4.bb | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | DEPENDS = " \ | 5 | DEPENDS = " \ |
6 | dbus \ | 6 | dbus \ |
7 | dbus-glib \ | 7 | dbus-glib \ |
8 | dbus-glib-native \ | ||
9 | libnotify \ | 8 | libnotify \ |
10 | libxfce4util \ | 9 | libxfce4util \ |
11 | libxfce4ui \ | 10 | libxfce4ui \ |
@@ -15,8 +14,8 @@ DEPENDS = " \ | |||
15 | 14 | ||
16 | inherit xfce-app | 15 | inherit xfce-app |
17 | 16 | ||
18 | SRC_URI[md5sum] = "4887c62dfcb4c3e4f45c9acfb3def515" | 17 | SRC_URI[md5sum] = "9614d4f7c0790e8ab24e55896a44a8ac" |
19 | SRC_URI[sha256sum] = "293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0" | 18 | SRC_URI[sha256sum] = "090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55" |
20 | 19 | ||
21 | # Avoid trouble with other desktops e.g KDE which also ships dbus service named | 20 | # Avoid trouble with other desktops e.g KDE which also ships dbus service named |
22 | # org.freedesktop.Notifications | 21 | # org.freedesktop.Notifications |