summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2021-06-11 15:12:19 +0200
committerAlexander Fasching2021-06-11 15:12:19 +0200
commit29398358959efa0ce94619398c7c21664dd4405d (patch)
treec9cf81524e15678e85917b785f40e34e5be70c53
parente3d3335ea7640d1166399d7e37bdc7019fa8b665 (diff)
downloadaur-steam-fonts.tar.gz
upgpkg: steam-fonts 1.0.0-6
Remove install script and dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--steam-fonts.install19
3 files changed, 2 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76866e30b4d3..2aa6761a1852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,11 @@
pkgbase = steam-fonts
pkgdesc = Fonts to fix scrambled or missing text in steam menus
pkgver = 1.0.0
- pkgrel = 5
+ pkgrel = 6
url = https://support.steampowered.com/kb_article.php?ref=1974-YFKL-4947
- install = steam-fonts.install
arch = any
license = custom
- depends = fontconfig
- depends = xorg-mkfontscale
source = https://support.steampowered.com/downloads/1974-YFKL-4947/SteamFonts.zip
sha1sums = 1135b3d9c5334082f9f95999a8f0e8f8be4cb057
pkgname = steam-fonts
-
diff --git a/PKGBUILD b/PKGBUILD
index 2fef3b06a1a8..d19aee494021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=steam-fonts
pkgver=1.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="Fonts to fix scrambled or missing text in steam menus"
-depends=('fontconfig' 'xorg-mkfontscale')
arch=('any')
url="https://support.steampowered.com/kb_article.php?ref=1974-YFKL-4947"
license=('custom')
source=("https://support.steampowered.com/downloads/1974-YFKL-4947/SteamFonts.zip")
sha1sums=('1135b3d9c5334082f9f95999a8f0e8f8be4cb057')
-install=${pkgname}.install
package() {
cd ${srcdir}
diff --git a/steam-fonts.install b/steam-fonts.install
deleted file mode 100644
index a8c96187773e..000000000000
--- a/steam-fonts.install
+++ /dev/null
@@ -1,19 +0,0 @@
-
-post_install()
-{
- echo -n "Updating font cache... "
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/steam-fonts
- mkfontdir /usr/share/fonts/steam-fonts
- echo "done"
-}
-
-post_upgrade()
-{
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-