Accepting request 342080 from GNOME:Factory
I somehow suspect that all "migrants" from a gnome2 base have arrived already, and if they haven't I doubt they will go straight for Tumbleweed, so deeming this as safe now. (forwarded request 341748 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/342080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=96
This commit is contained in:
commit
d82c0875fc
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 30 22:37:54 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Drop gconf2 Requires(pre), and pass --disable-migration to
|
||||||
|
configure. We do not expect any holdouts to migrate any longer.
|
||||||
|
- Stop running autoreconf as patches are already disabled.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 18:04:10 UTC 2015 - zaitor@opensuse.org
|
Mon Oct 12 18:04:10 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@ Recommends: %{name}-lang
|
|||||||
Obsoletes: gnome-core
|
Obsoletes: gnome-core
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires(pre): filesystem
|
Requires(pre): filesystem
|
||||||
Requires(pre): gconf2
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides the GNOME terminal emulator application.
|
This package provides the GNOME terminal emulator application.
|
||||||
@ -94,9 +93,10 @@ translation-update-upstream
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# Needed for patch102
|
# Needed for patch102
|
||||||
autoreconf -fiv
|
#autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--disable-migration \
|
||||||
--with-gtk=3.0 \
|
--with-gtk=3.0 \
|
||||||
--with-nautilus-extension
|
--with-nautilus-extension
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -127,7 +127,6 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/appdata
|
||||||
%{_datadir}/appdata/gnome-terminal.appdata.xml
|
%{_datadir}/appdata/gnome-terminal.appdata.xml
|
||||||
%{_datadir}/applications/gnome-terminal.desktop
|
%{_datadir}/applications/gnome-terminal.desktop
|
||||||
%{_libexecdir}/gnome-terminal-migration
|
|
||||||
%{_libexecdir}/gnome-terminal-server
|
%{_libexecdir}/gnome-terminal-server
|
||||||
%{_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
|
||||||
|
Loading…
Reference in New Issue
Block a user