Hello community,

here is the log from the commit of package lxqt-config for openSUSE:Factory 
checked in at 2015-02-16 21:11:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-config (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-config"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-config/lxqt-config.changes  2015-02-05 
11:00:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-config.new/lxqt-config.changes     
2015-02-16 21:11:57.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Feb  9 19:40:23 UTC 2015 - [email protected]
+
+- New upstream version 0.9.0 
+- Added -lang subpackage
+- Added Patches
+  + fix_desktop_categories.patch 
+
+-------------------------------------------------------------------

Old:
----
  lxqt-config-0.8.0.tar.xz

New:
----
  fix_desktop_categories.patch
  lxqt-config-0.9.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxqt-config.spec ++++++
--- /var/tmp/diff_new_pack.KeGpb8/_old  2015-02-16 21:11:57.000000000 +0100
+++ /var/tmp/diff_new_pack.KeGpb8/_new  2015-02-16 21:11:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-config
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,23 @@
 
 
 Name:           lxqt-config
-Version:        0.8.0
+Version:        0.9.0
 Release:        0
 Summary:        LXQT Control Center
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/LXDE-Qt
 Url:            http://www.lxde.org
-Source:         %{name}-%{version}.tar.xz
+Source:         
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE fix_desktop_categories.patch [email protected] -- 
Fixes desktop categories to clear rpmlint warnings
+Patch0:         fix_desktop_categories.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  kwindowsystem-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5Xdg) >= 1.0.0
-BuildRequires:  pkgconfig(lxqt-qt5) >= 0.8.0
+BuildRequires:  pkgconfig(lxqt) >= %{version} 
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(zlib)
 Requires(pre): desktop-file-utils
@@ -40,14 +43,16 @@
 %description
 System Configuration and Control Center for lxqt
 
+%lang_package
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir build
 pushd build
 cmake \
-      -DUSE_QT5=ON \
       -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
       -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
       -DLIB_INSTALL_DIR:PATH=%{_libdir} \
@@ -62,7 +67,7 @@
 pushd build
 make DESTDIR=$RPM_BUILD_ROOT install
 popd
-%fdupes %{buildroot}/%{_datadir}
+%fdupes -s %{buildroot}/%{_datadir}
 
 %post
 %desktop_database_post
@@ -81,7 +86,10 @@
 %{_bindir}/%{name}-input
 %{_bindir}/%{name}-monitor
 %{_libdir}/liblxqt-config-cursor.so
-%{_datadir}/lxqt-qt5
 %{_datadir}/applications/*.desktop
 
+%files -n %{name}-lang
+%defattr(-,root,root)
+%{_datadir}/lxqt/translations
+
 %changelog

++++++ fix_desktop_categories.patch ++++++
Index: 
lxqt-config-0.9.0/lxqt-config-appearance/lxqt-config-appearance.desktop.in
===================================================================
--- 
lxqt-config-0.9.0.orig/lxqt-config-appearance/lxqt-config-appearance.desktop.in
+++ lxqt-config-0.9.0/lxqt-config-appearance/lxqt-config-appearance.desktop.in
@@ -5,7 +5,7 @@ GenericName=Appearance settings
 Comment=Appearance settings for LXQt
 Exec=lxqt-config-appearance
 Icon=preferences-desktop-theme
-Categories=Settings;DesktopSettings;Qt;LXQt;
-OnlyShowIn=LXDE;LXQt;
+Categories=Settings;DesktopSettings;Qt;X-LXQt;
+OnlyShowIn=LXDE;X-LXQt;
 
 #TRANSLATIONS_DIR=translations
Index: 
lxqt-config-0.9.0/lxqt-config-file-associations/lxqt-config-file-associations.desktop.in
===================================================================
--- 
lxqt-config-0.9.0.orig/lxqt-config-file-associations/lxqt-config-file-associations.desktop.in
+++ 
lxqt-config-0.9.0/lxqt-config-file-associations/lxqt-config-file-associations.desktop.in
@@ -5,7 +5,7 @@ GenericName=File Association Settings
 Comment=Configure applications associated with known file types
 Exec=lxqt-config-file-associations
 Icon=preferences-desktop-filetype-association
-Categories=Settings;DesktopSettings;Qt;LXQt;
-OnlyShowIn=LXDE;LXQt;
+Categories=Settings;DesktopSettings;Qt;X-LXQt;
+OnlyShowIn=LXDE;X-LXQt;
 
 #TRANSLATIONS_DIR=translations
Index: lxqt-config-0.9.0/lxqt-config-input/lxqt-config-input.desktop.in
===================================================================
--- lxqt-config-0.9.0.orig/lxqt-config-input/lxqt-config-input.desktop.in
+++ lxqt-config-0.9.0/lxqt-config-input/lxqt-config-input.desktop.in
@@ -5,7 +5,7 @@ GenericName=Input settings
 Comment=Configure keyboard, mouse, and other input devices
 Exec=lxqt-config-input
 Icon=input-keyboard
-Categories=Qt;Settings;HardwareSettings;DesktopSettings;LXQt;
-OnlyShowIn=LXDE;LXQt;
+Categories=Qt;Settings;HardwareSettings;DesktopSettings;X-LXQt;
+OnlyShowIn=LXDE;X-LXQt;
 
 #TRANSLATIONS_DIR=translations
Index: lxqt-config-0.9.0/lxqt-config-monitor/lxqt-config-monitor.desktop.in
===================================================================
--- lxqt-config-0.9.0.orig/lxqt-config-monitor/lxqt-config-monitor.desktop.in
+++ lxqt-config-0.9.0/lxqt-config-monitor/lxqt-config-monitor.desktop.in
@@ -5,7 +5,7 @@ GenericName=Monitor settings
 Comment=Configure monitors
 Exec=lxqt-config-monitor
 Icon=preferences-desktop-display
-Categories=Settings;DesktopSettings;Qt;LXQt;;HardwareSettings;
-OnlyShowIn=LXQt;
+Categories=Settings;DesktopSettings;Qt;X-LXQt;HardwareSettings;
+OnlyShowIn=X-LXQt;
 
 #TRANSLATIONS_DIR=translations
Index: lxqt-config-0.9.0/src/lxqt-config.desktop.in
===================================================================
--- lxqt-config-0.9.0.orig/src/lxqt-config.desktop.in
+++ lxqt-config-0.9.0/src/lxqt-config.desktop.in
@@ -5,7 +5,7 @@ GenericName=System Settings
 Comment=Configure your system
 Exec=lxqt-config
 Icon=preferences-system
-Categories=Settings;DesktopSettings;Qt;LXQt;
-OnlyShowIn=LXDE;LXQt;
+Categories=Settings;DesktopSettings;Qt;X-LXQt;
+OnlyShowIn=LXDE;X-LXQt;
 
 #TRANSLATIONS_DIR=translations
++++++ lxqt-config-0.8.0.tar.xz -> lxqt-config-0.9.0.tar.xz ++++++
++++ 29436 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to