[arch-commits] Commit in fonts-tlwg/repos/extra-any (PKGBUILD PKGBUILD install)

Antonio Rojas arojas at archlinux.org
Fri Oct 13 16:55:31 UTC 2017


    Date: Friday, October 13, 2017 @ 16:55:31
  Author: arojas
Revision: 307828

archrelease: copy trunk to extra-any

Added:
  fonts-tlwg/repos/extra-any/PKGBUILD
    (from rev 307827, fonts-tlwg/trunk/PKGBUILD)
Deleted:
  fonts-tlwg/repos/extra-any/PKGBUILD
  fonts-tlwg/repos/extra-any/install

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++--------------------------------
 install  |   13 -----------
 2 files changed, 35 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-13 16:55:02 UTC (rev 307827)
+++ PKGBUILD	2017-10-13 16:55:31 UTC (rev 307828)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=fonts-tlwg
-pkgver=0.6.3
-pkgrel=1
-pkgdesc='Collection of scalable Thai fonts'
-url='https://linux.thai.net/projects/fonts-tlwg'
-arch=('any')
-license=('GPL' 'custom')
-makedepends=('fontforge')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
-source=("https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('89e98f61395a371c0b5e190a6905bd273aed2a47')
-
-conflicts=('ttf-tlwg')
-provides=('ttf-tlwg')
-replaces=('ttf-tlwg')
-
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure \
-		--prefix=/usr \
-		--sysconfdir=/etc \
-		--with-ttfdir=/usr/share/fonts/TTF \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-
-	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: fonts-tlwg/repos/extra-any/PKGBUILD (from rev 307827, fonts-tlwg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-13 16:55:31 UTC (rev 307828)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=fonts-tlwg
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Collection of scalable Thai fonts'
+url='https://linux.thai.net/projects/fonts-tlwg'
+arch=('any')
+license=('GPL' 'custom')
+makedepends=('fontforge')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
+source=("https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e008257c8e0b95dbd37e43d5a62a43ea1b33b5dc')
+
+conflicts=('ttf-tlwg')
+provides=('ttf-tlwg')
+replaces=('ttf-tlwg')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-ttfdir=/usr/share/fonts/TTF \
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: install
===================================================================
--- install	2017-10-13 16:55:02 UTC (rev 307827)
+++ install	2017-10-13 16:55:31 UTC (rev 307828)
@@ -1,13 +0,0 @@
-post_install() {
-	fc-cache -s > /dev/null
-	mkfontscale usr/share/fonts/TTF
-	mkfontdir usr/share/fonts/TTF
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list