[packages/darktable] no gconf since 1.0.5

glen glen at pld-linux.org
Tue Apr 29 07:30:02 CEST 2014


commit 6a697756c385595e20e43d672cea392f81af94c1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Apr 29 08:27:40 2014 +0300

    no gconf since 1.0.5

 darktable.spec | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/darktable.spec b/darktable.spec
index a2e0409..e02e054 100644
--- a/darktable.spec
+++ b/darktable.spec
@@ -6,15 +6,13 @@ Summary:	darktable is a virtual lighttable and darkroom for photographers
 Summary(pl.UTF-8):	darktable to wirtualny podświetlany stół i ciemnia dla fotografów
 Name:		darktable
 Version:	1.4
-Release:	3
+Release:	4
 License:	GPL v3
 Group:		X11/Applications/Graphics
 Source0:	http://downloads.sourceforge.net/darktable/%{name}-%{version}.tar.xz
 # Source0-md5:	896416931ded4579f528cd11edad470c
 Patch0:		cmake-glib.patch
 URL:		http://darktable.sourceforge.net/
-BuildRequires:	GConf2
-BuildRequires:	GConf2-devel
 BuildRequires:	GraphicsMagick-devel
 BuildRequires:	OpenEXR-devel >= 2.0
 BuildRequires:	SDL-devel
@@ -69,7 +67,6 @@ install -d build
 cd build
 %cmake \
 	-DCMAKE_LIBRARY_PATH:PATH=%{_libdir} \
-	-DDONT_INSTALL_GCONF_SCHEMAS:BOOLEAN=ON \
 	-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
 	-DBINARY_PACKAGE_BUILD=1 \
 	-DPROJECT_VERSION:STRING="%{name}-%{version}-%{release}" \
@@ -80,7 +77,6 @@ cd build
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} -C build install \
-	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -95,12 +91,10 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %update_desktop_database_post
 %update_icon_cache hicolor
-%gconf_schema_install:
 
 %postun
 %update_desktop_database_postun
 %update_icon_cache hicolor
-%gconf_schema_uninstall
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/darktable.git/commitdiff/6a697756c385595e20e43d672cea392f81af94c1



More information about the pld-cvs-commit mailing list