All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/5] font-adobe-100dpi: fix UPSTREAM_CHECK_REGEX
@ 2021-08-26 13:43 Oleksandr Kravchuk
  2021-08-26 13:43 ` [meta-oe][PATCH 2/5] font-adobe-utopia-100dpi: " Oleksandr Kravchuk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2021-08-26 13:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

'-100dpi' is part of the package name, not version.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb
index 8fcdb7ca4..36f05b727 100644
--- a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb
+++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb
@@ -10,6 +10,8 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
 RDEPENDS:${PN} = "encodings font-util"
 RDEPENDS:${PN}:class-native = "font-util-native"
 
+UPSTREAM_CHECK_REGEX = "font\-adobe\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
+
 inherit features_check
 # depends on bdftopcf-native -> virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 2/5] font-adobe-utopia-100dpi: fix UPSTREAM_CHECK_REGEX
  2021-08-26 13:43 [meta-oe][PATCH 1/5] font-adobe-100dpi: fix UPSTREAM_CHECK_REGEX Oleksandr Kravchuk
@ 2021-08-26 13:43 ` Oleksandr Kravchuk
  2021-08-26 13:43 ` [meta-oe][PATCH 3/5] font-bh-100dpi: " Oleksandr Kravchuk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2021-08-26 13:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

'-100dpi' is part of the package name, not version.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../xorg-font/font-adobe-utopia-100dpi_1.0.4.bb                 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb
index 2c51c6548..8b83ba378 100644
--- a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb
+++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb
@@ -10,6 +10,8 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
 RDEPENDS:${PN} = "encodings font-util"
 RDEPENDS:${PN}:class-native = "font-util-native"
 
+UPSTREAM_CHECK_REGEX = "font\-adobe\-utopia\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
+
 inherit features_check
 # depends on bdftopcf-native -> virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 3/5] font-bh-100dpi: fix UPSTREAM_CHECK_REGEX
  2021-08-26 13:43 [meta-oe][PATCH 1/5] font-adobe-100dpi: fix UPSTREAM_CHECK_REGEX Oleksandr Kravchuk
  2021-08-26 13:43 ` [meta-oe][PATCH 2/5] font-adobe-utopia-100dpi: " Oleksandr Kravchuk
@ 2021-08-26 13:43 ` Oleksandr Kravchuk
  2021-08-26 13:43 ` [meta-oe][PATCH 4/5] font-bh-lucidatypewriter-100dpi: " Oleksandr Kravchuk
  2021-08-26 13:43 ` [meta-oe][PATCH 5/5] font-bitstream-100dpi: " Oleksandr Kravchuk
  3 siblings, 0 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2021-08-26 13:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

'-100dpi' is part of the package name, not version.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb
index 67ebccd02..5d321acc6 100644
--- a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb
+++ b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb
@@ -10,6 +10,8 @@ DEPENDS += "util-macros-native font-util-native bdftopcf-native font-util"
 RDEPENDS:${PN} = "encodings font-util"
 RDEPENDS:${PN}:class-native = "font-util-native"
 
+UPSTREAM_CHECK_REGEX = "font\-bh\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
+
 inherit features_check
 # depends on bdftopcf-native -> virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 4/5] font-bh-lucidatypewriter-100dpi: fix UPSTREAM_CHECK_REGEX
  2021-08-26 13:43 [meta-oe][PATCH 1/5] font-adobe-100dpi: fix UPSTREAM_CHECK_REGEX Oleksandr Kravchuk
  2021-08-26 13:43 ` [meta-oe][PATCH 2/5] font-adobe-utopia-100dpi: " Oleksandr Kravchuk
  2021-08-26 13:43 ` [meta-oe][PATCH 3/5] font-bh-100dpi: " Oleksandr Kravchuk
@ 2021-08-26 13:43 ` Oleksandr Kravchuk
  2021-08-26 13:43 ` [meta-oe][PATCH 5/5] font-bitstream-100dpi: " Oleksandr Kravchuk
  3 siblings, 0 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2021-08-26 13:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

'-100dpi' is part of the package name, not version.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb          | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb
index 9d0dc99c0..557eeb17b 100644
--- a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb
+++ b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb
@@ -10,6 +10,8 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
 RDEPENDS:${PN} = "encodings font-util"
 RDEPENDS:${PN}:class-native = "font-util-native"
 
+UPSTREAM_CHECK_REGEX = "font\-bh\-lucidatypewriter\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
+
 inherit features_check
 # depends on bdftopcf-native -> virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH 5/5] font-bitstream-100dpi: fix UPSTREAM_CHECK_REGEX
  2021-08-26 13:43 [meta-oe][PATCH 1/5] font-adobe-100dpi: fix UPSTREAM_CHECK_REGEX Oleksandr Kravchuk
                   ` (2 preceding siblings ...)
  2021-08-26 13:43 ` [meta-oe][PATCH 4/5] font-bh-lucidatypewriter-100dpi: " Oleksandr Kravchuk
@ 2021-08-26 13:43 ` Oleksandr Kravchuk
  3 siblings, 0 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2021-08-26 13:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

'-100dpi' is part of the package name, not version.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb
index e32fad5e3..b280a3260 100644
--- a/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb
+++ b/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb
@@ -10,6 +10,8 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native"
 RDEPENDS:${PN} = "encodings font-util"
 RDEPENDS:${PN}:class-native = "font-util-native"
 
+UPSTREAM_CHECK_REGEX = "font\-bitstream\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
+
 inherit features_check
 # depends on bdftopcf-native -> virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-26 13:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 13:43 [meta-oe][PATCH 1/5] font-adobe-100dpi: fix UPSTREAM_CHECK_REGEX Oleksandr Kravchuk
2021-08-26 13:43 ` [meta-oe][PATCH 2/5] font-adobe-utopia-100dpi: " Oleksandr Kravchuk
2021-08-26 13:43 ` [meta-oe][PATCH 3/5] font-bh-100dpi: " Oleksandr Kravchuk
2021-08-26 13:43 ` [meta-oe][PATCH 4/5] font-bh-lucidatypewriter-100dpi: " Oleksandr Kravchuk
2021-08-26 13:43 ` [meta-oe][PATCH 5/5] font-bitstream-100dpi: " Oleksandr Kravchuk

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.