From 4cfc159f7b8d1a472ba37928eea9e9dcd0c9268f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 13 Jun 2025 18:49:48 +0200 Subject: [PATCH] hyprgraphics: update --- recipes-devtools/libspng/libspng_git.bb | 18 ----------- .../0001-hyprgraphics-fix-libspng-name.patch | 30 ------------------- .../hyprland/hyprgraphics/hyprgraphics_git.bb | 5 ++-- 3 files changed, 2 insertions(+), 51 deletions(-) delete mode 100644 recipes-devtools/libspng/libspng_git.bb delete mode 100644 recipes-support/hyprland/hyprgraphics/hyprgraphics/0001-hyprgraphics-fix-libspng-name.patch diff --git a/recipes-devtools/libspng/libspng_git.bb b/recipes-devtools/libspng/libspng_git.bb deleted file mode 100644 index 7433a44..0000000 --- a/recipes-devtools/libspng/libspng_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "libspng is a C library for reading and writing PNG format files with a focus on security and ease of use" -HOMEPAGE = "https://github.com/randy408/libspng" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=29809adc19b040d93257a61c5bff614b" - -SRC_URI = "git://github.com/randy408/libspng.git;protocol=https;branch=master" -SRCREV = "fb768002d4288590083a476af628e51c3f1d47cd" -S = "${WORKDIR}/git" -PV = "0.7.4" - -DEPENDS = "libdeflate" - -inherit cmake - -EXTRA_OECMAKE += "-DSPNG_STATIC=OFF -DBUILD_EXAMPLES=OFF" - -FILES:${PN} = "${libdir}/libspng.so" -FILES:${PN}-dev = "${libdir}/cmake ${libdir}/pkgconfig ${includedir}" diff --git a/recipes-support/hyprland/hyprgraphics/hyprgraphics/0001-hyprgraphics-fix-libspng-name.patch b/recipes-support/hyprland/hyprgraphics/hyprgraphics/0001-hyprgraphics-fix-libspng-name.patch deleted file mode 100644 index 435d0f4..0000000 --- a/recipes-support/hyprland/hyprgraphics/hyprgraphics/0001-hyprgraphics-fix-libspng-name.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 58a1279bf67e818ebe6a1a86d48a5a2f4a5679ee Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Wed, 29 Jan 2025 07:04:37 +0100 -Subject: [PATCH] hyprgraphics: fix libspng name - -It cant be found by pkgconfig otherwise - -Signed-off-by: Markus Volk - -Upstream-Status: Pending ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 492db50..c666915 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -48,7 +48,7 @@ pkg_check_modules( - libjpeg - libwebp - libmagic -- spng) -+ libspng) - - pkg_check_modules( - JXL --- -2.47.1 - diff --git a/recipes-support/hyprland/hyprgraphics/hyprgraphics_git.bb b/recipes-support/hyprland/hyprgraphics/hyprgraphics_git.bb index aabe010..d7bfce7 100644 --- a/recipes-support/hyprland/hyprgraphics/hyprgraphics_git.bb +++ b/recipes-support/hyprland/hyprgraphics/hyprgraphics_git.bb @@ -4,12 +4,11 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" -DEPENDS = "pixman cairo jpeg hyprutils libwebp libjxl libspng file" +DEPENDS = "pixman cairo jpeg hyprutils libwebp libjxl libpng file" SRC_URI = "git://github.com/hyprwm/hyprgraphics.git;protocol=https;branch=main" -SRC_URI += "file://0001-hyprgraphics-fix-libspng-name.patch" S = "${WORKDIR}/git" -SRCREV = "9d7f2687c84c729afbc3b13f7937655570f2978d" +SRCREV = "c7225d73755a6c4c7c72f4d4f3925ea426e325a8" PV = "0.1.3" inherit cmake pkgconfig