From 89f4ffd4685d726413995dd98c4ffff960e1a77b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 10 Sep 2025 17:16:26 +0800 Subject: libxscrnsaver: upgrade 1.2.4 -> 1.2.5 (From OE-Core rev: aa01e6aa96637639587e7ef8e031b472a43a72c0) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../xorg-lib/libxscrnsaver_1.2.4.bb | 22 ---------------------- .../xorg-lib/libxscrnsaver_1.2.5.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.5.bb (limited to 'meta') diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb deleted file mode 100644 index 1b407f52f0..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb +++ /dev/null @@ -1,22 +0,0 @@ -require xorg-lib-common.inc - -SUMMARY = "Xscrnsaver: X Screen Saver extension library" - -DESCRIPTION = "The X Window System provides support for changing the \ -image on a display screen after a user-settable period of inactivity to \ -avoid burning the cathode ray tube phosphors. However, no interfaces are \ -provided for the user to control the image that is drawn. This extension \ -allows an external \"screen saver\" client to detect when the alternate \ -image is to be displayed and to provide the graphics." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" - -DEPENDS += "libxext xorgproto" -PROVIDES = "libxss" -RREPLACES:${PN} = "libxss" -PE = "1" - -XORG_PN = "libXScrnSaver" - -SRC_URI[sha256sum] = "75cd2859f38e207a090cac980d76bc71e9da99d48d09703584e00585abc920fe" diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.5.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.5.bb new file mode 100644 index 0000000000..f6cdb2e417 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.5.bb @@ -0,0 +1,22 @@ +require xorg-lib-common.inc + +SUMMARY = "Xscrnsaver: X Screen Saver extension library" + +DESCRIPTION = "The X Window System provides support for changing the \ +image on a display screen after a user-settable period of inactivity to \ +avoid burning the cathode ray tube phosphors. However, no interfaces are \ +provided for the user to control the image that is drawn. This extension \ +allows an external \"screen saver\" client to detect when the alternate \ +image is to be displayed and to provide the graphics." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" + +DEPENDS += "libxext xorgproto" +PROVIDES = "libxss" +RREPLACES:${PN} = "libxss" +PE = "1" + +XORG_PN = "libXScrnSaver" + +SRC_URI[sha256sum] = "5057365f847253e0e275871441e10ff7846c8322a5d88e1e187d326de1cd8d00" -- cgit v1.2.3-54-g00ecf