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

Andreas Radke andyrtr at archlinux.org
Mon Feb 11 18:02:24 UTC 2019


    Date: Monday, February 11, 2019 @ 18:02:23
  Author: andyrtr
Revision: 345994

upgpkg: pixman 0.38.0-1

upstream update 0.38.0; prepare for meson build

Modified:
  pixman/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 16:25:27 UTC (rev 345993)
+++ PKGBUILD	2019-02-11 18:02:23 UTC (rev 345994)
@@ -3,25 +3,36 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=pixman
-pkgver=0.36.0
+pkgver=0.38.0
 pkgrel=1
 pkgdesc="The pixel-manipulation library for X and cairo"
 arch=(x86_64)
 url="https://cgit.freedesktop.org/pixman/"
 license=('custom')
+#makedepends=('meson')
 depends=('glibc')
-source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('10d85590beee287a508a148297808a66d1ce11cd')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
+        #https://cairographics.org/releases/${pkgname}-${pkgver}.tar.gz.sha1.asc
+)
+sha1sums=('06587395f4a3538bafc0845ac225ea4c6472e550')
+#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
+#  arch-meson ${pkgbase}-$pkgver build \
+#    -D loongson-mmi=disabled \
+#    -D vmx=disabled \
+#    -D arm-simd=disabled \
+#    -D arm-neon=disabled
+#  ninja -C build
 }
 
 check() {
   cd $pkgname-$pkgver
   make check
+#  ninja -C build check
 }
 
 package() {
@@ -29,4 +40,5 @@
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+# DESTDIR="${pkgdir}" ninja -C build install
 }



More information about the arch-commits mailing list