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

Andreas Radke andyrtr at archlinux.org
Tue Jan 17 21:12:22 UTC 2017


    Date: Tuesday, January 17, 2017 @ 21:12:21
  Author: andyrtr
Revision: 286883

archrelease: copy trunk to extra-i686

Added:
  libxaw/repos/extra-i686/PKGBUILD
    (from rev 286882, libxaw/trunk/PKGBUILD)
Deleted:
  libxaw/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 21:12:12 UTC (rev 286882)
+++ PKGBUILD	2017-01-17 21:12:21 UTC (rev 286883)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libxaw
-pkgver=1.0.13
-pkgrel=1
-pkgdesc="X11 Athena Widget library"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/"
-depends=('libxmu' 'libxpm')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2{,.sig})
-sha256sums=('8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith at oracle.com>
-
-
-build() {
-  cd libXaw-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd libXaw-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libxaw/repos/extra-i686/PKGBUILD (from rev 286882, libxaw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 21:12:21 UTC (rev 286883)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libxaw
+pkgver=1.0.13
+pkgrel=1
+pkgdesc="X11 Athena Widget library"
+arch=('i686' 'x86_64')
+license=('custom')
+url="https://xorg.freedesktop.org/"
+depends=('libxmu' 'libxpm')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2{,.sig})
+sha256sums=('8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith at oracle.com>
+
+
+build() {
+  cd libXaw-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXaw-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list