Accepting request 520893 from GNOME:Apps
1 OBS-URL: https://build.opensuse.org/request/show/520893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geeqie?expand=0&rev=15
This commit is contained in:
commit
ad5438626d
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 1 19:27:12 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Enable pkgconfig(champlain-0.12), add
|
||||||
|
pkgconfig(champlain-gtk-0.12), pkgconfig(clutter-1.0) and
|
||||||
|
pkgconfig(clutter-gtk-1.0) BuildRequires and pass --enable-maps
|
||||||
|
to configure: Build map support (boo#1054718).
|
||||||
|
- Enable conditional pkgconfig(lua5.1) BuildRequires and stop
|
||||||
|
passing --disable-lua to configure: New lua is now in place in
|
||||||
|
Tumbleweed, build lua support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 27 16:51:31 UTC 2017 - tchvatal@suse.com
|
Thu Jul 27 16:51:31 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
14
geeqie.spec
14
geeqie.spec
@ -36,15 +36,18 @@ BuildRequires: libtool
|
|||||||
BuildRequires: lirc-devel
|
BuildRequires: lirc-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
# Disabled as libchamplain support is still marked as experimental
|
BuildRequires: pkgconfig(champlain-0.12) >= 0.12
|
||||||
#BuildRequires: pkgconfig(champlain-0.12) >= 0.12
|
BuildRequires: pkgconfig(champlain-gtk-0.12) >= 0.12
|
||||||
|
BuildRequires: pkgconfig(clutter-1.0) >= 1.0
|
||||||
|
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.0
|
||||||
BuildRequires: pkgconfig(exiv2) >= 0.11
|
BuildRequires: pkgconfig(exiv2) >= 0.11
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(lcms2)
|
BuildRequires: pkgconfig(lcms2)
|
||||||
|
%if 0%{?suse_version} >= 1330
|
||||||
|
BuildRequires: pkgconfig(lua5.1)
|
||||||
|
%endif
|
||||||
Requires(post): update-desktop-files
|
Requires(post): update-desktop-files
|
||||||
Requires(postun): update-desktop-files
|
Requires(postun): update-desktop-files
|
||||||
# FIXME: Enable when new lua layout lands in TW
|
|
||||||
#BuildRequires: pkgconfig(lua-5.1) >= 5.1
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -62,7 +65,8 @@ autoreconf -fvi
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-lirc \
|
--enable-lirc \
|
||||||
--with-readmedir=%{_defaultdocdir}/%{name} \
|
--with-readmedir=%{_defaultdocdir}/%{name} \
|
||||||
--disable-lua
|
--enable-map \
|
||||||
|
%{nil}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user