Пакет lxqt-powermanagement: Specfile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | # Unpackaged files in buildroot should terminate build %define _unpackaged_files_terminate_build 1 Name: lxqt-powermanagement Version: 2.2.1 Release: alt1 Summary: Powermanagement module for LXQt License: LGPL-2.1 Group: Graphical desktop/Other Url: https://github.com/lxqt/lxqt-powermanagement Source: %name-%version.tar Patch: %name-%version-%release.patch BuildRequires(pre): rpm-macros-cmake BuildRequires: gcc-c++ cmake BuildRequires: liblxqt-devel >= 2.0.0 BuildRequires: qt6-base-devel qt6-tools-devel qt6-svg-devel BuildRequires: kf6-kwindowsystem-devel kf6-solid-devel kf6-kidletime-devel BuildRequires: rpm-build-xdg libqt6xdg-devel BuildRequires: lxqt-globalkeys-devel Requires: upower Provides: razorqt-autosuspend = %version Obsoletes: razorqt-autosuspend < 0.7.0 Provides: razorqt-power = %version Obsoletes: razorqt-power < 0.7.0 %description %summary. %prep %setup %patch -p1 %build %cmake %cmake_build %install %cmake_install %files %_bindir/* %_datadir/lxqt/translations/* %_desktopdir/*.desktop %doc AUTHORS CHANGELOG LICENSE README.md %_iconsdir/*/*/*/*.svg %_xdgconfigdir/*/* %changelog * Sun Aug 17 2025 Anton Midyukov <antohami@altlinux.org> 2.2.1-alt1 - new version 2.2.1. * Sun Jun 22 2025 Anton Midyukov <antohami@altlinux.org> 2.2.0-alt2 - Add upstream commits: + Added power-profiles information + Use Qt provided FindXCB module * Thu Apr 17 2025 Anton Midyukov <antohami@altlinux.org> 2.2.0-alt1 - New version 2.2.0. * Fri Nov 08 2024 Anton Midyukov <antohami@altlinux.org> 2.1.0-alt1 - New version 2.1.0 * Wed Jun 12 2024 Anton Midyukov <antohami@altlinux.org> 2.0.0-alt1 - New version 2.0.0 * Sun Nov 05 2023 Anton Midyukov <antohami@altlinux.org> 1.4.0-alt1 - New version 1.4.0. * Sat Apr 15 2023 Anton Midyukov <antohami@altlinux.org> 1.3.0-alt1 - New version 1.3.0. * Sat Nov 05 2022 Anton Midyukov <antohami@altlinux.org> 1.2.0-alt1 - new version 1.2.0 * Sun Apr 17 2022 Anton Midyukov <antohami@altlinux.org> 1.1.0-alt1 - new version 1.1.0 * Fri Nov 05 2021 Anton Midyukov <antohami@altlinux.org> 1.0.0-alt1 - new version 1.0.0 * Wed Nov 03 2021 Anton Midyukov <antohami@altlinux.org> 0.17.1-alt1 - new version 0.17.1 * Fri Apr 16 2021 Anton Midyukov <antohami@altlinux.org> 0.17.0-alt1 - new version 0.17.0 * Thu Nov 05 2020 Anton Midyukov <antohami@altlinux.org> 0.16.0-alt1 - new version 0.16.0 * Sat Apr 25 2020 Anton Midyukov <antohami@altlinux.org> 0.15.0-alt1 - new version 0.15.0 * Fri Mar 08 2019 Anton Midyukov <antohami@altlinux.org> 0.14.1-alt1 - new version 0.14.1 * Sun Jan 27 2019 Anton Midyukov <antohami@altlinux.org> 0.14.0-alt1 - new version 0.14.0 * Fri May 25 2018 Anton Midyukov <antohami@altlinux.org> 0.13.0-alt1 - new version 0.13.0 * Mon Feb 19 2018 Anton Midyukov <antohami@altlinux.org> 0.12.0-alt0.M80P.1 - backport to ALT p8 * Sun Oct 22 2017 Michael Shigorin <mike@altlinux.org> 0.12.0-alt1 - 0.12.0 * Mon Oct 03 2016 Michael Shigorin <mike@altlinux.org> 0.11.0-alt1 - 0.11.0 * Mon Nov 02 2015 Michael Shigorin <mike@altlinux.org> 0.10.0-alt1 - 0.10.0 * Sun Feb 08 2015 Michael Shigorin <mike@altlinux.org> 0.9.0-alt1 - 0.9.0 * Tue Nov 25 2014 Michael Shigorin <mike@altlinux.org> 0.8.0-alt2 - added Requires: upower (closes: #30507) * Wed Oct 15 2014 Michael Shigorin <mike@altlinux.org> 0.8.0-alt1 - 0.8.0 * Wed May 14 2014 Michael Shigorin <mike@altlinux.org> 0.7.0-alt2 - replace razorqt-autosuspend, razorqt-power * Thu May 08 2014 Michael Shigorin <mike@altlinux.org> 0.7.0-alt1 - initial release |