From 74e1a73a573ac0cda998d51b4d88debba15f1374 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Fri, 4 Nov 2022 23:50:11 +0100 Subject: [PATCH] libgrapheme: bump to 2.0.2 and further simplify the build (#7368) --- ...-2.0.0.recipe => libgrapheme-2.0.2.recipe} | 13 +++++------- .../patches/libgrapheme-2.0.0.patchset | 21 ------------------- 2 files changed, 5 insertions(+), 29 deletions(-) rename dev-libs/libgrapheme/{libgrapheme-2.0.0.recipe => libgrapheme-2.0.2.recipe} (72%) delete mode 100644 dev-libs/libgrapheme/patches/libgrapheme-2.0.0.patchset diff --git a/dev-libs/libgrapheme/libgrapheme-2.0.0.recipe b/dev-libs/libgrapheme/libgrapheme-2.0.2.recipe similarity index 72% rename from dev-libs/libgrapheme/libgrapheme-2.0.0.recipe rename to dev-libs/libgrapheme/libgrapheme-2.0.2.recipe index 7026179f7..cb94b2cef 100644 --- a/dev-libs/libgrapheme/libgrapheme-2.0.0.recipe +++ b/dev-libs/libgrapheme/libgrapheme-2.0.2.recipe @@ -1,14 +1,12 @@ -SUMMARY="A unicode string library" +SUMMARY="Unicode string library" DESCRIPTION="libgrapheme is an extremely simple freestanding C99 library providing \ -utilities for properly handling strings according to the latest Unicode standard \ -15.0.0. It offers fully Unicode compliant." +utilities for properly handling strings according to the Unicode standard." HOMEPAGE="https://libs.suckless.org/libgrapheme" COPYRIGHT="2022 Laslo Hunhold" LICENSE="ISC" REVISION="1" SOURCE_URI="https://dl.suckless.org/libgrapheme/libgrapheme-$portVersion.tar.gz" -CHECKSUM_SHA256="a6e1f7aec86af029dc183e32ab7a8d531fc00e54c44921dbdffc929aceb90dc6" -PATCHES="libgrapheme-$portVersion.patchset" +CHECKSUM_SHA256="a68bbddde76bd55ba5d64116ce5e42a13df045c81c0852de9ab60896aa143125" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -37,7 +35,6 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:make - cmd:sed " BUILD() @@ -47,8 +44,8 @@ BUILD() INSTALL() { - make install LIBPREFIX=$libDir INCPREFIX=$includeDir \ - MANPREFIX=$manDir $jobArgs + make $jobArgs LIBPREFIX=$libDir INCPREFIX=$includeDir \ + MANPREFIX=$manDir LDCONFIG= install prepareInstalledDevelLib libgrapheme diff --git a/dev-libs/libgrapheme/patches/libgrapheme-2.0.0.patchset b/dev-libs/libgrapheme/patches/libgrapheme-2.0.0.patchset deleted file mode 100644 index 622edd6cd..000000000 --- a/dev-libs/libgrapheme/patches/libgrapheme-2.0.0.patchset +++ /dev/null @@ -1,21 +0,0 @@ -From 1343367e052b83990f55243bec5947c796aff94b Mon Sep 17 00:00:00 2001 -From: Al Hoang <3811822-hoanga@users.noreply.gitlab.com> -Date: Sat, 8 Oct 2022 11:03:46 +0000 -Subject: unset ldconfig - - -diff --git a/config.mk b/config.mk -index f32cd2c..6593fc7 100644 ---- a/config.mk -+++ b/config.mk -@@ -30,5 +30,5 @@ CC = cc - BUILD_CC = $(CC) - AR = ar - RANLIB = ranlib --LDCONFIG = ldconfig # unset to not call ldconfig(1) after install/uninstall -+LDCONFIG = - SH = sh --- -2.37.3 - -