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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Jun 13 18:17:34 UTC 2018


    Date: Wednesday, June 13, 2018 @ 18:17:34
  Author: jlichtblau
Revision: 342916

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-13 18:17:19 UTC (rev 342915)
+++ PKGBUILD	2018-06-13 18:17:34 UTC (rev 342916)
@@ -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.2
-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=(https://github.com/RedHatBrand/overpass/archive/${pkgver}.tar.gz)
-sha256sums=('0be7e2b4a1b63be10d8fd290f3cee2f57fe38c865e415185685ee2bd442a9b20')
-
-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 342915, otf-overpass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-13 18:17:34 UTC (rev 342916)
@@ -0,0 +1,29 @@
+# $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
+}



More information about the arch-commits mailing list