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

Andreas Radke andyrtr at archlinux.org
Thu Feb 21 19:08:48 UTC 2019


    Date: Thursday, February 21, 2019 @ 19:08:47
  Author: andyrtr
Revision: 346628

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xclock/repos/extra-x86_64/PKGBUILD
    (from rev 346627, xorg-xclock/trunk/PKGBUILD)
Deleted:
  xorg-xclock/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-21 19:08:37 UTC (rev 346627)
+++ PKGBUILD	2019-02-21 19:08:47 UTC (rev 346628)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xclock
-pkgver=1.0.7
-pkgrel=2
-pkgdesc="X clock"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
-makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2)
-sha512sums=('56689bdae6c83e9e1da5c4c48cf1136ca8b4f45b177f27bc1deeb24758e2c180035b639e8df72e3ebf32dc301bceb59118309fcce2ffab54e5abe9bfa645e607')
-
-build() {
-  cd "${srcdir}/xclock-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xclock-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xclock/repos/extra-x86_64/PKGBUILD (from rev 346627, xorg-xclock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-21 19:08:47 UTC (rev 346628)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xclock
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="X clock"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2{,.sig})
+sha512sums=('1272221ace3657505bae1b22f181e9ecbf1710900c89a860c8ceae47ae31ca5e75b6557c37dc0a881a0a24c9597b9a07f46200926feb1013f1e2e995111a7646'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd "xclock-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "xclock-${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