summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 13:25:21 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-01-19 13:25:21 -0300
commit2a6e3f965ac764b21c49f62508205634caba88b2 (patch)
tree512c1ea6389153fc90afa857d4b7b94d31cf6e18
parent1e8c57df2bd655f9f58809ecb5cde40b32d747c7 (diff)
xorg-fonts-type1-7.7-2.parabola1: https sources, fonts hook rebuild
-rw-r--r--libre/xorg-fonts-type1/PKGBUILD7
-rw-r--r--libre/xorg-fonts-type1/xfonts.install15
2 files changed, 3 insertions, 19 deletions
diff --git a/libre/xorg-fonts-type1/PKGBUILD b/libre/xorg-fonts-type1/PKGBUILD
index af3cc7f86..26b436489 100644
--- a/libre/xorg-fonts-type1/PKGBUILD
+++ b/libre/xorg-fonts-type1/PKGBUILD
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD 228382 2015-01-03 10:13:18Z andyrtr $
+# $Id: PKGBUILD 286572 2017-01-15 16:43:01Z andyrtr $
# Maintainer (Arch): Jan de Groot <jgc@archlinux.org>
pkgname=xorg-fonts-type1
pkgver=7.7
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc="X.org Type1 fonts, without nonfree fonts"
arch=(any)
license=('custom')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
conflicts=('xorg-fonts-type1-libre')
replaces=('xorg-fonts-type1-libre')
-install=xfonts.install
source=(${url}/releases/individual/font/font-bitstream-type1-1.0.3.tar.bz2
${url}/releases/individual/font/font-xfree86-type1-1.0.4.tar.bz2)
md5sums=('5e0c9895d69d2632e2170114f8283c11'
diff --git a/libre/xorg-fonts-type1/xfonts.install b/libre/xorg-fonts-type1/xfonts.install
deleted file mode 100644
index 751ad77d6..000000000
--- a/libre/xorg-fonts-type1/xfonts.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s
- mkfontscale /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/Type1
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}