From c14ff9eb81b2c082c443b59bc8525c7c49821cf5 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 15 Feb 2025 06:35:43 +0000 Subject: [PATCH] 0.9.4 --- .gitea/workflows/ci.yml | 17 +++++++++++++++++ .gitignore | 3 +++ libayatana-indicator.spec | 6 +++--- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .gitea/workflows/ci.yml create mode 100644 .gitignore diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..dd7cf08 --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -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 }} + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f274c7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.*~ +*~ +.env diff --git a/libayatana-indicator.spec b/libayatana-indicator.spec index b0dbb02..1572487 100644 --- a/libayatana-indicator.spec +++ b/libayatana-indicator.spec @@ -14,8 +14,8 @@ Version: 0.9.4 Release: 1 License: LGPLv3 Group: Graphical desktop/Other -Url: https://github.com/AyatanaIndicators/libayatana-indicator -Source0: https://github.com/AyatanaIndicators/libayatana-indicator/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz +URL: https://github.com/AyatanaIndicators/libayatana-indicator +Source0: %{url}/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: rsync BuildRequires: %{_bindir}/glib-mkenums @@ -66,7 +66,7 @@ Ayatana Indicators Shared Library development files, GTK+3 version #------------------------------------------------------------------ %prep -%autosetup -p1 +%setup -q %build %cmake