Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Enables monitoring and display of application startup" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "Contains a reference implementation of the startup notification protocol. \ |
| 3 | The reference implementation is mostly under an X Window System style license, and has \ |
| 4 | no special dependencies. " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 5 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/startup-notification/" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 6 | BUGTRACKER = "https://gitlab.freedesktop.org/xdg/startup-notification/-/issues" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 7 | |
| 8 | # most files are under MIT, but libsn/sn-util.c is under LGPL, the |
| 9 | # effective license is LGPL |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 10 | LICENSE = "LGPL-2.0-or-later" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2ae2cd47d6d2f238410f5364dfbc0f2 \ |
| 12 | file://libsn/sn-util.c;endline=18;md5=18a14dc1825d38e741d772311fea9ee1 \ |
| 13 | file://libsn/sn-common.h;endline=23;md5=6d05bc0ebdcf5513a6e77cb26e8cd7e2 \ |
| 14 | file://test/test-boilerplate.h;endline=23;md5=923e706b2a70586176eead261cc5bb98" |
| 15 | |
| 16 | PR = "r2" |
| 17 | |
| 18 | SECTION = "libs" |
| 19 | |
| 20 | |
| 21 | DEPENDS = "virtual/libx11 libsm xcb-util" |
| 22 | |
Brad Bishop | 6dbb316 | 2019-11-25 09:41:34 -0500 | [diff] [blame] | 23 | inherit autotools pkgconfig features_check |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 24 | # depends on virtual/libx11 |
| 25 | REQUIRED_DISTRO_FEATURES = "x11" |
| 26 | |
| 27 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${BPN}-${PV}.tar.gz \ |
| 28 | file://obsolete_automake_macros.patch \ |
Andrew Geissler | b7d2861 | 2020-07-24 16:15:54 -0500 | [diff] [blame] | 29 | file://time_t.patch \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 30 | " |
| 31 | |
| 32 | SRC_URI[md5sum] = "2cd77326d4dcaed9a5a23a1232fb38e9" |
| 33 | SRC_URI[sha256sum] = "3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a" |