mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 929d92a769 | |||
| 15ff34ac41 | |||
| 87cf47cd04 |
@@ -1,12 +1,13 @@
|
|||||||
Name: kde-liquidshell
|
Name: kde-liquidshell
|
||||||
Version: 1.9.0
|
Version: 1.10.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Basic desktop shell using QtWidgets
|
Summary: Basic desktop shell using QtWidgets
|
||||||
Provides: liquidshell = %version
|
Provides: liquidshell = %version
|
||||||
|
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
URL: https://invent.kde.org/system/liquidshell
|
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: cmake
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
@@ -16,6 +17,7 @@ BuildRequires: extra-cmake-modules
|
|||||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
BuildRequires: qt5-qtbase-static
|
BuildRequires: qt5-qtbase-static
|
||||||
|
BuildRequires: qt6-qtbase
|
||||||
BuildRequires: cmake(KF5WindowSystem)
|
BuildRequires: cmake(KF5WindowSystem)
|
||||||
BuildRequires: cmake(KF5WidgetsAddons)
|
BuildRequires: cmake(KF5WidgetsAddons)
|
||||||
BuildRequires: cmake(KF5ConfigWidgets)
|
BuildRequires: cmake(KF5ConfigWidgets)
|
||||||
@@ -44,7 +46,7 @@ Recommends: polkit-kde
|
|||||||
liquidshell is a basic Desktop Shell implemented using QtWidgets.
|
liquidshell is a basic Desktop Shell implemented using QtWidgets.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n liquidshell-%version
|
%autosetup -n liquidshell-v%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -DWITH_PACKAGEKIT=true
|
%cmake_kf5 -DWITH_PACKAGEKIT=true
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
let html = get("https://download.kde.org/stable/liquidshell/");
|
rpm.version(gitlab("invent.kde.org", "1990"));
|
||||||
rpm.version(find(`>liquidshell-([.\d]+)\.tar\.xz</a>`, html, 1));
|
|
||||||
|
|||||||
Reference in New Issue
Block a user