mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/cage: bump to version 0.2.0
Changelog: [1]. Also, upstream commit [2], included in v0.2, removed the "xwayland" build time option. This commit removes the corresponding CAGE_CONF_OPTS. The cage github project was moved from [3] to [4]. See also [5]. This commit also updates the _SITE url accordingly. [1] https://github.com/cage-kiosk/cage/releases/tag/v0.2.0 [2]d3fb99d665[3] https://github.com/Hjdskes/cage [4] https://github.com/cage-kiosk/cage [5]9a4310f8b6Signed-off-by: Raphael Pavlidis <raphael.pavlidis@gmail.com> [Julien: - add new line before S-o-b - add link justifying the removal of xwayland option - update _SITE ] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
a6a92a08b3
commit
2f47195d54
@@ -1,5 +1,7 @@
|
||||
# Generated locally after checking GPG signature from https://github.com/cage-kiosk/cage/releases/download/v0.1.5/cage-0.1.5.tar.gz.sig
|
||||
sha256 ece0312e559289df0238289ea6c60e9fed32d27fe3ae8a8f83eeff26ddc239e1 cage-0.1.5.tar.gz
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://github.com/cage-kiosk/cage/releases/download/v0.2.0/cage-0.2.0.tar.gz.sig
|
||||
# with key 34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 "emersion <contact@emersion.fr>"
|
||||
sha256 557c194d18af7202a9ec2e8be6dd7129f6c16d0f4528f4079ba26ccd57b6ef88 cage-0.2.0.tar.gz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 e117104073335dbaf78596fb1bedf89dda63c71f60f0b665947b2d369c77ecee LICENSE
|
||||
|
||||
@@ -4,17 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CAGE_VERSION = 0.1.5
|
||||
CAGE_SITE = https://github.com/Hjdskes/cage/releases/download/v$(CAGE_VERSION)
|
||||
CAGE_VERSION = 0.2.0
|
||||
CAGE_SITE = https://github.com/cage-kiosk/cage/releases/download/v$(CAGE_VERSION)
|
||||
CAGE_LICENSE = MIT
|
||||
CAGE_LICENSE_FILES = LICENSE
|
||||
CAGE_DEPENDENCIES = host-pkgconf wlroots
|
||||
CAGE_CONF_OPTS = -Dman-pages=disabled
|
||||
|
||||
ifeq ($(BR2_PACKAGE_WLROOTS_X11),y)
|
||||
CAGE_CONF_OPTS += -Dxwayland=true
|
||||
else
|
||||
CAGE_CONF_OPTS += -Dxwayland=false
|
||||
endif
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
||||
Reference in New Issue
Block a user