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

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 30 10:22:56 UTC 2020


    Date: Sunday, August 30, 2020 @ 10:22:56
  Author: foutrelis
Revision: 394962

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 10:22:52 UTC (rev 394961)
+++ PKGBUILD	2020-08-30 10:22:56 UTC (rev 394962)
@@ -1,28 +0,0 @@
-# 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"
-}

Copied: xorg-xlsfonts/repos/extra-x86_64/PKGBUILD (from rev 394961, xorg-xlsfonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-30 10:22:56 UTC (rev 394962)
@@ -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=3
+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