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

Antonio Rojas arojas at archlinux.org
Tue Nov 27 21:27:41 UTC 2018


    Date: Tuesday, November 27, 2018 @ 21:27:40
  Author: arojas
Revision: 410147

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 21:27:16 UTC (rev 410146)
+++ PKGBUILD	2018-11-27 21:27:40 UTC (rev 410147)
@@ -1,28 +0,0 @@
-# $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:

Copied: opendesktop-fonts/repos/community-any/PKGBUILD (from rev 410146, opendesktop-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-27 21:27:40 UTC (rev 410147)
@@ -0,0 +1,27 @@
+# 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=5
+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=('d60a23d5056f2303ae6fde469e6915b8')
+
+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:



More information about the arch-commits mailing list