]> git.pld-linux.org Git - packages/mate-desktop.git/commitdiff
hwdata package required for identifying monitors auto/th/mate-desktop-1.5.5-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 15 Jan 2013 14:41:10 +0000 (16:41 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 15 Jan 2013 14:41:10 +0000 (16:41 +0200)
for identifying monitors from pnp.ids (libmate-desktop/display-name.c)

mate-desktop.spec

index d18caddcb9dc199a044e60553fc47afa056cb8b5..efe47f7404046eb802647af9ac3dc65ddaf899db 100644 (file)
@@ -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}
This page took 0.11316 seconds and 4 git commands to generate.