summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormeeeeks2020-07-13 18:15:04 +0100
committermeeeeks2020-07-13 18:15:04 +0100
commit5b7bee5192f102d31c4922c6fbe0529eee75421b (patch)
treeb92fe005117b4d00f44c7d8c994d9cd519f6e455
parentbe0da9964ce92de7e15dd236016c20ea7c9ad122 (diff)
downloadaur-5b7bee5192f102d31c4922c6fbe0529eee75421b.tar.gz
Updated xorg-font-utils dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56082162af71..ea04c20b0824 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-all-the-icons
pkgdesc = Icon font for all-the-icons.el (A utility package to collect various Icon Fonts and propertize them within Emacs.)
- pkgver = 4.0.1
+ pkgver = 4.0.2
pkgrel = 1
url = https://github.com/domtronn/all-the-icons.el
install = ttf-all-the-icons.install
@@ -9,14 +9,17 @@ pkgbase = ttf-all-the-icons
makedepends = woff2
depends = fontconfig
depends = xorg-fonts-encodings
- depends = xorg-font-utils
+ depends = xorg-font-util
+ depends = xorg-mkfontscale
+ depends = xorg-mkfontdir
+ depends = xorg-bdftopcf
provides = ttf-atom-file-icons
provides = ttf-font-awesome
provides = ttf-material-design-icons
provides = ttf-octicons
provides = ttf-weather-icons
conflicts = ttf-octicons
- source = ttf-all-the-icons-4.0.1.tar.gz::https://github.com/domtronn/all-the-icons.el/archive/4.0.1.tar.gz
+ source = ttf-all-the-icons-4.0.2.tar.gz::https://github.com/domtronn/all-the-icons.el/archive/4.0.2.tar.gz
sha256sums = 30ac8a44efdf638e893b9f802cde3388da8776d39296dcc83694720ba74950d0
pkgname = ttf-all-the-icons
diff --git a/PKGBUILD b/PKGBUILD
index f4704adff3f5..d6f7577b4acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Sumit Sahrawat <contact@sums.dev>
+# Maintainer:
+# Contributer: Sumit Sahrawat <contact@sums.dev>
# Contributor: sballert <sballert@posteo.de>
# Contributor: Alex Whitt <alex.joseph.whitt@gmail.com>
_pkgsrcname=all-the-icons.el
_pkgmaintainer=domtronn
_versionprefix=
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=1
pkgdesc="Icon font for all-the-icons.el (A utility package to collect various Icon Fonts and propertize them within Emacs.)"
pkgname=ttf-all-the-icons
arch=(any)
url="https://github.com/${_pkgmaintainer}/${_pkgsrcname}"
license=('MIT')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-util' 'xorg-mkfontscale' 'xorg-mkfontdir' 'xorg-bdftopcf')
makedepends=('woff2')
provides=('ttf-atom-file-icons' 'ttf-font-awesome' 'ttf-material-design-icons' 'ttf-octicons' 'ttf-weather-icons')
conflicts=('ttf-octicons')