Overview
Request 616331 accepted
- Build against gtk3:
* Replace gtk2-devel with pkgconfig(gtk+-3.0) and
pkgconfig(glib-2.0) BuildRequires.
* Replace vte2-devel with pkgconfig(vte-2.91) BuildRequires.
* Pass --enable-gtk3=yes to configure.
- Add lxterminal-fix-gtk3-comp-warnings.patch: Silence some
warnings during compilation, patch from upstream git.
- Add conditional for post(un) desktop_database_post(un) macros, no
longer needed for newer versions of openSUSE.
What is the %{nil} for?
Close/end the configure calls. See how they both have ending lineshift () The nil is in no way mandatory, just remember to remove the last \
Okay. Then why don't we just remove the last \ and the nil :)
Request History
iznogood created request
- Build against gtk3:
* Replace gtk2-devel with pkgconfig(gtk+-3.0) and
pkgconfig(glib-2.0) BuildRequires.
* Replace vte2-devel with pkgconfig(vte-2.91) BuildRequires.
* Pass --enable-gtk3=yes to configure.
- Add lxterminal-fix-gtk3-comp-warnings.patch: Silence some
warnings during compilation, patch from upstream git.
- Add conditional for post(un) desktop_database_post(un) macros, no
longer needed for newer versions of openSUSE.
jubalh accepted request
Thanks!