From 4be41b98e6d551741bb29fc34f7b34dbc79c542ae4a95d7869cdff1fa2ed4344 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 3 Sep 2021 15:50:55 +0000 Subject: [PATCH] Accepting request 916755 from home:dnzm:branches:X11:windowmanagers - Added build requirements which result in broader image support and UTF-8/RTL improvements. OBS-URL: https://build.opensuse.org/request/show/916755 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/WindowMaker?expand=0&rev=51 --- WindowMaker.changes | 6 ++++++ WindowMaker.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/WindowMaker.changes b/WindowMaker.changes index 5fe0ee1..f0c4fca 100644 --- a/WindowMaker.changes +++ b/WindowMaker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 3 14:48:40 UTC 2020 - max+suse@dnzm.nl + +- Added build requirements which result in broader image support and UTF-8/RTL + improvements. + ------------------------------------------------------------------- Sat Apr 11 14:41:40 UTC 2020 - chris@computersalat.de diff --git a/WindowMaker.spec b/WindowMaker.spec index 3b3e538..de4ee58 100644 --- a/WindowMaker.spec +++ b/WindowMaker.spec @@ -51,6 +51,9 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: wallpaper-branding-openSUSE +BuildRequires: pkgconfig(ImageMagick) +BuildRequires: pkgconfig(libwebp) +BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xft)