All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/startup-notification: bump to version 0.12
@ 2022-04-11 21:22 Fabrice Fontaine
  2022-04-21 17:55 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-04-11 21:22 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

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 <fontaine.fabrice@gmail.com>
---
 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" \
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/startup-notification: bump to version 0.12
  2022-04-11 21:22 [Buildroot] [PATCH 1/1] package/startup-notification: bump to version 0.12 Fabrice Fontaine
@ 2022-04-21 17:55 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2022-04-21 17:55 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 11/04/2022 23:22, Fabrice Fontaine wrote:
> 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 <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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" \
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-21 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 21:22 [Buildroot] [PATCH 1/1] package/startup-notification: bump to version 0.12 Fabrice Fontaine
2022-04-21 17:55 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.