All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 13/51] encodings: update 1.0.5 -> 1.0.6
Date: Wed, 20 Jul 2022 10:44:04 +0200	[thread overview]
Message-ID: <20220720084442.2940187-13-alex@linutronix.de> (raw)
In-Reply-To: <20220720084442.2940187-1-alex@linutronix.de>

Add ability to tweak compressor suffix in filenames, similar
to xorg apps and drivers.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../recipes-graphics/xorg-font/encodings/nocompiler.patch | 8 ++++----
 .../xorg-font/{encodings_1.0.5.bb => encodings_1.0.6.bb}  | 6 +++---
 meta/recipes-graphics/xorg-font/xorg-font-common.inc      | 3 ++-
 3 files changed, 9 insertions(+), 8 deletions(-)
 rename meta/recipes-graphics/xorg-font/{encodings_1.0.5.bb => encodings_1.0.6.bb} (78%)

diff --git a/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch b/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
index ec7c7d80c1..9ee7abe775 100644
--- a/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
+++ b/meta/recipes-graphics/xorg-font/encodings/nocompiler.patch
@@ -1,4 +1,4 @@
-From b08c43a0842076e0a94e88ad6456a9326cd7ffc9 Mon Sep 17 00:00:00 2001
+From 0c0790e90a68bf8290da5c0e57142bf7c620f039 Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Tue, 17 May 2011 23:03:02 +0000
 Subject: [PATCH] Improve handling of 'all' architecture recipes and their
@@ -21,12 +21,12 @@ RP 17/5/2011
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 622c27b..5ee84ed 100644
+index b80e3de..80208bb 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -3,12 +3,12 @@ AC_INIT([encodings], [1.0.5],
+@@ -3,12 +3,12 @@ AC_INIT([encodings], [1.0.6],
          [https://gitlab.freedesktop.org/xorg/font/encodings/issues])
- AM_INIT_AUTOMAKE([foreign dist-bzip2])
+ AM_INIT_AUTOMAKE([foreign dist-xz])
  
 -# Require xorg-macros: XORG_DEFAULT_OPTIONS
  m4_ifndef([XORG_MACROS_VERSION],
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.6.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
rename to meta/recipes-graphics/xorg-font/encodings_1.0.6.bb
index 8ddbaf24dd..be82414eef 100644
--- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb
+++ b/meta/recipes-graphics/xorg-font/encodings_1.0.6.bb
@@ -7,14 +7,14 @@ require xorg-font-common.inc
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76"
 PE = "1"
-PR = "r3"
 
 DEPENDS = "mkfontscale-native mkfontdir-native font-util-native"
 RDEPENDS:${PN} = ""
 
 SRC_URI += "file://nocompiler.patch"
-SRC_URI[md5sum] = "bbae4f247b88ccde0e85ed6a403da22a"
-SRC_URI[sha256sum] = "bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31"
+SRC_URI[sha256sum] = "77e301de661f35a622b18f60b555a7e7d8c4d5f43ed41410e830d5ac9084fc26"
+
+SRC_URI_EXT = "xz"
 
 inherit allarch
 
diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
index 2df23efed4..edf7cf7642 100644
--- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc
+++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
@@ -9,7 +9,8 @@ RDEPENDS:${PN} = "encodings font-util font-alias"
 
 XORG_PN = "${BPN}"
 
-SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2"
+SRC_URI_EXT = "bz2"
+SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.${SRC_URI_EXT}"
 S = "${WORKDIR}/${XORG_PN}-${PV}"
 
 inherit autotools pkgconfig features_check
-- 
2.30.2



  parent reply	other threads:[~2022-07-20  8:45 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20  8:43 [PATCH 01/51] sato-icon-theme: check for new commits rather than tags Alexander Kanavin
2022-07-20  8:43 ` [PATCH 02/51] gcr: exclude x.9y versions from upstream version check Alexander Kanavin
2022-07-20  8:43 ` [PATCH 03/51] efibootmgr: update 17 -> 18 Alexander Kanavin
2022-07-20  8:43 ` [PATCH 04/51] systemd-boot: update 251.2 -> 251.3 Alexander Kanavin
2022-07-20  8:43 ` [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1 Alexander Kanavin
2022-07-20  8:43 ` [PATCH 06/51] libva: upgrade 2.14.0 -> 2.15.0 Alexander Kanavin
2022-07-20  8:43 ` [PATCH 07/51] libva-utils: update " Alexander Kanavin
2022-07-20  8:43 ` [PATCH 08/51] xev: update 1.2.4 -> 1.2.5 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 09/51] xmodmap: update 1.0.10 -> 1.0.11 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 10/51] xf86-input-keyboard: remove the recipe Alexander Kanavin
2022-07-20  9:58   ` [OE-core] " Alexandre Belloni
2022-07-20 10:09     ` Alexander Kanavin
2022-07-20 12:11       ` Alexandre Belloni
2022-07-20 13:40         ` Alexander Kanavin
2022-07-20  8:44 ` [PATCH 11/51] xf86-input-synaptics: update 1.9.1 -> 1.9.2 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 12/51] xf86-video-cirrus: update 1.5.3 -> 1.6.0 Alexander Kanavin
2022-07-20  8:44 ` Alexander Kanavin [this message]
2022-07-20  8:44 ` [PATCH 14/51] font-util: update 1.3.2 -> 1.3.3 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 15/51] linux-firmware: update 20220610 -> 20220708 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 16/51] rt-tests: update 2.3 -> 2.4 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 17/51] libgit2: update 1.4.3 -> 1.5.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 18/51] u-boot: update 2022.04 -> 2022.07 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 19/51] go: update 1.18.3 -> 1.18.4 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 20/51] llvm: update 14.0.4 -> 14.0.6 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 21/51] vulkan-samples: update to latest revision Alexander Kanavin
2022-07-20  8:44 ` [PATCH 22/51] xserver-xorg: update 21.1.3 -> 21.1.4 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 23/51] alsa-lib: upgrade 1.2.7.1 -> 1.2.7.2 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 24/51] alsa-ucm-conf: " Alexander Kanavin
2022-07-20  8:44 ` [PATCH 25/51] diffoscope: upgrade 217 -> 218 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 26/51] git: upgrade 2.37.0 -> 2.37.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 27/51] hdparm: upgrade 9.63 -> 9.64 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 28/51] libdrm: upgrade 2.4.111 -> 2.4.112 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 29/51] libhandy: upgrade 1.6.2 -> 1.6.3 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 30/51] libidn2: upgrade 2.3.2 -> 2.3.3 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 31/51] libnl: upgrade 3.6.0 -> 3.7.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 32/51] libnotify: upgrade 0.7.12 -> 0.8.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 33/51] libuv: upgrade 1.44.1 -> 1.44.2 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 34/51] log4cplus: upgrade 2.0.7 -> 2.0.8 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 35/51] meson: upgrade 0.62.2 -> 0.63.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 36/51] mmc-utils: upgrade to latest revision Alexander Kanavin
2022-07-20  8:44 ` [PATCH 37/51] mpg123: upgrade 1.30.0 -> 1.30.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 38/51] pango: upgrade 1.50.7 -> 1.50.8 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 39/51] piglit: upgrade to latest revision Alexander Kanavin
2022-07-20  8:44 ` [PATCH 40/51] python3-dtschema: upgrade 2022.5 -> 2022.7 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 41/51] python3-hypothesis: upgrade 6.48.2 -> 6.50.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 42/51] python3-setuptools-rust: upgrade 1.3.0 -> 1.4.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 43/51] python3-setuptools-scm: upgrade 7.0.3 -> 7.0.5 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 44/51] python3-setuptools: upgrade 62.6.0 -> 63.2.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 45/51] python3-zipp: upgrade 3.8.0 -> 3.8.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 46/51] sqlite3: upgrade 3.39.0 -> 3.39.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 47/51] vala: upgrade 0.56.1 -> 0.56.2 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 48/51] wayland-protocols: upgrade 1.25 -> 1.26 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 49/51] webkitgtk: upgrade 2.36.3 -> 2.36.4 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 50/51] xwayland: upgrade 22.1.2 -> 22.1.3 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 51/51] epiphany: upgrade 42.2 -> 42.3 Alexander Kanavin
     [not found] ` <17037D268C38CE83.21682@lists.openembedded.org>
2022-07-20  8:49   ` Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1) Alexander Kanavin
2022-07-20  9:23     ` [Openembedded-architecture] " Richard Purdie
2022-07-20  9:28       ` Alexander Kanavin
2022-07-20  9:50         ` Ross Burton
2022-07-20  9:58           ` Alexander Kanavin
2022-07-20 15:41             ` Mittal, Anuj
2022-07-20 15:46               ` Alexander Kanavin
     [not found]               ` <1703942CAA78C370.2228@lists.yoctoproject.org>
2022-07-27 14:56                 ` [yocto] " Alexander Kanavin
2022-07-27 15:18                   ` Mittal, Anuj
2022-07-20  9:59           ` Marko Lindqvist
2022-07-20 10:06             ` Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220720084442.2940187-13-alex@linutronix.de \
    --to=alex.kanavin@gmail.com \
    --cc=alex@linutronix.de \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.