From 6660994e0de5cff2c218875efe227d019408887d938fb9ac2d0e12bbb9c48ceb Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 23 Oct 2017 11:23:51 +0000 Subject: [PATCH] - Update to 0.12.0: * Set patch version * Spell check (add "," and "-") * Don't export github templates * Adding missing "Comment" section to .desktop files. Fix for https://github.com/lxde/lxqt/issues/1339 * Added Lithuanian language * Drops Qt5Core_VERSION_STRING * lxqt-config-powermanagement: set Qt::AA_UseHighDpiPixmaps to true * Added QCommandLineParser and basic cli interface to lxqt-config-powermanagement and lxqt-powermanagement * Added default CMAKE_BUILD_TYPE and LXQT_POWERMANAGEMENT_PATCH_VERSION * added *pl.desktop * Fixes a FTBFS in superbuild mode * Added merged autostart to CMakeLists.txt * Updated *_da.desktop files and removed *_da_DK.desktop files * Update desktop entries and Replace fr_FR by fr * Move Italian desktop entry to correct path * Update Greek translation (el) Remove country variant from language code * Rename LxQt to LXQt everywhere * CMake: Adds Runtime and Devel install COMPONENTs * Coding style changes * Updates the build system to use the Targets infrastructure * Rename Power Management module name again * Rename LXQt Power Management module name * Drops hardcoded /etc/xdg paths * Updated german translation, replaced Qt4 by Qt in all xsession/translations * Portuguese update for .desktop files * Updates translations infrastructure * Update the required minimum cmake version * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt * Renamed lxqt-autosuspend.desktop.in --> lxqt-powermanagement.desktop.in OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-powermanagement?expand=0&rev=5 --- lxqt-powermanagement-0.11.1.tar.xz | 3 -- lxqt-powermanagement-0.11.1.tar.xz.asc | 16 ----------- lxqt-powermanagement.changes | 39 ++++++++++++++++++++++++++ lxqt-powermanagement.spec | 16 ++++------- 4 files changed, 44 insertions(+), 30 deletions(-) delete mode 100644 lxqt-powermanagement-0.11.1.tar.xz delete mode 100644 lxqt-powermanagement-0.11.1.tar.xz.asc diff --git a/lxqt-powermanagement-0.11.1.tar.xz b/lxqt-powermanagement-0.11.1.tar.xz deleted file mode 100644 index a9efb8f..0000000 --- a/lxqt-powermanagement-0.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6acebb2407400bca52bb1f167f786d4343e37fdb5c7c8b1c34358bcdad1099d6 -size 29784 diff --git a/lxqt-powermanagement-0.11.1.tar.xz.asc b/lxqt-powermanagement-0.11.1.tar.xz.asc deleted file mode 100644 index 9b18371..0000000 --- a/lxqt-powermanagement-0.11.1.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCgAdFiEEfHM7pfWFqtZp5NI6QsnI069epeMFAlhpgJoACgkQQsnI069e -pePR4w/+I8AXRvcEHoIXIAHxVpgzjC8Jtmj/eelT24Y+kDFagnk3fKAoVDDq9iFC -TPIoraHMLrHjVaLA7CRWY8BPQ4rtDIAEkEbhkYDNN0GhAn+PN5IbtI9YsPQps9jF -6nVJ8xE+cp1hfZ9Pvi35UOghY5RB0viHZ+GwsJtNdKOOZclGtfkfNxPLq2650JqR -oVtk9dK0fMIJ+ntKWLEVuLWhFleI2MpGzcPy1Jku+pMysBvs5mlqgKAaLasZkewf -ID+Fp+6jMGAUV/nX5sUD0RUz1qEwX/zsNEEEoToux9GDHdto8yAL3HjUIy9s957M -+wuRA3+u8qhlQoOuwFz1WJKkVpBxZX3eurShK+Y8pyS0cRfHnnkBDIRwcICb7ISb -PZuuj/p9B//O/np1O6Qq8dyD05PTxj07XqEd78I47A2ZKT0hv/gIorb7hDEEl8m2 -E0MF0MoCOpT8xVl/w7TPa5S6brRTdBwetUTSo3472tJk9vHE1gw4/Fu1ZP9N2D6z -kfSqnASIlWFBTQJxhY4i/ndhh+XWtcZ66KtD3kQ/+UM7axO1z2dVo6qW/9P3i+xq -41NbR3VceCLufwaQJstbpk3XPfoWAj440jjeRxKNC/xEzsyS88A9B2+lvRAEDKPO -hF8eu4XUv22CMAKXUglvUOVAdkVTwZ+998PWf0jikbBh4oCKiQM= -=Elj+ ------END PGP SIGNATURE----- diff --git a/lxqt-powermanagement.changes b/lxqt-powermanagement.changes index 87f3a89..3e26b4b 100644 --- a/lxqt-powermanagement.changes +++ b/lxqt-powermanagement.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Oct 23 11:21:56 UTC 2017 - mvetter@suse.com + +- Update to 0.12.0: + * Set patch version + * Spell check (add "," and "-") + * Don't export github templates + * Adding missing "Comment" section to .desktop files. Fix for https://github.com/lxde/lxqt/issues/1339 + * Added Lithuanian language + * Drops Qt5Core_VERSION_STRING + * lxqt-config-powermanagement: set Qt::AA_UseHighDpiPixmaps to true + * Added QCommandLineParser and basic cli interface to lxqt-config-powermanagement and lxqt-powermanagement + * Added default CMAKE_BUILD_TYPE and LXQT_POWERMANAGEMENT_PATCH_VERSION + * added *pl.desktop + * Fixes a FTBFS in superbuild mode + * Added merged autostart to CMakeLists.txt + * Updated *_da.desktop files and removed *_da_DK.desktop files + * Update desktop entries and Replace fr_FR by fr + * Move Italian desktop entry to correct path + * Update Greek translation (el) Remove country variant from language code + * Rename LxQt to LXQt everywhere + * CMake: Adds Runtime and Devel install COMPONENTs + * Coding style changes + * Updates the build system to use the Targets infrastructure + * Rename Power Management module name again + * Rename LXQt Power Management module name + * Drops hardcoded /etc/xdg paths + * Updated german translation, replaced Qt4 by Qt in all xsession/translations + * Portuguese update for .desktop files + * Updates translations infrastructure + * Update the required minimum cmake version + * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt + * Renamed lxqt-autosuspend.desktop.in --> lxqt-powermanagement.desktop.in + * Support lxqt-session and add necessary xdg autostart desktop entry files. + * Default to no action if the action is not specified in the config file + * BatteryWatcher: Fix indentation + * Bump year +- Remove post and postun + ------------------------------------------------------------------- Fri Feb 24 01:28:31 UTC 2017 - sfalken@opensuse.org diff --git a/lxqt-powermanagement.spec b/lxqt-powermanagement.spec index e68f985..48b57c8 100644 --- a/lxqt-powermanagement.spec +++ b/lxqt-powermanagement.spec @@ -17,14 +17,14 @@ Name: lxqt-powermanagement -Version: 0.11.1 +Version: 0.12.0 Release: 0 Summary: Power Management and Auto-suspend License: LGPL-2.1+ Group: System/GUI/LXQt Url: http://www.lxqt.org -Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz -Source1: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc +Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes @@ -39,9 +39,8 @@ BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5Xdg) BuildRequires: pkgconfig(lxqt) >= %{version} +#BuildRequires: pkgconfig(xcb) Recommends: %{name}-lang -Requires(pre): desktop-file-utils -Requires(post): desktop-file-utils %requires_eq libQt5Gui5 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,12 +60,6 @@ make %{?_smp_mflags} %cmake_install %fdupes -s %{buildroot}%{_datadir} -%post -%desktop_database_post - -%postun -%desktop_database_postun - %files %defattr(-,root,root) %doc AUTHORS LICENSE README.md @@ -76,5 +69,6 @@ make %{?_smp_mflags} %dir %{_datadir}/icons/hicolor/scalable %dir %{_datadir}/icons/hicolor/scalable/devices %{_datadir}/icons/hicolor/scalable/devices/*.svg +%{_sysconfdir}/xdg/autostart/lxqt-powermanagement.desktop %changelog