diff --git a/time-shutdown-4.10.0.0.tar.gz b/time-shutdown-4.10.0.0.tar.gz new file mode 100755 index 0000000000000000000000000000000000000000..4be497c57a33fb8e63e21ce12268137eeca27628 Binary files /dev/null and b/time-shutdown-4.10.0.0.tar.gz differ diff --git a/time-shutdown.spec b/time-shutdown.spec index 162bb4e2c3bd6a68c3f2656394e3d39283f0ffa0..fd6e7b430cdd7e005e9b6efdc79dcd26fe9f80d3 100644 --- a/time-shutdown.spec +++ b/time-shutdown.spec @@ -1,54 +1,57 @@ -Name: time-shutdown -Version: 4.10.0.0 -Release: 1 -Summary: The time-shutdown is mainly used in the desktop operating system - -License: GPL-3+ -URL: https://github.com/ukui/time-shutdown -Source0: time-shutdown_4.10.0.0.orig.tar.gz - - -BuildRequires: glib2-devel -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtsvg-devel -BuildRequires: qt5-qttools-devel -BuildRequires: gsettings-qt-devel -BuildRequires: kf5-kwindowsystem-devel -BuildRequires: libkysdk-qtwidgets-devel -BuildRequires: libkysdk-ukenv-devel -BuildRequires: libX11-devel +Summary: parallels toolbox for UKUI +Name: time-shutdown +Version: 4.10.0.0 +Release: 2 +License: GPL-3+ +URL: https://github.com/ukui/time-shutdown.git +Source0: %{name}-%{version}.tar.gz + +BuildRequires: glib2-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtsvg-devel +BuildRequires: qt5-qttools-devel +BuildRequires: gsettings-qt-devel +BuildRequires: kf5-kwindowsystem-devel +BuildRequires: libkysdk-qtwidgets-devel +BuildRequires: libkysdk-ukenv-devel +BuildRequires: libX11-devel + %description -The time-shutdown is mainly used in the desktop operating system. -Timed shutdown program The shutdown frequency can be selected. -When the time is set, the shutdown interface will be triggered -and a notification popup will be sent. You can select, postpone and set. + The time-shutdown is mainly used in the desktop operating system. Timed shutdown program The shutdown frequency can be selected. When the time is set, the shutdown interface will be triggered and a notification popup will be sent. You can select, postpone and set. %prep -%autosetup -p1 +%autosetup -n %{name}-%{version} -p1 + %build -export PATH=%{_qt5_bindir}:$PATH -mkdir qmake-build -pushd qmake-build -%{qmake_qt5} .. +%{qmake_qt5} %{make_build} -popd %install -pushd qmake-build -%{make_install} INSTALL_ROOT=%{buildroot} -popd +make INSTALL_ROOT=%{buildroot} install + + %files +%license debian/copyright +%doc debian/changelog %{_sysconfdir}/xdg/autostart/time-shutdown-daemon.desktop %{_bindir}/time-shutdown %{_bindir}/time-shutdown-daemon %{_datadir}/glib-2.0/schemas/org.ukui.time.shutdown.settings.gschema.xml -%{_datadir}/kylin-user-guide/data/guide/time-shutdown -%{_datadir}/ukui-time-shutdown/translations +%{_datadir}/kylin-user-guide/data/guide/time-shutdown/* +%{_datadir}/ukui-time-shutdown/translations/* + + %changelog +* Mon Aug 18 2025 peijiankang 4.10.0.0-2 +- Type: update +- ID : NA +- SUG : NA +- DESC: Update upstream version 4.10.0.0-1 + * Tue Mar 25 2025 lvfei - 4.10.0.0-1 - Update package to version 4.10.0.0 diff --git a/time-shutdown_4.10.0.0.orig.tar.gz b/time-shutdown_4.10.0.0.orig.tar.gz deleted file mode 100644 index 3c897731683bde24eb3c32b831f8dac4d36edeb5..0000000000000000000000000000000000000000 Binary files a/time-shutdown_4.10.0.0.orig.tar.gz and /dev/null differ