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

Andreas Radke andyrtr at archlinux.org
Fri Jan 25 07:02:03 UTC 2019


    Date: Friday, January 25, 2019 @ 07:02:02
  Author: andyrtr
Revision: 344727

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 07:01:56 UTC (rev 344726)
+++ PKGBUILD	2019-01-25 07:02:02 UTC (rev 344727)
@@ -1,32 +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.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}/"
-}

Copied: pixman/repos/extra-x86_64/PKGBUILD (from rev 344726, pixman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-25 07:02:02 UTC (rev 344727)
@@ -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="https://cgit.freedesktop.org/pixman/"
+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