Accepting request 695737 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 695565 from dimstar) OBS-URL: https://build.opensuse.org/request/show/695737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=15
This commit is contained in:
commit
aab420da5d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 28 14:17:47 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update options passed to meson, bring back lost support for
|
||||
broadway and cloudprint following upstreams changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 00:10:04 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
22
gtk4.spec
22
gtk4.spec
@ -13,7 +13,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -211,15 +211,14 @@ translation-update-upstream
|
||||
%meson \
|
||||
-Dbuild-tests=false \
|
||||
-Ddocumentation=true \
|
||||
-Denable-broadway-backend=true \
|
||||
-Denable-cloudprint-print-backend=yes \
|
||||
-Denable-cloudproviders=false \
|
||||
-Denable-colord=yes \
|
||||
-Denable-cups-print-backend=yes \
|
||||
-Denable-vulkan=yes \
|
||||
-Denable-wayland-backend=true \
|
||||
-Denable-x11-backend=true \
|
||||
-Denable-xinerama=yes \
|
||||
-Dbroadway-backend=true \
|
||||
-Dcloudproviders=false \
|
||||
-Dcolord=yes \
|
||||
-Dprint-backends=all \
|
||||
-Dvulkan=yes \
|
||||
-Dwayland-backend=true \
|
||||
-Dx11-backend=true \
|
||||
-Dxinerama=yes \
|
||||
-Dintrospection=true \
|
||||
-Dman-pages=true
|
||||
%meson_build
|
||||
@ -258,6 +257,7 @@ cp %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm
|
||||
%dir %{_libdir}/gtk-4.0/%{gtk_binary_version}
|
||||
%dir %{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/
|
||||
%{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/libprintbackend-cups.so
|
||||
%{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/libprintbackend-cloudprint.so
|
||||
%{_libdir}/gtk-4.0/%{gtk_binary_version}/printbackends/libprintbackend-file.so
|
||||
%dir %{_libdir}/gtk-4.0/%{gtk_binary_version}/media/
|
||||
%{_libdir}/gtk-4.0/%{gtk_binary_version}/media/libmedia-gstreamer.so
|
||||
@ -272,6 +272,7 @@ cp %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm
|
||||
%{_libdir}/girepository-1.0/Gtk-4.0.typelib
|
||||
|
||||
%files tools
|
||||
%{_bindir}/gtk4-broadwayd
|
||||
%{_bindir}/gtk4-icon-browser
|
||||
%{_bindir}/gtk4-builder-tool
|
||||
%{_bindir}/gtk4-encode-symbolic-svg
|
||||
@ -321,6 +322,7 @@ cp %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm
|
||||
%{_datadir}/icons/hicolor/*/apps/gtk4-widget-factory-symbolic.symbolic.png
|
||||
%{_includedir}/gtk-4.0/
|
||||
%{_libdir}/pkgconfig/gtk+-4.0.pc
|
||||
%{_libdir}/pkgconfig/gtk+-broadway-4.0.pc
|
||||
%{_libdir}/pkgconfig/gtk+-wayland-4.0.pc
|
||||
%{_libdir}/pkgconfig/gtk+-unix-print-4.0.pc
|
||||
%{_libdir}/pkgconfig/gtk+-x11-4.0.pc
|
||||
|
Loading…
Reference in New Issue
Block a user