@@ -8,8 +8,8 @@ | |||
# http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.03/en_US/AdbeRdr11003_en_US.exe | |||
pkgname=ttf-adobe-fonts | |||
pkgver=11.0.09 | |||
pkgrel=2 | |||
pkgver=11.0.06 | |||
pkgrel=1 | |||
arch=('any') | |||
pkgdesc="Fonts from Adobe Acrobat Reader X including Myriad Pro, Myriad CAD, Minion Pro, Courier Std and Adobe Pi Std" | |||
url="http://www.adobe.com/products/reader.html" | |||
@@ -17,7 +17,7 @@ source=( | |||
"http://ardownload.adobe.com/pub/adobe/reader/win/${pkgver%%.*}.x/${pkgver}/en_US/AdbeRdr${pkgver//./}_en_US.exe" | |||
"LICENSE" | |||
) | |||
md5sums=('be6e7aec2aa808300c6065b3c7038b1e' | |||
md5sums=('8fae6f3fdf8d3f083d6a8f3ce22b36d0' | |||
'd4d2d30b83bb8e9578ebc22676e328b3') | |||
makedepends=('p7zip') | |||
conflicts=('acroread-fonts-systemwide') | |||
@@ -28,8 +28,7 @@ noextract=($(basename ${source[0]})) | |||
package() { | |||
cd "$srcdir" | |||
7z -y e $(basename ${source[0]}) | |||
7z -y e AdbeRdrUpd11009.msp | |||
mkdir -p $pkgdir/usr/share/{fonts/OTF,licenses/$pkgname} | |||
7z -y -o"$pkgdir/usr/share/fonts/OTF" -ir\!*.otf e PCW_CAB_RDR11009 | |||
7z -y -o"$pkgdir/usr/share/fonts/OTF" -ir\!*.otf e Data1.cab | |||
install -m 0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/ | |||
} |
@@ -1,6 +1,10 @@ | |||
post_install() { | |||
echo -n "Updating font cache... " | |||
fc-cache -vf > /dev/null | |||
fc-cache -sf > /dev/null | |||
mkfontscale usr/share/fonts/TTF | |||
mkfontdir usr/share/fonts/TTF | |||
mkfontscale usr/share/fonts/OTF | |||
mkfontdir usr/share/fonts/OTF | |||
echo "done." | |||
} | |||
@@ -1,13 +1,13 @@ | |||
# Generated by makepkg 4.2.0 | |||
# Generated by makepkg 4.2.1 | |||
# using fakeroot version 1.20.2 | |||
# Fri Feb 13 07:17:35 UTC 2015 | |||
# Wed Apr 1 12:03:46 UTC 2015 | |||
pkgname = ttf-adobe-fonts | |||
pkgver = 11.0.09-2 | |||
pkgver = 11.0.06-1 | |||
pkgdesc = Fonts from Adobe Acrobat Reader X including Myriad Pro, Myriad CAD, Minion Pro, Courier Std and Adobe Pi Std | |||
url = http://www.adobe.com/products/reader.html | |||
builddate = 1423811855 | |||
builddate = 1427889826 | |||
packager = Unknown Packager | |||
size = 240640 | |||
size = 1736704 | |||
arch = any | |||
license = custom | |||
conflict = acroread-fonts-systemwide |
@@ -1,6 +1,10 @@ | |||
post_install() { | |||
echo -n "Updating font cache... " | |||
fc-cache -vf > /dev/null | |||
fc-cache -sf > /dev/null | |||
mkfontscale usr/share/fonts/TTF | |||
mkfontdir usr/share/fonts/TTF | |||
mkfontscale usr/share/fonts/OTF | |||
mkfontdir usr/share/fonts/OTF | |||
echo "done." | |||
} | |||