[arch-commits] Commit in ttf-khmer/trunk (PKGBUILD install)

Andreas Radke andyrtr at archlinux.org
Mon Jun 29 10:48:12 UTC 2020


    Date: Monday, June 29, 2020 @ 10:48:12
  Author: andyrtr
Revision: 656160

upgpkg: ttf-khmer 5.0-7: remove transitional package xorg-font-utils / remove unneeded fontconfig and xorg-mkfontscale dependencies

Modified:
  ttf-khmer/trunk/PKGBUILD
Deleted:
  ttf-khmer/trunk/install

----------+
 PKGBUILD |    5 +----
 install  |   13 -------------
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 10:47:50 UTC (rev 656159)
+++ PKGBUILD	2020-06-29 10:48:12 UTC (rev 656160)
@@ -5,18 +5,15 @@
 pkgname=ttf-khmer
 _pkgname=All_KhmerOS
 pkgver=5.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Fonts for Khmer and Latin alphabets'
 # url='http://www.khmeros.info/en/fonts' # dead
 url='https://sourceforge.net/projects/khmer/'
 license=('LGPL')
 arch=('any')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig')
 source=("https://downloads.sourceforge.net/project/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${pkgver}-%20LGPL%20Licence/${_pkgname}_${pkgver}.zip")
 sha256sums=('62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e')
 
-install=install
-
 package() {
 	cd "${srcdir}/${_pkgname}_${pkgver}"
 	install -dm755 "${pkgdir}"/usr/share/fonts/TTF

Deleted: install
===================================================================
--- install	2020-06-29 10:47:50 UTC (rev 656159)
+++ install	2020-06-29 10:48:12 UTC (rev 656160)
@@ -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