[arch-commits] Commit in otf-overpass/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Dec 9 18:45:56 UTC 2019


    Date: Monday, December 9, 2019 @ 18:45:55
  Author: jlichtblau
Revision: 536425

archrelease: copy trunk to community-any

Added:
  otf-overpass/repos/community-any/PKGBUILD
    (from rev 536424, otf-overpass/trunk/PKGBUILD)
Deleted:
  otf-overpass/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 18:45:47 UTC (rev 536424)
+++ PKGBUILD	2019-12-09 18:45:55 UTC (rev 536425)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
-
-pkgname=otf-overpass
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="An open source font family inspired by Highway Gothic esp. suited for signs, lettering and web sites"
-arch=('any')
-url="http://overpassfont.org/"
-license=('custom:SIL Open Font License 1.1' 'LGPL2.1')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-replaces=('ttf-overpass')
-source=($pkgname-$pkgver.tar.gz::https://github.com/RedHatBrand/overpass/archive/$pkgver.tar.gz)
-sha256sums=('5575965097b1682330a9a4d36e4090bfe53f6cf97f72351adbf44e05e008a8aa')
-
-package() {
-  cd "${srcdir}/Overpass-$pkgver"
-
-  install -d "${pkgdir}"/usr/share/{fonts/OTF,doc/$pkgname}
-
-  install -m644 "desktop-fonts/overpass/"*.otf "${pkgdir}"/usr/share/fonts/OTF
-  install -m644 "desktop-fonts/overpass-mono/"*.otf "${pkgdir}"/usr/share/fonts/OTF
-
-#license and doc files
-  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE.md
-  install -m644 overpass-specimen.pdf overpass-mono-specimen.pdf README.md \
-    "${pkgdir}"/usr/share/doc/$pkgname
-}

Copied: otf-overpass/repos/community-any/PKGBUILD (from rev 536424, otf-overpass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-09 18:45:55 UTC (rev 536425)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+
+pkgname=otf-overpass
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="An open source font family inspired by Highway Gothic esp. suited for signs, lettering and web sites"
+arch=('any')
+url="https://overpassfont.org/"
+license=('custom:SIL Open Font License 1.1' 'LGPL2.1')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+replaces=('ttf-overpass')
+source=($pkgname-$pkgver.tar.gz::https://github.com/RedHatBrand/overpass/archive/$pkgver.tar.gz)
+sha256sums=('07600d6745f5199ad210c7f39e934dcd9716b54615e44ccf1f830001a0da3597')
+
+package() {
+  cd "${srcdir}/Overpass-$pkgver"
+
+  install -d "${pkgdir}"/usr/share/{fonts/OTF,doc/$pkgname}
+
+  install -m644 "desktop-fonts/overpass/"*.otf "${pkgdir}"/usr/share/fonts/OTF
+  install -m644 "desktop-fonts/overpass-mono/"*.otf "${pkgdir}"/usr/share/fonts/OTF
+
+#license and doc files
+  install -Dm644 LICENSE.md "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE.md
+  install -m644 overpass-specimen.pdf overpass-mono-specimen.pdf README.md \
+    "${pkgdir}"/usr/share/doc/$pkgname
+}



More information about the arch-commits mailing list