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

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


    Date: Monday, June 29, 2020 @ 10:29:41
  Author: andyrtr
Revision: 656129

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 10:29:34 UTC (rev 656128)
+++ PKGBUILD	2020-06-29 10:29:41 UTC (rev 656129)
@@ -1,28 +0,0 @@
-# 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
-}

Copied: otf-overpass/repos/community-any/PKGBUILD (from rev 656128, otf-overpass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-29 10:29:41 UTC (rev 656129)
@@ -0,0 +1,27 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+
+pkgname=otf-overpass
+pkgver=3.0.4
+pkgrel=2
+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')
+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