Hello community, here is the log from the commit of package lxqt-config for openSUSE:Factory checked in at 2016-10-06 12:43:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-03-16 10:35:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lxqt-config.new/lxqt-config.changes 2016-10-06 12:43:29.000000000 +0200 @@ -1,0 +2,78 @@ +Sat Sep 24 20:48:55 UTC 2016 - [email protected] + +- Update to 0.11.0: + * appearance: Avoid blocking when setting wallpaper + * appearance: Do (not) change wallpaper with theme + * all: Remove XdgIcon & XdgIconLoader usage + * brightness: Add change confirmation dialog + * brightness: Correct indentation + * Update README.md + * Replaces deprecated QStyleOptionViewItemVx + * Add Catalan translations + * Add and Update Arabic Translations for Desktop Files + * lxqt-config-monitor: Correct loadsettings.cpp + * lxqt-config-monitor: Use QGuiApplication + * I18n: Fix Plural String (#94) + * fixed crash when selecting "extended view" while second monitor is off (#91) + * build: Add optional build for subcomponents + * lxqt-config-appearance: Fix a null pointer dereference (#93) + * Add README.md + * lxqt-config-brightness: Remove compiler warning + * lxqt-config-brightness: Add libxcb dependency + * lxqt-config-brightness: Use *_LDFLAGS in target_link_libraries + * lxqt-config-appearance: Use fewer XdgIcon* stuff (#92) + * lxqt-config-appearance: Use the new XdgIconLoader library (#90) + * build: Use external translations (#89) + * ts-files removal (#88) + * Use const references with the foreach iterator + * translations: russian translation update (#85) + * font config: make it possible to write custom fontconfig files (#83) + * view: Use icon/decoration size based on styling + * Set grid size according to font and icon sizes. + * lxqt-config-brightness: Use arrow keys to change settings. + * Desktop file translation to Spanish added. + * lxqt-config-brigness: Set brightness value by command line. + * Removed not needed LICENSE + * lxqt-config-brightness: Increase or decrease brightness using command line. + * Create lxqt-config-locale_it.desktop + * Rename from lxqt-config-brightness-settings to lxqt-config-brightness. + * lxqt-config-brightness-settings: Some files changes their licenses from GPL to LGPL. + * lxqt-config-brightness-settings lxqt translations module added. + * lxqt-config-brightness-settings added. + * fix typo skiping -> skipping + * build: Fix FTBFS by reverting the @a7220cb + * Bum year in AUTHORS + * lxqt-config-brightness-settings has been added. It can change brightness and gamma. It's a X11 tool because libKScreen can not change brightness or gamma yet. + * lxqt-config: Load/store window size on begin/end + * categorizedview: Use correct signature + * lxqt-config: Remove homemade "activation logic" + * Settings are saved in QSettings format instead JSON format. + * Set position widget used bad scale. The real widget size is not set until the widget is shown. + * Remove blue square in GUI position + * Fast options added. + * GUI only lets one primary output. + * Icons aren't installed. + * Check KScreen reply is OK. Changes in interface. + * liblxqt is used to write autostart entry. + * Don't track IDE settings + * KScreen is slow loading screen modes at starting. Wait for modes ready. + * KScreen sometimes changes id of modes. If mode exists and it is OK, settings will be applied. + * Save settings dialog added. + * Initial support for different paths of xkb base.lst in different OSes. + * A couple of bug fixes Check if the memory was allocated after malloc() and realloc() calls Fix typo + * Update german translation + * Fix warning on translation + * Replace slang with a more traditional wording + * build: Use CMAKE_INSTALL_FULL_LIBDIR for RPATH + * Fixes an FTBFS on lxqt-config-locale_ru.desktop + * Update Russian translations + * apearance: Support "System" theme preview + * Italian translation update + * lxqt-config: Add CTRL+Q shortcut for closing + *_hu.ts files updated, *hu_HU.ts files deleted + * Mkdir $XDG_CONFIG_HOME/autostart or ~/.config/autostart, if not exists. + * lxqt-config-appearance: Choose the icon with the matching size +- Remove lxqt-config-monitor_save-config-in-proper-place.patch: upstreamed +- Add keyring + +------------------------------------------------------------------- Old: ---- lxqt-config-0.10.0.tar.xz lxqt-config-monitor_save-config-in-proper-place.patch New: ---- lxqt-config-0.11.0.tar.xz lxqt-config-0.11.0.tar.xz.asc lxqt-config.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxqt-config.spec ++++++ --- /var/tmp/diff_new_pack.dt508v/_old 2016-10-06 12:43:30.000000000 +0200 +++ /var/tmp/diff_new_pack.dt508v/_new 2016-10-06 12:43:30.000000000 +0200 @@ -17,40 +17,46 @@ Name: lxqt-config -Version: 0.10.0 +Version: 0.11.0 Release: 0 -Summary: LXQT Control Center +Summary: LXQt Control Center License: GPL-2.0+ and LGPL-2.1+ -Group: System/GUI/LXDE-Qt +Group: System/GUI/LXQt Url: http://www.lxde.org Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz -# can be removed upon next release. see changes. -Patch: lxqt-config-monitor_save-config-in-proper-place.patch +Source1: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc +Source2: lxqt-config.keyring BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: kwindowsystem-devel BuildRequires: libQt5Gui-private-headers-devel +BuildRequires: pkgconfig +BuildRequires: cmake(KF5Screen) +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(Qt5LinguistTools) BuildRequires: pkgconfig(Qt5Concurrent) +BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5UiTools) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5Xdg) >= 1.3.0 -BuildRequires: pkgconfig(kscreen2) +BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(lxqt) >= %{version} +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb-randr) BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(zlib) +Recommends: %{name}-lang Requires(post): desktop-file-utils Requires(pre): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -System Configuration and Control Center for lxqt - -%lang_package +System Configuration and Control Center for LXQt %prep %setup -q -%patch -p1 # Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and shut rpmlint warnings #find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} + @@ -58,12 +64,16 @@ #We normally use _libdir but LXQt expects _lib %cmake \ -DCMAKE_SKIP_RPATH:BOOL=Off \ --DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} +-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \ +-DPULL_TRANSLATIONS=No make %{?_smp_mflags} %install %cmake_install +install -Dm 0644 man/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +install -Dm 0644 lib%{name}-cursor/man/%{name}-mouse.1 %{buildroot}%{_mandir}/man1/%{name}-mouse.1 +install -Dm 0644 %{name}-appearance/man/%{name}-appearance.1 %{buildroot}%{_mandir}/man1/%{name}-appearance.1 %fdupes -s %{buildroot}/%{_datadir} %post @@ -75,8 +85,10 @@ %files %defattr(-,root,root) %doc AUTHORS LICENSE -%dir %{_sysconfdir}/xdg/menus %dir %{_libdir}/lxqt-config +%dir %{_datadir}/lxqt +%dir %{_datadir}/lxqt/icons +%dir %{_sysconfdir}/xdg/menus %config %{_sysconfdir}/xdg/menus/*.menu %{_bindir}/%{name} %{_bindir}/%{name}-appearance @@ -85,10 +97,10 @@ %{_bindir}/%{name}-monitor %{_bindir}/%{name}-locale %{_libdir}/%{name}/lib%{name}-cursor.so +%{_bindir}/lxqt-config-brightness %{_datadir}/applications/*.desktop - -%files -n %{name}-lang -%defattr(-,root,root) -%{_datadir}/lxqt/translations +%{_datadir}/icons/hicolor/48x48/apps/brightnesssettings.svg +%{_datadir}/lxqt/icons/monitor.svg +%{_mandir}/man?/%{name}*.?%{ext_man} %changelog ++++++ lxqt-config-0.10.0.tar.xz -> lxqt-config-0.11.0.tar.xz ++++++ ++++ 32858 lines of diff (skipped)
