- 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
This commit is contained in:
parent
6c8c0471c4
commit
6660994e0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6acebb2407400bca52bb1f167f786d4343e37fdb5c7c8b1c34358bcdad1099d6
|
|
||||||
size 29784
|
|
@ -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-----
|
|
@ -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
|
Fri Feb 24 01:28:31 UTC 2017 - sfalken@opensuse.org
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: lxqt-powermanagement
|
Name: lxqt-powermanagement
|
||||||
Version: 0.11.1
|
Version: 0.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Power Management and Auto-suspend
|
Summary: Power Management and Auto-suspend
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/LXQt
|
Group: System/GUI/LXQt
|
||||||
Url: http://www.lxqt.org
|
Url: http://www.lxqt.org
|
||||||
Source: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
|
Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source1: http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
|
Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: cmake >= 3.0.2
|
BuildRequires: cmake >= 3.0.2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -39,9 +39,8 @@ BuildRequires: pkgconfig(Qt5Svg)
|
|||||||
BuildRequires: pkgconfig(Qt5UiTools)
|
BuildRequires: pkgconfig(Qt5UiTools)
|
||||||
BuildRequires: pkgconfig(Qt5Xdg)
|
BuildRequires: pkgconfig(Qt5Xdg)
|
||||||
BuildRequires: pkgconfig(lxqt) >= %{version}
|
BuildRequires: pkgconfig(lxqt) >= %{version}
|
||||||
|
#BuildRequires: pkgconfig(xcb)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Requires(pre): desktop-file-utils
|
|
||||||
Requires(post): desktop-file-utils
|
|
||||||
%requires_eq libQt5Gui5
|
%requires_eq libQt5Gui5
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -61,12 +60,6 @@ make %{?_smp_mflags}
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
%fdupes -s %{buildroot}%{_datadir}
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%post
|
|
||||||
%desktop_database_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%desktop_database_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS LICENSE README.md
|
%doc AUTHORS LICENSE README.md
|
||||||
@ -76,5 +69,6 @@ make %{?_smp_mflags}
|
|||||||
%dir %{_datadir}/icons/hicolor/scalable
|
%dir %{_datadir}/icons/hicolor/scalable
|
||||||
%dir %{_datadir}/icons/hicolor/scalable/devices
|
%dir %{_datadir}/icons/hicolor/scalable/devices
|
||||||
%{_datadir}/icons/hicolor/scalable/devices/*.svg
|
%{_datadir}/icons/hicolor/scalable/devices/*.svg
|
||||||
|
%{_sysconfdir}/xdg/autostart/lxqt-powermanagement.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user