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

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


    Date: Thursday, February 21, 2019 @ 19:19:58
  Author: andyrtr
Revision: 346640

archrelease: copy trunk to extra-x86_64

Added:
  libfontenc/repos/extra-x86_64/PKGBUILD
    (from rev 346639, libfontenc/trunk/PKGBUILD)
Deleted:
  libfontenc/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-21 19:19:51 UTC (rev 346639)
+++ PKGBUILD	2019-02-21 19:19:58 UTC (rev 346640)
@@ -1,30 +0,0 @@
-# $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"
-}

Copied: libfontenc/repos/extra-x86_64/PKGBUILD (from rev 346639, libfontenc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-21 19:19:58 UTC (rev 346640)
@@ -0,0 +1,29 @@
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libfontenc
+pkgver=1.1.4
+pkgrel=1
+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})
+sha512sums=('76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582'
+            '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