[arch-commits] Commit in opendesktop-fonts/repos/community-any (3 files)

Alexander Rødseth arodseth at archlinux.org
Tue Jan 17 21:00:13 UTC 2017


    Date: Tuesday, January 17, 2017 @ 21:00:12
  Author: arodseth
Revision: 207800

archrelease: copy trunk to community-any

Added:
  opendesktop-fonts/repos/community-any/PKGBUILD
    (from rev 207799, opendesktop-fonts/trunk/PKGBUILD)
Deleted:
  opendesktop-fonts/repos/community-any/PKGBUILD
  opendesktop-fonts/repos/community-any/opendesktop-fonts.install

---------------------------+
 PKGBUILD                  |   54 ++++++++++++++++++++++----------------------
 opendesktop-fonts.install |   15 ------------
 2 files changed, 28 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 21:00:01 UTC (rev 207799)
+++ PKGBUILD	2017-01-17 21:00:12 UTC (rev 207800)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
-
-pkgname=opendesktop-fonts
-pkgver=1.4.2
-pkgrel=3
-pkgdesc="Chinese TrueType Fonts"
-arch=('any')
-url='http://www.opendesktop.org.tw/'
-license=('custom:Arphic Public License')
-depends=('fontconfig' 'xorg-font-utils')
-install=opendesktop-fonts.install
-provides=('ttf-fireflysung')
-replaces=('ttf-fireflysung')
-#source=("ftp://ftp.opendesktop.org.tw/odp/ODOFonts/OpenFonts/${pkgname}-${pkgver}.tar.gz")
-source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c33e83d27ac3401bc51a2b8a88705c78')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -d "${pkgdir}/usr/share/fonts/TTF"
-  install -m 644 *.ttf "${pkgdir}/usr/share/fonts/TTF"
-  install -m 644 *.ttc "${pkgdir}/usr/share/fonts/TTF"
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: opendesktop-fonts/repos/community-any/PKGBUILD (from rev 207799, opendesktop-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 21:00:12 UTC (rev 207800)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=opendesktop-fonts
+pkgver=1.4.2
+pkgrel=4
+pkgdesc='Chinese TrueType Fonts'
+arch=('any')
+url='http://www.opendesktop.org.tw/'
+license=('custom:Arphic Public License')
+depends=('fontconfig' 'xorg-font-utils')
+provides=('ttf-fireflysung')
+replaces=('ttf-fireflysung')
+#source=("ftp://ftp.opendesktop.org.tw/odp/ODOFonts/OpenFonts/${pkgname}-${pkgver}.tar.gz")
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('c33e83d27ac3401bc51a2b8a88705c78')
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m 644 *.ttf *.ttc "$pkgdir/usr/share/fonts/TTF"
+  install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: opendesktop-fonts.install
===================================================================
--- opendesktop-fonts.install	2017-01-17 21:00:01 UTC (rev 207799)
+++ opendesktop-fonts.install	2017-01-17 21:00:12 UTC (rev 207800)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list