bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -0,0 +1,3 @@
# Locally calculated:
sha256 b26dbde79ea72c8c84fb7f9d870ffd857381d049a86d25e0038c4cef4c747309 desktop-file-utils-0.26.tar.xz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@@ -0,0 +1,14 @@
################################################################################
#
# desktop-file-utils
#
################################################################################
DESKTOP_FILE_UTILS_VERSION = 0.26
DESKTOP_FILE_UTILS_SOURCE = desktop-file-utils-$(DESKTOP_FILE_UTILS_VERSION).tar.xz
DESKTOP_FILE_UTILS_SITE = https://www.freedesktop.org/software/desktop-file-utils/releases
DESKTOP_FILE_UTILS_LICENSE = GPL-2.0+
DESKTOP_FILE_UTILS_LICENSE_FILES = COPYING
HOST_DESKTOP_FILE_UTILS_DEPENDENCIES = host-libglib2
$(eval $(host-meson-package))