[arch-commits] Commit in libxext/repos/extra-i686 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Tue Jan 17 21:04:07 UTC 2017


    Date: Tuesday, January 17, 2017 @ 21:04:06
  Author: andyrtr
Revision: 286862

archrelease: copy trunk to extra-i686

Added:
  libxext/repos/extra-i686/PKGBUILD
    (from rev 286861, libxext/trunk/PKGBUILD)
Deleted:
  libxext/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   60 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 31 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 21:03:57 UTC (rev 286861)
+++ PKGBUILD	2017-01-17 21:04:06 UTC (rev 286862)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libxext
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="X11 miscellaneous extensions library"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11' 'xextproto')
-makedepends=('xorg-util-macros')
-source=("${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2")
-sha256sums=('b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35')
-
-build() {
-  cd libXext-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd libXext-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: libxext/repos/extra-i686/PKGBUILD (from rev 286861, libxext/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 21:04:06 UTC (rev 286862)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libxext
+pkgver=1.3.3
+pkgrel=1
+pkgdesc="X11 miscellaneous extensions library"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'xextproto')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35'
+            'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # "Peter Hutterer (Who-T) <office at who-t.net>"
+
+build() {
+  cd libXext-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXext-${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