diff options
-rw-r--r-- | x11-misc/xmobar/files/xmobar-0.24.3-noxpm.patch | 9 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.24.3.ebuild | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/xmobar/files/xmobar-0.24.3-noxpm.patch b/x11-misc/xmobar/files/xmobar-0.24.3-noxpm.patch new file mode 100644 index 000000000000..8f4da6b78847 --- /dev/null +++ b/x11-misc/xmobar/files/xmobar-0.24.3-noxpm.patch @@ -0,0 +1,9 @@ +diff --git a/xmobar.cabal b/xmobar.cabal +index f6a6dae..8a17579 100644 +--- a/xmobar.cabal ++++ b/xmobar.cabal +@@ -89,3 +89,3 @@ executable xmobar + Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize, +- XUtil, XPMFile, StatFS, Runnable, ColorCache, Window, Signal, ++ XUtil, StatFS, Runnable, ColorCache, Window, Signal, + Environment, diff --git a/x11-misc/xmobar/xmobar-0.24.3.ebuild b/x11-misc/xmobar/xmobar-0.24.3.ebuild index 2440311da365..dcd9f32aa67f 100644 --- a/x11-misc/xmobar/xmobar-0.24.3.ebuild +++ b/x11-misc/xmobar/xmobar-0.24.3.ebuild @@ -48,6 +48,8 @@ DEPEND="${RDEPEND} >=dev-haskell/cabal-1.18.1.3 " +PATCHES=("${FILESDIR}"/${P}-noxpm.patch) + src_prepare() { default # xmobar is an idle multithreaded program |