~alpine/aports

[alpine-aports] [PATCH] testing/font-overpass: upgrade to 3.0.3

Sascha Paunovic <azarus@posteo.net>
Details
Message ID
<20180612072555.30656-1-azarus@posteo.net>
Sender timestamp
1528788355
DKIM signature
missing
Download raw message
Patch: +4 -10
- remove unused variables
- remove unnecessary build()
- fix build by creating the install directory first
- take maintainership
---
 testing/font-overpass/APKBUILD | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/testing/font-overpass/APKBUILD b/testing/font-overpass/APKBUILD
index 8cdec82e80..7387da7faf 100644
--- a/testing/font-overpass/APKBUILD
+++ b/testing/font-overpass/APKBUILD
@@ -1,30 +1,24 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=font-overpass
pkgver=3.0.2
pkgver=3.0.3
pkgrel=0
pkgdesc="Overpass open source web font family"
url="http://overpassfont.org/"
arch="noarch"
license="OFL-1.1"
depends="fontconfig"
makedepends=""
options="!check"
install=""
subpackages=""
source="Overpass-$pkgver.tar.gz::https://github.com/RedHatBrand/Overpass/archive/$pkgver.tar.gz"
builddir="$srcdir/Overpass-$pkgver"

build() {
	return 0
}

package() {
	cd "$builddir"
	mkdir -p "$pkgdir"/usr/share/fonts/OTF
	install -Dm644 desktop-fonts/overpass/*.otf \
		"$pkgdir"/usr/share/fonts/OTF
	install -Dm644 desktop-fonts/overpass-mono/*.otf \
		"$pkgdir"/usr/share/fonts/OTF
}

sha512sums="ea9dc82b6935c68f6208ae6ad95e488c01867064cb9c83e47c8bc8a8f767e4144ffc468ed1ae38d0f204b5ecb50b9147081411e7d9f21c0735125e7db6c22f58  Overpass-3.0.2.tar.gz"
sha512sums="d2a3284f6f82e80e46af23064a374da2926a3563ee668683aa1a8db7a9163cc80c4fa8a3077876dc552a36e9d621c45218df44485b7b6a6adc3fc6df62c448d0  Overpass-3.0.3.tar.gz"
-- 
2.17.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)