[arch-commits] Commit in xorg-xlsfonts/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Thu May 7 01:23:39 UTC 2020
Date: Thursday, May 7, 2020 @ 01:23:38
Author: bisson
Revision: 382468
archrelease: copy trunk to extra-x86_64
Added:
xorg-xlsfonts/repos/extra-x86_64/PKGBUILD
(from rev 382467, xorg-xlsfonts/trunk/PKGBUILD)
Deleted:
xorg-xlsfonts/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 57 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-07 01:23:24 UTC (rev 382467)
+++ PKGBUILD 2020-05-07 01:23:38 UTC (rev 382468)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xlsfonts
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='List available X fonts'
-url='https://xorg.freedesktop.org/'
-license=('custom')
-arch=('x86_64')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2{,.sig})
-sha512sums=('052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0'
- 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
-
-build() {
- cd xlsfonts-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd xlsfonts-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: xorg-xlsfonts/repos/extra-x86_64/PKGBUILD (from rev 382467, xorg-xlsfonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-07 01:23:38 UTC (rev 382468)
@@ -0,0 +1,28 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xlsfonts
+pkgver=1.0.6
+pkgrel=2
+pkgdesc='List available X fonts'
+url='https://xorg.freedesktop.org/'
+license=('custom')
+arch=('x86_64')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2{,.sig})
+sha512sums=('052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+ cd xlsfonts-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd xlsfonts-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list