mirror of
https://abf.rosa.ru/djam/libayatana-indicator.git
synced 2025-02-23 07:42:56 +00:00
0.9.4
This commit is contained in:
parent
45822f3c38
commit
c14ff9eb81
3 changed files with 23 additions and 3 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
|
|
@ -14,8 +14,8 @@ Version: 0.9.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
Group: Graphical desktop/Other
|
Group: Graphical desktop/Other
|
||||||
Url: https://github.com/AyatanaIndicators/libayatana-indicator
|
URL: https://github.com/AyatanaIndicators/libayatana-indicator
|
||||||
Source0: https://github.com/AyatanaIndicators/libayatana-indicator/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
BuildRequires: %{_bindir}/glib-mkenums
|
BuildRequires: %{_bindir}/glib-mkenums
|
||||||
|
@ -66,7 +66,7 @@ Ayatana Indicators Shared Library development files, GTK+3 version
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue