From d1e207f976018e44c964cbe661d5fa315f529527 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 11 Apr 2022 23:22:34 +0200 Subject: [PATCH] package/startup-notification: bump to version 0.12 xcb-util is mandatory since https://cgit.freedesktop.org/startup-notification/commit/?id=15c0bae76e0bcd5d2839a791cf51c8b22e615fe2 https://cgit.freedesktop.org/startup-notification/commit/?id=57816a46aa32d0bd667661ce6aaaa187f84ec889 https://cgit.freedesktop.org/startup-notification/tree/NEWS?h=STARTUP_NOTIFICATION_0_12 Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/startup-notification/Config.in | 1 + package/startup-notification/startup-notification.hash | 2 +- package/startup-notification/startup-notification.mk | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/startup-notification/Config.in b/package/startup-notification/Config.in index 88d18174bc..606276e484 100644 --- a/package/startup-notification/Config.in +++ b/package/startup-notification/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_STARTUP_NOTIFICATION bool "startup-notification" depends on BR2_PACKAGE_XORG7 depends on BR2_USE_MMU # fork() + select BR2_PACKAGE_XCB_UTIL select BR2_PACKAGE_XLIB_LIBX11 help Startup-notification is a library used to monitor diff --git a/package/startup-notification/startup-notification.hash b/package/startup-notification/startup-notification.hash index 474c8bd92c..9c5713213b 100644 --- a/package/startup-notification/startup-notification.hash +++ b/package/startup-notification/startup-notification.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 c2fa09f9a49d8b319e79638e49e967c682df8726006e03059b1ffca5ab82099c startup-notification-0.9.tar.gz +sha256 3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a startup-notification-0.12.tar.gz sha256 29935974beae046f50da806b5f4e54532401dd7bcfbc696a0b645f4cbcce9dbb COPYING diff --git a/package/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk index b3314087f5..4a9e33e5ed 100644 --- a/package/startup-notification/startup-notification.mk +++ b/package/startup-notification/startup-notification.mk @@ -4,10 +4,10 @@ # ################################################################################ -STARTUP_NOTIFICATION_VERSION = 0.9 +STARTUP_NOTIFICATION_VERSION = 0.12 STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification/releases STARTUP_NOTIFICATION_INSTALL_STAGING = YES -STARTUP_NOTIFICATION_DEPENDENCIES = xlib_libX11 +STARTUP_NOTIFICATION_DEPENDENCIES = xcb-util xlib_libX11 STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes STARTUP_NOTIFICATION_CONF_OPTS = --with-x \ --x-includes="$(STAGING_DIR)/usr/include/X11" \