Accepting request 614245 from GNOME:Factory
- Drop pkgconfig(gconf-2.0) BuildRequires and gconf_schemas_prereq macro, following this: pass with-platform=gtk-only and with-gtk=3.0 to configure. No longer depend on obsolete gconf2. (forwarded request 614008 from iznogood) OBS-URL: https://build.opensuse.org/request/show/614245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aisleriot?expand=0&rev=51
This commit is contained in:
commit
ad2733e96d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 14:48:00 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Drop pkgconfig(gconf-2.0) BuildRequires and gconf_schemas_prereq
|
||||||
|
macro, following this: pass with-platform=gtk-only and
|
||||||
|
with-gtk=3.0 to configure. No longer depend on obsolete gconf2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 12 22:16:50 UTC 2018 - dimstar@opensuse.org
|
Mon Mar 12 22:16:50 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -33,14 +33,12 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(gconf-2.0) >= 2.0
|
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
BuildRequires: pkgconfig(librsvg-2.0)
|
BuildRequires: pkgconfig(librsvg-2.0)
|
||||||
Requires: guile
|
Requires: guile
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%{gconf_schemas_prereq}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Aisleriot is a compilation of 80 different solitaire card games.
|
Aisleriot is a compilation of 80 different solitaire card games.
|
||||||
@ -69,7 +67,10 @@ sed -i 's:DISTRO="unknown":DISTRO="opensuse":' configure
|
|||||||
--disable-schemas-install \
|
--disable-schemas-install \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-sound \
|
--enable-sound \
|
||||||
--with-guile=auto
|
--with-guile=auto \
|
||||||
|
--with-platform=gtk-only \
|
||||||
|
--with-gtk=3.0 \
|
||||||
|
%{nil}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -77,13 +78,8 @@ make %{?_smp_mflags}
|
|||||||
%fdupes -s %{buildroot}%{_datadir}/help
|
%fdupes -s %{buildroot}%{_datadir}/help
|
||||||
%suse_update_desktop_file -N "AisleRiot" -G "Solitaire" sol
|
%suse_update_desktop_file -N "AisleRiot" -G "Solitaire" sol
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%find_gconf_schemas
|
|
||||||
|
|
||||||
%pre -f aisleriot.schemas_pre
|
%files
|
||||||
%posttrans -f aisleriot.schemas_posttrans
|
|
||||||
%preun -f aisleriot.schemas_preun
|
|
||||||
|
|
||||||
%files -f aisleriot.schemas_list
|
|
||||||
%license COPYING.GFDL
|
%license COPYING.GFDL
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%if 0%{?suse_version} <= 1140
|
%if 0%{?suse_version} <= 1140
|
||||||
|
Loading…
x
Reference in New Issue
Block a user