diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-28 03:27:16 +0000 |
commit | 462391357aa5e749dc9908c15f3baa0b4416f3d8 (patch) | |
tree | 11d4d3f054aae9ffd869adc634054f64a16d83b8 /pcr/culmus/PKGBUILD | |
parent | 748e32a3a886569b58a27003e85b76be5746153d (diff) |
Tue Jan 28 03:22:21 UTC 2014
Diffstat (limited to 'pcr/culmus/PKGBUILD')
-rw-r--r-- | pcr/culmus/PKGBUILD | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/pcr/culmus/PKGBUILD b/pcr/culmus/PKGBUILD deleted file mode 100644 index 3d1a5f567..000000000 --- a/pcr/culmus/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Maintainer (Arch): Ivan Puntiy <ivan.puntiy at gmail> -# Contributor (Arch): <francois.archlinux.org> -# Maintainer (Parabola): Alon Ivtsan <alonivtsan@lavabit.com> -# taken from https://aur.archlinux.org/packages/culmus/ - -pkgname=culmus -pkgver=0.130 -pkgrel=1 -pkgdesc="A collection of Type1 and TrueType Hebrew fonts" -arch=('any') -url="http://culmus.sourceforge.net" -license=('GPL2') -depends=('fontconfig' 'xorg-fonts-alias' 'xorg-font-utils' 'xorg-fonts-encodings') -install=${pkgname}.install -source=( - "http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" - "$pkgname-0.121-fontconfig_fix.patch" -) -md5sums=('58e672defde4caeae42017cd2f9436a6' - '6db715a072d9602a54c69a7e31a6428f') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # fix due to fontconfig 2.10.1 update - patch mailed to upstream - patch culmus.conf "$srcdir/$pkgname-0.121-fontconfig_fix.patch" -} - -package() { - # install Type1 fonts - install -d ${pkgdir}/usr/share/fonts/Type1 - install -m644 ${srcdir}/culmus-$pkgver/*.{afm,pfa} \ - ${pkgdir}/usr/share/fonts/Type1 - - # install ttf fonts - install -d ${pkgdir}/usr/share/fonts/TTF - install -m644 ${srcdir}/culmus-$pkgver/*.ttf \ - ${pkgdir}/usr/share/fonts/TTF - - # install provided config file with priority 61 - install -d ${pkgdir}/etc/fonts/conf.avail/ - install -m644 ${srcdir}/culmus-$pkgver/culmus.conf \ - ${pkgdir}/etc/fonts/conf.avail/61-culmus.conf -} |