Compare commits

...

7 Commits

Author SHA1 Message Date
madomado d981349f2d -fPIC
Signed-off-by: madomado <madonuko@outlook.com>
2024-05-08 23:38:26 +08:00
madomado 1baab54c20 ?
Signed-off-by: madomado <madonuko@outlook.com>
2024-05-08 23:15:01 +08:00
madomado a3f94b0d80 -Wnotemplate-id-cdtor
Signed-off-by: madomado <madonuko@outlook.com>
2024-05-08 21:57:19 +08:00
madomado 9dc8b563ca rm patch?
Signed-off-by: madomado <madonuko@outlook.com>
2024-05-08 21:47:39 +08:00
madomado fcbccec873 update patches 2024-05-08 21:44:10 +08:00
madomado 9dc82c0392 bump version 2024-05-08 21:39:46 +08:00
madomado fd75dc70fc fix: lomiri-ui-toolkit
Just casual bumping
2024-05-08 21:29:45 +08:00
2 changed files with 5 additions and 6 deletions
@@ -1,17 +1,16 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit
%global commit 454d980c352f3cea725458ff8a3d04ae686d2a96
%global commit ac66045718f1fe820009d83b820591116fe2c510
%forgemeta
Name: lomiri-ui-toolkit
Version: 1.3.5012
Version: 1.3.5100
Release: 1%{?dist}
Summary: QML components to ease the creation of beautiful applications in QML for Lomiri
License: LGPL-3.0
URL: https://gitlab.com/ubports/development/core/lomiri-ui-toolkit
Source0: %{url}/-/archive/%commit/lomiri-ui-toolkit-%commit.tar.gz
Patch0: https://sources.debian.org/data/main/l/lomiri-ui-toolkit/1.3.5010%2Bdfsg-1/debian/patches/0002-fix-tests-on-qt-5.15.5.patch
Patch1: https://sources.debian.org/data/main/l/lomiri-ui-toolkit/1.3.5010%2Bdfsg-1/debian/patches/2003_stop-using-Ubuntu-fonts.patch
Patch1: https://sources.debian.org/data/main/l/lomiri-ui-toolkit/%version%2Bdfsg-1/debian/patches/2003_stop-using-Ubuntu-fonts.patch
BuildRequires: pkgconfig
BuildRequires: make
@@ -83,7 +82,7 @@ Examples for Lomiri-ui-toolkit.
%build
%{qmake_qt5} 'CONFIG+=ubuntu-uitk-compat' 'CONFIG+=test'
%make_build
%make_build CXXFLAGS="$CXXFLAGS -Wno-template-id-cdtor -fPIC"
%install
%make_install INSTALL_ROOT=%{buildroot} STRIP=/bin/true
@@ -1,4 +1,4 @@
rpm.version(gitlab_tag("19057685"));
if rpm.changed() {
rpm.global("commit", gitlab_commit("19057685"));
rpm.global("commit", gitlab_commit("19057685", "main"));
}