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

Andreas Radke andyrtr at archlinux.org
Wed Nov 21 15:31:23 UTC 2018


    Date: Wednesday, November 21, 2018 @ 15:31:22
  Author: andyrtr
Revision: 340202

archrelease: copy trunk to testing-x86_64

Added:
  pixman/repos/testing-x86_64/
  pixman/repos/testing-x86_64/PKGBUILD
    (from rev 340201, pixman/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: pixman/repos/testing-x86_64/PKGBUILD (from rev 340201, pixman/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-11-21 15:31:22 UTC (rev 340202)
@@ -0,0 +1,32 @@
+# 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.36.0
+pkgrel=1
+pkgdesc="The pixel-manipulation library for X and cairo"
+arch=(x86_64)
+url="http://xorg.freedesktop.org"
+license=('custom')
+depends=('glibc')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('10d85590beee287a508a148297808a66d1ce11cd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list