mirror of
https://abf.rosa.ru/djam/sdl2-gamepad-mapper.git
synced 2025-02-23 15:52:57 +00:00
0.0.9
This commit is contained in:
parent
5be440414e
commit
d06709f762
3 changed files with 26 additions and 6 deletions
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
version: '1'
|
||||||
|
|
||||||
|
name: Run CI/CD...
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
main:
|
||||||
|
runs-on: r11_builder
|
||||||
|
steps:
|
||||||
|
- name: Jobs
|
||||||
|
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||||
|
with:
|
||||||
|
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||||
|
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||||
|
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||||
|
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.*~
|
||||||
|
*~
|
||||||
|
.env
|
|
@ -4,11 +4,11 @@ Version: 0.0.9
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: System/Configuration/Hardware
|
Group: System/Configuration/Hardware
|
||||||
Url: https://gitlab.com/ryochan7/sdl2-gamepad-mapper
|
URL: https://gitlab.com/ryochan7/sdl2-gamepad-mapper
|
||||||
Source0: https://gitlab.com/ryochan7/sdl2-gamepad-mapper/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
||||||
BuildRequires: qt6-cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: pkgconfig(Qt6Quick)
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
BuildRequires: pkgconfig(Qt6QuickControls2)
|
BuildRequires: pkgconfig(Qt5QuickControls2)
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(vulkan)
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ and generate an SDL2 mapping string.
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-v%{version}
|
%setup -qn %{name}-v%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue