From 9a9dae86777c47c74ca1807a681d7a6efc385c68f4f49a878dab5016dbf4cdc5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 17 Feb 2021 09:34:45 +0000 Subject: [PATCH] Accepting request 872979 from home:badshah400:branches:X11:Utilities Add BuildRequires(lua) to enable building plugins. OBS-URL: https://build.opensuse.org/request/show/872979 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=27 --- xournalpp.changes | 5 +++++ xournalpp.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/xournalpp.changes b/xournalpp.changes index f2a2aa2..9116740 100644 --- a/xournalpp.changes +++ b/xournalpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 16 21:22:12 UTC 2021 - Atri Bhattacharya + +- Add BuildRequires(lua) to enable building plugins. + ------------------------------------------------------------------- Fri Dec 18 00:40:09 UTC 2020 - Atri Bhattacharya diff --git a/xournalpp.spec b/xournalpp.spec index b159b6b..68cecf4 100644 --- a/xournalpp.spec +++ b/xournalpp.spec @@ -1,7 +1,7 @@ # # spec file for package xournalpp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,7 @@ BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libzip) +BuildRequires: pkgconfig(lua) >= 5.3 BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(portaudiocpp) BuildRequires: pkgconfig(sndfile)