From 80d1086b8ee8d6406957bbb56ea72b738473734d Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 28 Sep 2023 17:24:49 +0800 Subject: [PATCH] bump: kde-liquidshell (#722) * bump: kde-liquidshell Signed-off-by: madomado * Create update.rhai Signed-off-by: madomado * Update kde-liquidshell.spec Signed-off-by: madomado --------- Signed-off-by: madomado --- .../kde/kde-liquidshell/kde-liquidshell.spec | 14 +++++--------- anda/desktops/kde/kde-liquidshell/update.rhai | 2 ++ 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 anda/desktops/kde/kde-liquidshell/update.rhai diff --git a/anda/desktops/kde/kde-liquidshell/kde-liquidshell.spec b/anda/desktops/kde/kde-liquidshell/kde-liquidshell.spec index 44ddb827e9..c483d7cb49 100644 --- a/anda/desktops/kde/kde-liquidshell/kde-liquidshell.spec +++ b/anda/desktops/kde/kde-liquidshell/kde-liquidshell.spec @@ -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 @@ -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 @@ -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 diff --git a/anda/desktops/kde/kde-liquidshell/update.rhai b/anda/desktops/kde/kde-liquidshell/update.rhai new file mode 100644 index 0000000000..ff2cd867ca --- /dev/null +++ b/anda/desktops/kde/kde-liquidshell/update.rhai @@ -0,0 +1,2 @@ +let html = get("https://download.kde.org/stable/liquidshell/"); +rpm.version(find(`>liquidshell-([.\\d]+)\\.tar\\.xz`, html, 1));