[packages/mate-desktop] hwdata package required for identifying monitors

glen glen at pld-linux.org
Tue Jan 15 15:41:39 CET 2013


commit b51b8be5a74f5728e0a429ebd1f81363070ea48e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Jan 15 16:41:10 2013 +0200

    hwdata package required for identifying monitors
    
    for identifying monitors from pnp.ids (libmate-desktop/display-name.c)

 mate-desktop.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/mate-desktop.spec b/mate-desktop.spec
index d18cadd..efe47f7 100644
--- a/mate-desktop.spec
+++ b/mate-desktop.spec
@@ -1,13 +1,11 @@
-# TODO:
-# - check what's up with this, runtime or compile time: --with-pnp-ids-path="%{_datadir}/hwdata/pnp.ids"
-
+#
 # Conditional build:
 %bcond_without	apidocs		# disable gtk-doc
 
 Summary:	Shared code for mate-panel, mate-session, mate-file-manager, etc
 Name:		mate-desktop
 Version:	1.5.5
-Release:	0.12
+Release:	1
 License:	GPL v2+ and LGPL v2+ and MIT
 Group:		X11/Applications
 Source0:	http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
@@ -27,6 +25,8 @@ BuildRequires:	xz
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	glib2 >= 1:2.26.0
 Requires:	python-pygtk-gtk
+# for identifying monitors from pnp.ids (libmate-desktop/display-name.c)
+Requires:	hwdata
 #Requires:	redhat-menus
 Requires:	xdg-user-dirs-gtk
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -76,7 +76,7 @@ NOCONFIGURE=1 ./autogen.sh
 	--disable-scrollkeeper \
 	--disable-static \
 	--disable-schemas-compile \
-	--with-pnp-ids-path="%{_datadir}/hwdata/pnp.ids" \
+	--with-pnp-ids-path=%{_datadir}/hwdata/pnp.ids \
 	--enable-unique \
 	%{?with_apidocs:--enable-gtk-doc --with-html-dir=%{_gtkdocdir}} \
 	--with-omf-dir=%{_datadir}/omf/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-desktop.git/commitdiff/b51b8be5a74f5728e0a429ebd1f81363070ea48e



More information about the pld-cvs-commit mailing list