From 38df8d2a6ed01348cbda1c18bcd5057723df61fe Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sat, 18 Apr 2020 12:57:26 +0200 Subject: fbgrab: upgrade 1.3.1 -> 1.3.3 See full changelog https://github.com/GunnarMonell/fbgrab/releases Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb | 16 ---------------- meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb create mode 100644 meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb deleted file mode 100644 index 212ba129fb..0000000000 --- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "FBGrab is a framebuffer screenshot program" -HOMEPAGE = "https://github.com/GunnarMonell/fbgrab" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" -SECTION = "console/utils" -DEPENDS = "libpng zlib" -SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https" - -SRCREV = "d3a8b6b42b6b74228e92758a0b015d8b8c1e6fa0" -S = "${WORKDIR}/git" - -inherit autotools-brokensep - -do_configure_prepend() { - sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile -} diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb new file mode 100644 index 0000000000..e3dff91915 --- /dev/null +++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb @@ -0,0 +1,16 @@ +SUMMARY = "FBGrab is a framebuffer screenshot program" +HOMEPAGE = "https://github.com/GunnarMonell/fbgrab" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a" +SECTION = "console/utils" +DEPENDS = "libpng zlib" +SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https" + +SRCREV = "b179e2a42b8a5d72516b9c8d91713c9025cf6044" +S = "${WORKDIR}/git" + +inherit autotools-brokensep + +do_configure_prepend() { + sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile +} -- cgit v1.2.3-54-g00ecf