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,35 @@
From 2e51d1015ffd58f26f4ddf03a858164edcf64a8c Mon Sep 17 00:00:00 2001
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Date: Fri, 26 Mar 2021 09:16:08 +0100
Subject: [PATCH] po/de.po: fix build with gettext-tiny
Build of de.gmo is broken with gettext-tiny since version 1.3.2 and
commit 80e0f662861e6d0ad8888f61c19c0695978779bf:
file=`echo de | sed 's,.*/,,'`.gmo \
&& rm -f $file && /home/buildroot/autobuild/instance-2/output-1/host/bin/msgfmt -o $file de.po
Makefile:102: recipe for target 'de.gmo' failed
Fixes:
- http://autobuild.buildroot.org/results/69f4e5fa44208429b143011640971a61d709d5b1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Upstream status: https://github.com/lxde/pcmanfm/pull/8]
---
po/de.po | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/po/de.po b/po/de.po
index 766a44e..9781ba3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -961,8 +961,7 @@ msgstr "Diese Ordneransicht merken"
#: ../src/main-win-ui.c:279
msgid ""
"Check to remember view and sort as folder setting rather than global one"
-msgstr
-"Ansicht und Sortierung für dieses Verzeichnis anstelle der globalen "
+msgstr "Ansicht und Sortierung für dieses Verzeichnis anstelle der globalen "
"Einstellung merken"
#: ../src/main-win-ui.c:281

View File

@@ -6,7 +6,7 @@ config BR2_PACKAGE_PCMANFM
depends on BR2_USE_MMU # libglib2
depends on BR2_INSTALL_LIBSTDCPP # libgtk2
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libgtk2 -> pango -> harfbuzz
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # libgtk2 -> pango -> harfbuzz
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libgtk2 -> pango -> harfbuzz
select BR2_PACKAGE_LIBFM
select BR2_PACKAGE_MENU_CACHE
select BR2_PACKAGE_LIBGLIB2
@@ -18,10 +18,10 @@ config BR2_PACKAGE_PCMANFM
http://wiki.lxde.org/en/PCManFM
comment "pcmanfm needs a toolchain w/ wchar, threads, C++, gcc >= 4.8"
comment "pcmanfm needs a toolchain w/ wchar, threads, C++, gcc >= 4.9"
depends on BR2_USE_MMU
depends on BR2_PACKAGE_XORG7
depends on BR2_TOOLCHAIN_HAS_SYNC_4
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
!BR2_TOOLCHAIN_HAS_THREADS

View File

@@ -1,6 +1,7 @@
# From https://sourceforge.net/projects/pcmanfm/files/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/
md5 d32ad2c9c7c52bff2004bbc120b53420 pcmanfm-1.3.1.tar.xz
sha1 4de1e5cb00fbf837c137f205e7e2327e3b49cb90 pcmanfm-1.3.1.tar.xz
md5 ef7c4417d2697ef138d175db7aeae15a pcmanfm-1.3.2.tar.xz
sha1 bc4e468b0ec3089aaf817eafed43ae06350961ee pcmanfm-1.3.2.tar.xz
# Hash for license file:
sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING
# Locally computed:
sha256 14cb7b247493c4cce65fbb5902611e3ad00a7a870fbc1e50adc50428c5140cf7 pcmanfm-1.3.2.tar.xz
sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING

View File

@@ -4,12 +4,13 @@
#
################################################################################
PCMANFM_VERSION = 1.3.1
PCMANFM_VERSION = 1.3.2
PCMANFM_SOURCE = pcmanfm-$(PCMANFM_VERSION).tar.xz
PCMANFM_SITE = http://sourceforge.net/projects/pcmanfm/files
PCMANFM_DEPENDENCIES = libglib2 menu-cache libfm $(TARGET_NLS_DEPENDENCIES)
PCMANFM_LICENSE = GPL-2.0+
PCMANFM_LICENSE_FILES = COPYING
PCMANFM_CPE_ID_VENDOR = pcmanfm_project
PCMANFM_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)