Compare commits

...

3 Commits

Author SHA1 Message Date
madomado 929d92a769 Update kde-liquidshell.spec
Signed-off-by: madomado <madonuko@outlook.com>
2024-10-25 18:44:10 +08:00
madomado 15ff34ac41 autosetup
Signed-off-by: madomado <madonuko@outlook.com>
2024-10-24 15:49:57 +08:00
madonuko 87cf47cd04 bump: kde-liquidshell 2024-10-24 15:15:10 +08:00
2 changed files with 6 additions and 5 deletions
@@ -1,12 +1,13 @@
Name: kde-liquidshell
Version: 1.9.0
Version: 1.10.0
Release: %autorelease
Summary: Basic desktop shell using QtWidgets
Provides: liquidshell = %version
License: GPL-3.0
URL: https://invent.kde.org/system/liquidshell
Source0: https://download.kde.org/stable/liquidshell/liquidshell-%version.tar.xz
#Source0: https://download.kde.org/stable/liquidshell/liquidshell-%version.tar.xz
Source0: %url/-/archive/v%version/liquidshell-v%version.tar.gz
BuildRequires: cmake
BuildRequires: libappstream-glib
@@ -16,6 +17,7 @@ BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: qt5-qtbase-private-devel
BuildRequires: qt5-qtbase-static
BuildRequires: qt6-qtbase
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5ConfigWidgets)
@@ -44,7 +46,7 @@ Recommends: polkit-kde
liquidshell is a basic Desktop Shell implemented using QtWidgets.
%prep
%autosetup -n liquidshell-%version
%autosetup -n liquidshell-v%version
%build
%cmake_kf5 -DWITH_PACKAGEKIT=true
@@ -1,2 +1 @@
let html = get("https://download.kde.org/stable/liquidshell/");
rpm.version(find(`>liquidshell-([.\d]+)\.tar\.xz</a>`, html, 1));
rpm.version(gitlab("invent.kde.org", "1990"));