[arch-commits] Commit in libfontenc/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Jun 3 21:32:03 UTC 2018
Date: Sunday, June 3, 2018 @ 21:32:02
Author: jgc
Revision: 325716
archrelease: copy trunk to extra-x86_64
Added:
libfontenc/repos/extra-x86_64/PKGBUILD
(from rev 325715, libfontenc/trunk/PKGBUILD)
Deleted:
libfontenc/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-03 21:31:59 UTC (rev 325715)
+++ PKGBUILD 2018-06-03 21:32:02 UTC (rev 325716)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libfontenc
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="X11 font encoding library"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('zlib')
-makedepends=('pkgconfig' 'xproto>=7.0.18')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('70588930e6fc9542ff38e0884778fbc6e6febf21adbab92fd8f524fe60aefd21'
- 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith at oracle.com>
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --with-encodingsdir=/usr/share/fonts/encodings
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: libfontenc/repos/extra-x86_64/PKGBUILD (from rev 325715, libfontenc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-03 21:32:02 UTC (rev 325716)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libfontenc
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="X11 font encoding library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('zlib')
+makedepends=('pkgconfig' 'xorgproto')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('70588930e6fc9542ff38e0884778fbc6e6febf21adbab92fd8f524fe60aefd21'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith at oracle.com>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --with-encodingsdir=/usr/share/fonts/encodings
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list