Skip to content

Commit

Permalink
bump: kde-liquidshell (#722)
Browse files Browse the repository at this point in the history
* bump: kde-liquidshell

Signed-off-by: madomado <[email protected]>

* Create update.rhai

Signed-off-by: madomado <[email protected]>

* Update kde-liquidshell.spec

Signed-off-by: madomado <[email protected]>

---------

Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Sep 28, 2023
1 parent 939e92f commit 80d1086
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 5 additions & 9 deletions anda/desktops/kde/kde-liquidshell/kde-liquidshell.spec
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
%global forgeurl https://invent.kde.org/system/liquidshell
%global commit 9b14b9766f5d8db2b81c9bc7d4163dc07534402c
%global scm git
%forgemeta

Name: kde-liquidshell
Version: 1.8.1
Version: 1.9.0
Release: %autorelease
Summary: Basic desktop shell using QtWidgets
Provides: liquidshell = %version

License: GPL-3.0
URL: %{forgeurl}
Source0: %{forgeurl}/-/archive/%{commit}/liquidshell-%{commit}.tar.gz
URL: https://invent.kde.org/system/liquidshell
Source0: https://download.kde.org/stable/liquidshell/liquidshell-%version.tar.xz

BuildRequires: cmake
BuildRequires: libappstream-glib
Expand Down Expand Up @@ -49,7 +44,7 @@ Recommends: polkit-kde
liquidshell is a basic Desktop Shell implemented using QtWidgets.

%prep
%autosetup -n liquidshell-%{commit}
%autosetup -n liquidshell-%version

%build
%cmake_kf5 -DWITH_PACKAGEKIT=true
Expand All @@ -69,6 +64,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_datadir}/knotifications5/liquidshell.notifyrc
%{_metainfodir}/org.kde.liquidshell.appdata.xml
%{_datadir}/xsessions/liquidshell-session.desktop
%{_datadir}/locale/*/LC_MESSAGES/liquidshell.mo

%changelog
%autochangelog
2 changes: 2 additions & 0 deletions anda/desktops/kde/kde-liquidshell/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
let html = get("https://download.kde.org/stable/liquidshell/");
rpm.version(find(`>liquidshell-([.\\d]+)\\.tar\\.xz</a>`, html, 1));

0 comments on commit 80d1086

Please sign in to comment.