Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: kde-liquidshell #2376

Open
wants to merge 3 commits into
base: frawhide
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions anda/desktops/kde/kde-liquidshell/kde-liquidshell.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions anda/desktops/kde/kde-liquidshell/update.rhai
Original file line number Diff line number Diff line change
@@ -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"));
Loading