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

Andreas Radke andyrtr at archlinux.org
Sun Mar 28 18:07:34 UTC 2021


    Date: Sunday, March 28, 2021 @ 18:07:34
  Author: andyrtr
Revision: 411166

archrelease: copy trunk to extra-x86_64

Added:
  libxaw/repos/extra-x86_64/PKGBUILD
    (from rev 411165, libxaw/trunk/PKGBUILD)
Deleted:
  libxaw/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-28 18:07:25 UTC (rev 411165)
+++ PKGBUILD	2021-03-28 18:07:34 UTC (rev 411166)
@@ -1,29 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libxaw
-pkgver=1.0.13
-pkgrel=3
-pkgdesc="X11 Athena Widget library"
-arch=('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})
-sha512sums=('d768a39f7111802493fa1df1b80d858e4139ceeb883d45ff13ce3b7a0e775a7d2834b7ad157c8330117f04c32f38979795332dd7a119adb2344fcb1aa9cf1e2f'
-            '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-x86_64/PKGBUILD (from rev 411165, libxaw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-28 18:07:34 UTC (rev 411166)
@@ -0,0 +1,29 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libxaw
+pkgver=1.0.14
+pkgrel=1
+pkgdesc="X11 Athena Widget library"
+arch=('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})
+sha512sums=('29d1c151369523ae6cb418e636b0b7b39ccccc35462a0b394dbeb46d5b6d780badd2eb872a55d9fbba1ee1af034e76c0463f40f8d8a7be2c336d08b3b1bf81d4'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith at oracle.com>
+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.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