[arch-commits] Commit in pixman/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Apr 8 09:51:59 UTC 2019


    Date: Monday, April 8, 2019 @ 09:51:58
  Author: andyrtr
Revision: 350321

archrelease: copy trunk to extra-x86_64

Added:
  pixman/repos/extra-x86_64/PKGBUILD
    (from rev 350320, pixman/trunk/PKGBUILD)
Deleted:
  pixman/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-08 09:51:48 UTC (rev 350320)
+++ PKGBUILD	2019-04-08 09:51:58 UTC (rev 350321)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=pixman
-pkgver=0.38.0
-pkgrel=2
-pkgdesc="The pixel-manipulation library for X and cairo"
-arch=(x86_64)
-url="https://cgit.freedesktop.org/pixman/"
-license=('custom')
-depends=('glibc')
-makedepends=('meson' 'libpng')
-source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('06587395f4a3538bafc0845ac225ea4c6472e550')
-#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
-
-build() {
-  arch-meson $pkgbase-$pkgver build \
-    -D loongson-mmi=disabled \
-    -D vmx=disabled \
-    -D arm-simd=disabled \
-    -D neon=disabled \
-    -D iwmmxt=disabled \
-    -D mips-dspr2=disabled \
-    -D gtk=disabled
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname-$pkgver/COPYING
-}
-
-# vim:set et sw=2:

Copied: pixman/repos/extra-x86_64/PKGBUILD (from rev 350320, pixman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-08 09:51:58 UTC (rev 350321)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=pixman
+pkgver=0.38.2
+pkgrel=1
+pkgdesc="The pixel-manipulation library for X and cairo"
+arch=(x86_64)
+url="https://cgit.freedesktop.org/pixman/"
+license=('custom')
+depends=('glibc')
+makedepends=('meson' 'libpng')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ce40833fe4337aa6329ac5694d9ff342338219c1')
+#validpgpkeys=('') # Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+
+build() {
+  arch-meson $pkgbase-$pkgver build \
+    -D loongson-mmi=disabled \
+    -D vmx=disabled \
+    -D arm-simd=disabled \
+    -D neon=disabled \
+    -D iwmmxt=disabled \
+    -D mips-dspr2=disabled \
+    -D gtk=disabled
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname-$pkgver/COPYING
+}
+
+# vim:set et sw=2:



More information about the arch-commits mailing list