summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8e5a7b2ec4e..ee96c5b68646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,6 @@ pkgbase = stumpwm-git
optdepends = aumix: for aumix.lisp (control audio volume)
optdepends = mpd: for mpd.lisp (control the mpd)
optdepends = surfraw: for surfraw.lisp (surf the Internet)
- optdepends = clx-truetype: for ttf-fonts.lisp (Xft fonts)
provides = stumpwm
provides = stumpwm-contrib
conflicts = stumpwm
diff --git a/PKGBUILD b/PKGBUILD
index 58986b96c1cd..77a1635c5a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,8 +31,7 @@ optdepends=('xorg-xprop: for stumpish (StumpWM Interactive Shell)'
'alsa-utils: for amixer.lisp (control audio volume)'
'aumix: for aumix.lisp (control audio volume)'
'mpd: for mpd.lisp (control the mpd)'
- 'surfraw: for surfraw.lisp (surf the Internet)'
- 'clx-truetype: for ttf-fonts.lisp (Xft fonts)')
+ 'surfraw: for surfraw.lisp (surf the Internet)')
# Binary will not run other
options=('!strip' '!makeflags') # Thanks to sidereus for pointing this out