From c6b7d9687d7382a402ecde751e4ac5f29ea4b99b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sep 17 2019 09:21:43 +0000 Subject: Disable GConf support --- diff --git a/aisleriot.spec b/aisleriot.spec index 653dd3f..9719ca9 100644 --- a/aisleriot.spec +++ b/aisleriot.spec @@ -1,7 +1,7 @@ Name: aisleriot Epoch: 1 Version: 3.22.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of card games License: GPLv3+ and LGPLv3+ and GFDL @@ -9,7 +9,6 @@ URL: https://wiki.gnome.org/Apps/Aisleriot Source0: http://download.gnome.org/sources/aisleriot/3.22/aisleriot-%{version}.tar.xz BuildRequires: gcc -BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(guile-2.0) BuildRequires: pkgconfig(librsvg-2.0) @@ -21,10 +20,6 @@ BuildRequires: yelp-tools BuildRequires: desktop-file-utils BuildRequires: libappstream-glib -Requires(pre): GConf2 -Requires(post): GConf2 -Requires(preun): GConf2 - %description Aisleriot is a collection of over 80 card games programmed in scheme. @@ -32,11 +27,10 @@ Aisleriot is a collection of over 80 card games programmed in scheme. %setup -q %build -%configure +%configure --with-platform=gtk-only make %{_smp_mflags} %install -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %make_install # Update the screenshot shown in the software center @@ -60,15 +54,6 @@ rm $RPM_BUILD_ROOT%{_libdir}/valgrind/aisleriot.supp appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/sol.appdata.xml desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/sol.desktop -%pre -%gconf_schema_prepare aisleriot - -%preun -%gconf_schema_remove aisleriot - -%post -%gconf_schema_upgrade aisleriot - %files -f %{name}.lang %doc AUTHORS %license COPYING.GPL3 COPYING.LGPL3 COPYING.GFDL @@ -80,11 +65,13 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/sol.desktop %{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/icons/hicolor/symbolic/apps/gnome-aisleriot-symbolic.svg %{_datadir}/metainfo/sol.appdata.xml -%{_sysconfdir}/gconf/schemas/aisleriot.schemas %{_datadir}/glib-2.0/schemas/org.gnome.Patience.WindowState.gschema.xml %{_mandir}/man6/sol.6* %changelog +* Tue Sep 17 2019 Kalev Lember - 1:3.22.9-2 +- Disable GConf support + * Mon Sep 09 2019 Kalev Lember - 1:3.22.9-1 - Update to 3.22.9