[arch-commits] Commit in xorg-xmag/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 13:58:47 UTC 2020


    Date: Saturday, May 16, 2020 @ 13:58:46
  Author: foutrelis
Revision: 384712

archrelease: copy trunk to staging-x86_64

Added:
  xorg-xmag/repos/staging-x86_64/
  xorg-xmag/repos/staging-x86_64/PKGBUILD
    (from rev 384711, xorg-xmag/trunk/PKGBUILD)

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

Copied: xorg-xmag/repos/staging-x86_64/PKGBUILD (from rev 384711, xorg-xmag/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 13:58:46 UTC (rev 384712)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xmag
+pkgver=1.0.6
+pkgrel=3
+pkgdesc="Magnify parts of the screen"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/xmag-${pkgver}.tar.bz2{,.sig})
+sha512sums=('98f3c8e0c58f31cd4f1736ba9c5cd68dba3b2e2de6191988de8ae3e91b1d310803461840189ad56be45ee57c9ca05a2c63544a49b02ce6f79f2ebc14c59613de'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+  cd xmag-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xmag-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list