[Buildroot] [PATCH] new package: notification-daemon

Yann E. MORIN yann.morin.1998 at free.fr
Thu Feb 21 21:57:34 UTC 2013


Stefan, All,

On Thursday 21 February 2013 Stefan Fröberg wrote:
> notification-daemon
  ^^^
Useless line.

> notification-daemon is the server implementation of the freedesktop.org
> desktop notification specification.
> 
> Signed-off-by: Stefan Fröberg <stefan.froberg at petroprogram.com>
[--SNIP--]
> diff --git a/package/notification-daemon/notification-daemon.mk b/package/notification-daemon/notification-daemon.mk
> new file mode 100644
> index 0000000..c971fc2
> --- /dev/null
> +++ b/package/notification-daemon/notification-daemon.mk
> @@ -0,0 +1,18 @@
> +#############################################################
> +#
> +# notification-daemon
> +#
> +#############################################################
> +
> +NOTIFICATION_DAEMON_MAJOR_VERSION = 0.5
> +NOTIFICATION_DAEMON_MINOR_VERSION = 0
> +NOTIFICATION_DAEMON_VERSION = $(NOTIFICATION_DAEMON_MAJOR_VERSION).$(NOTIFICATION_DAEMON_MINOR_VERSION)

Why do you separate the major/minor versions since you only ever use the
aggregate "major.minor" (see below)?

> +NOTIFICATION_DAEMON_SOURCE = notification-daemon-$(NOTIFICATION_DAEMON_VERSION).tar.bz2
> +NOTIFICATION_DAEMON_SITE = http://ftp.acc.umu.se/pub/gnome/sources/notification-daemon/$(NOTIFICATION_DAEMON_VERSION)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list