summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2015-08-12 13:54:03 +0200
committerMarkus Weimar2015-08-12 13:54:03 +0200
commit1f67ad7fbf62f71a0ec5042de61df6aa0dfa9145 (patch)
treef5bb142851856792baf6a9b3c7ac6076ae6a6d7a
parented752dbee6c9b74e389a155c6f0a010747cd032d (diff)
downloadaur-1f67ad7fbf62f71a0ec5042de61df6aa0dfa9145.tar.gz
New maintainer. Fixed package.
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD42
-rw-r--r--ttf-roboto-slab.install17
3 files changed, 43 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 794f5fdb0068..8859d8c647ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,24 @@
pkgbase = ttf-roboto-slab
- pkgdesc = Serif Roboto font from Google Keep
- pkgver = r4f5374de05
+ pkgdesc = Roboto Slab is a slab serif addition to the Roboto type family.
+ pkgver = 1.100263
pkgrel = 1
+ epoch = 3
url = https://www.google.com/fonts/specimen/Roboto+Slab
install = ttf-roboto-slab.install
arch = any
- license = APACHE
- makedepends = subversion
+ license = Apache
depends = fontconfig
- depends = xorg-fonts-encodings
depends = xorg-font-utils
- source = svn+https://github.com/google/fonts/trunk/apache/robotoslab
- md5sums = SKIP
+ source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/LICENSE.txt
+ source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Bold.ttf
+ source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Light.ttf
+ source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Regular.ttf
+ source = https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Thin.ttf
+ sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
+ sha256sums = ba12d2eab1fa765b6b05398fa7e047dd76293f0c051ce57a8f7b0c591c14d42b
+ sha256sums = 153bf5b428d5cd0b27a63f9a36941cd7d6c7523a7afd59c76a12f798e4c33127
+ sha256sums = 13aa5f54c6f2fa2e388fe0e675cdbcc6a81f6270a8bf9c03a5df8af9cb022810
+ sha256sums = 4e2f26097538925162cad2a3e6051f659b9895386559a1890a4664d8e9a9a0c1
pkgname = ttf-roboto-slab
diff --git a/PKGBUILD b/PKGBUILD
index e1f2fa13e468..61e8e8252174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,29 @@
-# Maintainer: Brandon Giesing <brandon@giesing.cf>
-
+# Maintainer: Markus Weimar <mail@markusweimar.de>
+# Contributor: Brandon Giesing <brandon@giesing.cf>
pkgname=ttf-roboto-slab
-pkgver=r4f5374de05
+pkgver=1.100263
pkgrel=1
-pkgdesc='Serif Roboto font from Google Keep'
+epoch=3
+depends=('fontconfig' 'xorg-font-utils')
+pkgdesc='Roboto Slab is a slab serif addition to the Roboto type family.'
arch=('any')
-license=('APACHE')
url='https://www.google.com/fonts/specimen/Roboto+Slab'
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('subversion')
-source=('svn+https://github.com/google/fonts/trunk/apache/robotoslab')
-md5sums=('SKIP')
-install=$pkgname.install
-
-pkgver() {
- printf "r$(svn propget git-commit --revprop -r HEAD https://github.com/google/fonts/trunk/apache/robotoslab | cut -c -10)"
-}
+license=('Apache')
+source=('https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/LICENSE.txt'
+ 'https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Bold.ttf'
+ 'https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Light.ttf'
+ 'https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Regular.ttf'
+ 'https://raw.githubusercontent.com/google/fonts/master/apache/robotoslab/RobotoSlab-Thin.ttf')
+install=${pkgname}.install
+sha256sums=('cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30'
+ 'ba12d2eab1fa765b6b05398fa7e047dd76293f0c051ce57a8f7b0c591c14d42b'
+ '153bf5b428d5cd0b27a63f9a36941cd7d6c7523a7afd59c76a12f798e4c33127'
+ '13aa5f54c6f2fa2e388fe0e675cdbcc6a81f6270a8bf9c03a5df8af9cb022810'
+ '4e2f26097538925162cad2a3e6051f659b9895386559a1890a4664d8e9a9a0c1')
package() {
- install -d $pkgdir/usr/share/licenses/$pkgname/
- install -m644 $srcdir/robotoslab/LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/
- install -d $pkgdir/usr/share/fonts/TTF/
- install -m644 robotoslab/*.ttf $pkgdir/usr/share/fonts/TTF/
+ cd ${srcdir}
+ install -d ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -D -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
-
-
diff --git a/ttf-roboto-slab.install b/ttf-roboto-slab.install
index c574655354ca..724145fffa8a 100644
--- a/ttf-roboto-slab.install
+++ b/ttf-roboto-slab.install
@@ -1,18 +1,15 @@
post_install() {
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
+ echo -n "Updating font cache... "
+ fc-cache -s > /dev/null
+ mkfontscale /usr/share/fonts/TTF
+ mkfontdir /usr/share/fonts/TTF
+ echo "done."
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- post_install $1
+ post_install $1
}
-
-op=$1
-shift
-
-$op $*