[arch-commits] Commit in libxft/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Sun Sep 11 07:03:23 UTC 2022


    Date: Sunday, September 11, 2022 @ 07:03:22
  Author: andyrtr
Revision: 455795

upgpkg: libxft 2.3.6-1: upstream update 2.3.6

Modified:
  libxft/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-10 23:42:50 UTC (rev 455794)
+++ PKGBUILD	2022-09-11 07:03:22 UTC (rev 455795)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libxft
-pkgver=2.3.5
-pkgrel=2
+pkgver=2.3.6
+pkgrel=1
 pkgdesc="FreeType-based font drawing library for X"
 arch=('x86_64')
 license=('custom')
@@ -10,19 +10,12 @@
 url="https://xorg.freedesktop.org/"
 depends=('fontconfig' 'libxrender')
 makedepends=('pkgconfig')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig}
-            0001_Fix_length_check_in_XftTextExtents.patch::https://gitlab.freedesktop.org/xorg/lib/libxft/-/commit/95284856783b824a714b7506762f4adce3bb17ce.patch)
-sha512sums=('e1e037dbc4f8bbf8204bdf99a199c82b5f1182875d28bd9f0a4ec2aec95b05de21e97029ec036b9a3f70f1d6e8a42f0052f4ab30809aee7411fa2e438899db9e'
-            'SKIP'
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.xz{,.sig})
+sha512sums=('732f8c635fcac6010012ba8c10c23d2dd6ec79b0f096d6bcc9b7e36d2ca0817387faa7ee5bb6f43cff02adc68e4234c1b8f95021ebc548f61c492e0b76836d90'
             'SKIP')
 #validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey (use for email) <dickey at his.com>
 
-prepare() {
-  cd libXft-${pkgver}
-  patch -Np1 -i ../0001_Fix_length_check_in_XftTextExtents.patch
-}
-
 build() {
   cd libXft-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static



More information about the arch-commits mailing list