diff --git a/srcpkgs/imlib2/patches/be.patch b/srcpkgs/imlib2/patches/be.patch deleted file mode 100644 index bdc93aeffa..0000000000 --- a/srcpkgs/imlib2/patches/be.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 92d3153fee9f915cf2bdbc92a7551e5a83985e81 Mon Sep 17 00:00:00 2001 -From: Daniel Kolesa -Date: Sun, 9 Aug 2020 21:00:46 +0200 -Subject: [PATCH] Fix big endian build - ---- - src/modules/loaders/loader_argb.c | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git src/modules/loaders/loader_argb.c src/modules/loaders/loader_argb.c -index ec58ca3..b915b7b 100644 ---- src/modules/loaders/loader_argb.c -+++ src/modules/loaders/loader_argb.c -@@ -7,6 +7,9 @@ load2(ImlibImage * im, int load_data) - int w = 0, h = 0, alpha = 0; - DATA32 *ptr; - int y; -+#ifdef WORDS_BIGENDIAN -+ int l; -+#endif - - rc = LOAD_FAIL; - --- -2.28.0 - diff --git a/srcpkgs/imlib2/template b/srcpkgs/imlib2/template index d10ee1ce87..c25e300a10 100644 --- a/srcpkgs/imlib2/template +++ b/srcpkgs/imlib2/template @@ -1,7 +1,7 @@ # Template file for 'imlib2' pkgname=imlib2 -version=1.7.0 -revision=3 +version=1.7.1 +revision=1 build_style=gnu-configure configure_args="--disable-static --sysconfdir=/etc/imlib2 --enable-visibility-hiding" hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ maintainer="Orphaned " license="Imlib2" homepage="https://sourceforge.net/projects/enlightenment/" distfiles="${SOURCEFORGE_SITE}/enlightenment/imlib2-src/imlib2-${version}.tar.gz" -checksum=fde6cc188a35e34eff251ee249d2b5624aa0d85f83a689237ec2fe90ceca718a +checksum=af30cf36e956febf18f9d33a81a4b43fea8f761ce74a67715d2ad157bb92c090 post_install() { vlicense COPYING