Date: Saturday, January 9, 2021 @ 12:22:22 Author: andyrtr Revision: 405852
upgpkg: libx11 1.7.0-3: go back to full release without the one revert. turns out the segfault was caused by a bug in geeqie Modified: libx11/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-09 10:39:06 UTC (rev 405851) +++ PKGBUILD 2021-01-09 12:22:22 UTC (rev 405852) @@ -3,7 +3,7 @@ pkgname=libx11 pkgver=1.7.0 -pkgrel=2 +pkgrel=3 pkgdesc="X11 client-side library" arch=(x86_64) url="https://xorg.freedesktop.org/" @@ -12,10 +12,8 @@ depends=('libxcb' 'xorgproto') makedepends=('xorg-util-macros' 'xtrans' 'git') license=('custom') -source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig} - fix-segfault.diff::https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/30ccef3a48029bf4fc31d4abda2d2778d0ad6277.patch) +source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig}) sha512sums=('f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb' - 'SKIP' 'SKIP') validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <[email protected]> validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb <[email protected]> @@ -23,20 +21,14 @@ validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson <[email protected]> validpgpkeys=('C383B778255613DFDB409D91DB221A6900000011') # "Keith Packard <[email protected]>" -prepare() { - cd "${srcdir}/libX11-${pkgver}" - # https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/125 - patch -R -p1 -i ../fix-segfault.diff -} - build() { - cd "${srcdir}/libX11-${pkgver}" + cd libX11-${pkgver} ./configure --prefix=/usr --disable-static --disable-xf86bigfont make } check() { - cd "${srcdir}/libX11-${pkgver}" + cd libX11-${pkgver} make check }
