diff mbox series

[meta-oe,PATCHv2] xcursorgen: upgrade 1.0.7 -> 1.0.8

Message ID 20231206130309.299460-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe,PATCHv2] xcursorgen: upgrade 1.0.7 -> 1.0.8 | expand

Commit Message

alperak Dec. 6, 2023, 1:03 p.m. UTC
Changelog:

* Resolve -Wsign-conversion warnings from clang
* Handle -Wimplicit-int-conversion warnings from clang
* premultiply_data(): Mark png argument unused
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 I accidentally used gz instead of xz, I sent v2 to fix it.

 .../xcursorgen/{xcursorgen_1.0.7.bb => xcursorgen_1.0.8.bb}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-graphics/xcursorgen/{xcursorgen_1.0.7.bb => xcursorgen_1.0.8.bb} (64%)

Comments

Khem Raj Dec. 13, 2023, 7:07 a.m. UTC | #1
On Wed, 06 Dec 2023 16:03:09 +0300, alperak wrote:
> Changelog:
> 
> * Resolve -Wsign-conversion warnings from clang
> * Handle -Wimplicit-int-conversion warnings from clang
> * premultiply_data(): Mark png argument unused
> * gitlab CI: stop requiring Signed-off-by in commits
> * Build xz tarballs instead of bzip2
> * gitlab CI: add a basic build test
> 
> [...]

Applied, thanks!

[1/1] xcursorgen: upgrade 1.0.7 -> 1.0.8
      commit: 952f79330eb2396583547ca81cb76b841ab0e932

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb
similarity index 64%
rename from meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb
rename to meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb
index 936d71b10..3770babe8 100644
--- a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb
+++ b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb
@@ -3,9 +3,8 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2"
 
 DEPENDS = "libpng libxcursor"
 
-SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "25cc7ca1ce5dcbb61c2b471c55e686b5"
-SRC_URI[sha256sum] = "35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d"
+SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = "32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b"
 
 inherit features_check autotools pkgconfig