Accepting request 750918 from GNOME:Factory
(forwarded request 749470 from dimstar) OBS-URL: https://build.opensuse.org/request/show/750918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=126
This commit is contained in:
commit
9c194e0310
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 05:51:44 UTC 2019 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
|
- Remove migration support between gconf and dconf since it was
|
||||||
|
entirely dropped by upstream. Drop gconf2 and
|
||||||
|
pkgconfig(gconf-2.0) dependencies accordingly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 11 16:53:28 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Oct 11 16:53:28 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -48,12 +48,6 @@ BuildRequires: pkgconfig(vte-2.91) >= 0.58.0
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Requires(pre): filesystem
|
Requires(pre): filesystem
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%if 0%{?sle_version}
|
|
||||||
BuildRequires: pkgconfig(gconf-2.0) >= 2.31.3
|
|
||||||
%endif
|
|
||||||
%if 0%{?sle_version}
|
|
||||||
Requires(pre): gconf2
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides the GNOME terminal emulator application.
|
This package provides the GNOME terminal emulator application.
|
||||||
@ -89,9 +83,6 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%if !0%{?sle_version}
|
|
||||||
--disable-migration \
|
|
||||||
%endif
|
|
||||||
--with-gtk=3.0 \
|
--with-gtk=3.0 \
|
||||||
--with-nautilus-extension \
|
--with-nautilus-extension \
|
||||||
%{nil}
|
%{nil}
|
||||||
@ -113,9 +104,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/metainfo/org.gnome.Terminal.appdata.xml
|
%{_datadir}/metainfo/org.gnome.Terminal.appdata.xml
|
||||||
%{_datadir}/applications/org.gnome.Terminal.desktop
|
%{_datadir}/applications/org.gnome.Terminal.desktop
|
||||||
%{_libexecdir}/gnome-terminal-server
|
%{_libexecdir}/gnome-terminal-server
|
||||||
%if 0%{?sle_version}
|
|
||||||
%{_libexecdir}/gnome-terminal-migration
|
|
||||||
%endif
|
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
|
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
|
||||||
%{_userunitdir}/gnome-terminal-server.service
|
%{_userunitdir}/gnome-terminal-server.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user