mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Merge branch 'main' into f38
This commit is contained in:
@@ -66,6 +66,14 @@ jobs:
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- uses: terrapkg/anda-build@main
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
name: "${{ matrix.pkg.pkg }}"
|
||||
mockConfig: anda-${{ matrix.version }}-${{ matrix.pkg.arch }}
|
||||
andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra${{ matrix.version }}.repo
|
||||
|
||||
- uses: terrapkg/anda-build@main
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
name: "${{ matrix.pkg.pkg }}"
|
||||
mockConfig: anda-${{ matrix.version }}-${{ matrix.pkg.arch }}
|
||||
|
||||
@@ -8,19 +8,19 @@ on:
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
if: github.event.pull_request.merged == true
|
||||
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'nosync')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install SSH key
|
||||
run: |
|
||||
mkdir -p ${{ runner.temp }}
|
||||
echo "${{ secrets.SSH_SIGNING_KEY }}" > ${{ runner.temp }}/signing_key
|
||||
chmod 0700 ${{ runner.temp }}/signing_key
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
||||
- name: Install SSH key
|
||||
run: |
|
||||
mkdir -p ${{ runner.temp }}
|
||||
echo "${{ secrets.SSH_SIGNING_KEY }}" > ${{ runner.temp }}/signing_key
|
||||
chmod 0700 ${{ runner.temp }}/signing_key
|
||||
- name: Setup Git
|
||||
run: |
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
@@ -29,11 +29,10 @@ jobs:
|
||||
git config gpg.format "ssh"
|
||||
git config user.signingkey "${{ runner.temp }}/signing_key"
|
||||
- name: Download patches
|
||||
run: |
|
||||
curl https://github.com/terrapkg/packages/pull/${{ github.event.pull_request.number }}.patch > pr.patch
|
||||
run: curl https://github.com/terrapkg/packages/pull/${{ github.event.pull_request.number }}.patch > pr.patch
|
||||
- name: Apply patches
|
||||
run: |
|
||||
git checkout f38
|
||||
git am --keep-cr --signoff < pr.patch
|
||||
git am -S --keep-cr --signoff < pr.patch
|
||||
- name: Push
|
||||
run: git push origin -u --all
|
||||
run: git push -u origin --all
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Name: anki-bin
|
||||
Version: 2.1.60
|
||||
Version: 2.1.61
|
||||
Release: 1%{?dist}
|
||||
Summary: Flashcard program for using space repetition learning (Installed with wheel)
|
||||
License: AGPLv3+ and GPLv3+ and LGPLv3 and MIT and BSD and ASL 2.0 and CC-BY-SA and CC-BY
|
||||
License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5
|
||||
URL: https://apps.ankiweb.net/
|
||||
BuildRequires: python3-installer python3.11
|
||||
Requires: hicolor-icon-theme python3-sqlalchemy python3-simplejson python3-matplotlib python3-decorator python3-markdown python3-send2trash
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Name: anki-qt5
|
||||
Version: 2.1.60
|
||||
Version: 2.1.61
|
||||
Release: 1%{?dist}
|
||||
Summary: Flashcard program for using space repetition learning
|
||||
License: AGPLv3+ and GPLv3+ and LGPLv3 and MIT and BSD and ASL 2.0 and CC-BY-SA and CC-BY
|
||||
License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5
|
||||
URL: https://apps.ankiweb.net/
|
||||
BuildRequires: python3-devel python3-setuptools python3-waitress python3-protobuf python3-pysocks
|
||||
BuildRequires: python3-distro python3-flask-cors python3-jsonschema python3-send2trash python3-certifi python3-simplejson python3-pyqt5-sip
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Name: anki
|
||||
Version: 2.1.60
|
||||
Version: 2.1.61
|
||||
Release: 1%{?dist}
|
||||
Summary: Flashcard program for using space repetition learning
|
||||
License: AGPLv3+ and GPLv3+ and LGPLv3 and MIT and BSD and ASL 2.0 and CC-BY-SA and CC-BY
|
||||
License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5
|
||||
URL: https://apps.ankiweb.net/
|
||||
BuildRequires: python3-devel python3-setuptools python3-waitress python3-protobuf python3-pysocks
|
||||
BuildRequires: python3-distro python3-flask-cors python3-jsonschema python3-send2trash python3-certifi python3-simplejson
|
||||
@@ -62,5 +62,5 @@ chmod 755 %{buildroot}%{_bindir}/anki
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 3 2023 windowsboy111 <windowsboy111@fyralabs.com>
|
||||
* Tue Jan 3 2023 windowsboy111 <windowsboy111@fyralabs.com> - 2.1.60
|
||||
- Initial package
|
||||
|
||||
@@ -2,7 +2,7 @@ Name: authy
|
||||
Version: 2.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Two factor authentication desktop application
|
||||
License: Unknown
|
||||
License: Unlicense
|
||||
URL: https://authy.com/
|
||||
Source0: https://api.snapcraft.io/api/v1/snaps/download/H8ZpNgIoPyvmkgxOWw5MSzsXK1wRZiHn_18.snap
|
||||
Requires: gtk3
|
||||
|
||||
@@ -4,7 +4,7 @@ Name: discord-canary-openasar
|
||||
Version: 0.0.150
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming
|
||||
License: MIT and https://discord.com/terms
|
||||
License: MIT AND https://discord.com/terms
|
||||
URL: https://github.com/GooseMod/OpenAsar
|
||||
Source0: https://dl-canary.discordapp.net/apps/linux/%{version}/discord-canary-%{version}.tar.gz
|
||||
Source1: %{url}/releases/download/nightly/app.asar
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: discord-openasar
|
||||
Version: 0.0.25
|
||||
Version: 0.0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming
|
||||
License: MIT and https://discord.com/terms
|
||||
License: MIT AND https://discord.com/terms
|
||||
URL: https://github.com/GooseMod/OpenAsar
|
||||
Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-%{version}.tar.gz
|
||||
Source1: %{url}/releases/download/nightly/app.asar
|
||||
|
||||
@@ -4,7 +4,7 @@ Name: discord-ptb-openasar
|
||||
Version: 0.0.41
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming
|
||||
License: MIT and https://discord.com/terms
|
||||
License: MIT AND https://discord.com/terms
|
||||
URL: https://github.com/GooseMod/OpenAsar
|
||||
Source0: https://dl-ptb.discordapp.net/apps/linux/%{version}/discord-ptb-%{version}.tar.gz
|
||||
Source1: %{url}/releases/download/nightly/app.asar
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: discord
|
||||
Version: 0.0.25
|
||||
Version: 0.0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers.
|
||||
URL: discord.com
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
Name: vala-panel-appmenu
|
||||
Version: 0.7.6
|
||||
Release: %autorelease
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Summary: This package provides Application Menu plugin for vala-panel
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
@@ -31,7 +31,7 @@ BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(dbusmenu-glib-0.4)
|
||||
BuildRequires: pkgconfig(vala-panel)
|
||||
BuildRequires: pkgconfig(libmatepanelapplet-4.0)
|
||||
Provides: vala-panel-appmenu-plugin
|
||||
Provides: vala-panel-appmenu-plugin = %{version}
|
||||
Requires: unity-gtk3-module
|
||||
Requires: unity-gtk2-module
|
||||
Requires: bamf-daemon
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
Name: vala-panel
|
||||
Version: 0.5.0
|
||||
Release: %autorelease
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Summary: This package provides Application Menu plugin for vala-panel
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
|
||||
@@ -9,7 +9,7 @@ Version: 0
|
||||
Release: 0.1.%{rel_tag}%{?dist}
|
||||
Summary: Linux audio plugins ports
|
||||
URL: https://distrho.sourceforge.io/ports.php
|
||||
License: GPLv2 and GPLv3 and MIT
|
||||
License: GPL-2.0 AND GPL-3.0 AND MIT
|
||||
|
||||
Source0: https://github.com/DISTRHO/DISTRHO-Ports/archive/refs/tags/2021-03-15.tar.gz
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: dart
|
||||
Version: 2.19.5
|
||||
Version: 2.19.6
|
||||
Release: 1%{?dist}
|
||||
Summary: The Dart Language
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -3,7 +3,7 @@ Name: budgie-extras
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
Summary: Additional Budgie Desktop enhancements for user experience
|
||||
URL: https://ubuntubudgie.org/
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Version: 0.9.14.2
|
||||
Release: %autorelease
|
||||
Summary: OpenGL window and compositing manager 0.9.X.X series
|
||||
|
||||
License: GPLv2+ AND LGPLv2+ AND MIT
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
||||
URL: https://launchpad.net/compiz
|
||||
Source0: http://archive.ubuntu.com/ubuntu/pool/universe/c/compiz/compiz_%{version}+%{_ubuntu_rel}.tar.xz
|
||||
Patch0: https://raw.githubusercontent.com/cat-master21/unityDE-specs/main/patches/compiz-cmake-install-path.patch
|
||||
@@ -57,8 +57,8 @@ Requires: metacity
|
||||
Requires: glx-utils
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains the development files for %{name}.
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-calculator
|
||||
Summary: Calculator app designed for elementary
|
||||
Version: 2.0.1
|
||||
Release: %autorelease
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Name: elementary-calendar
|
||||
Summary: Desktop calendar app designed for elementary
|
||||
Version: 6.1.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/calendar
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-camera
|
||||
Summary: Camera app designed for elementary
|
||||
Version: 6.2.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/camera
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-capnet-assist
|
||||
Summary: Captive Portal Assistant for elementary
|
||||
Version: 2.4.3
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/capnet-assist
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Name: elementary-code
|
||||
Summary: Code editor from elementary
|
||||
Version: 7.0.0
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Name: elementary-files
|
||||
Summary: File manager from elementary
|
||||
Version: 6.3.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-greeter
|
||||
Summary: LightDM Login Screen for the elementary desktop
|
||||
Version: 6.1.1
|
||||
Release: %autorelease
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/greeter
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-icon-theme
|
||||
Summary: Icons from the Elementary Project
|
||||
Version: 7.2.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/icons
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -12,7 +12,7 @@ Name: elementary-music
|
||||
Summary: Music player and library from elementary
|
||||
Version: 7.0.1
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Version: 6.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: GTK Notification server for Pantheon
|
||||
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-onboarding
|
||||
Summary: Onboarding app for new users
|
||||
Version: 7.0.1
|
||||
Release: %autorelease
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/onboarding
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Name: elementary-photos
|
||||
Summary: Photo manager and viewer from elementary
|
||||
Version: 2.8.0
|
||||
Release: %autorelease
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/photos
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-print
|
||||
Summary: Simple shim for printing support via Contractor
|
||||
Version: 0.1.3
|
||||
Release: 9%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-screenshot-tool
|
||||
Summary: Screenshot tool designed for elementary
|
||||
Version: 6.0.3
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv3
|
||||
License: LGPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/screenshot
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -6,7 +6,7 @@ Name: elementary-settings-daemon
|
||||
Version: 1.2.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Settings Daemon and Portal for Pantheon
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/settings-daemon
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ Name: elementary-shortcut-overlay
|
||||
Summary: Native, OS-wide shortcut overlay
|
||||
Version: 2.0.1
|
||||
Release: %autorelease
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/shortcut-overlay
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-sideload
|
||||
Summary: Sideload flatpaks on Pantheon
|
||||
Version: 6.1.0
|
||||
Release: %autorelease
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/sideload
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@ Name: elementary-sound-theme
|
||||
Summary: Set of system sounds for elementary
|
||||
Version: 1.1.0
|
||||
Release: %autorelease
|
||||
License: Unlicense and CC-BY
|
||||
License: Unlicense AND CC-BY-4.0
|
||||
|
||||
# Unlicense:
|
||||
# - audio-volume-change
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-terminal
|
||||
Summary: The terminal of the 21st century
|
||||
Version: 6.1.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv3
|
||||
License: LGPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-theme
|
||||
Summary: elementary GTK+ Stylesheet
|
||||
Version: 7.1.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/stylesheet
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: elementary-videos
|
||||
Summary: Video player and library app from elementary
|
||||
Version: 2.9.0
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Version: 7.0.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
# License breakdown is available in debian/copyright
|
||||
License: Public Domain
|
||||
License: CC-BY-SA-4.0 AND CC0-1.0 AND Unlicense
|
||||
|
||||
URL: https://github.com/elementary/%{srcname}
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@ Name: gala
|
||||
Summary: Gala window manager
|
||||
Version: 7.0.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/gala
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Name: granite-7
|
||||
Summary: elementary companion library for GTK+ and GLib
|
||||
Version: 7.2.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv3+
|
||||
License: LGPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/granite
|
||||
Source0: %{url}/archive/%{version}/granite-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: pantheon-agent-geoclue2
|
||||
Summary: Pantheon Geoclue2 Agent
|
||||
Version: 1.0.6
|
||||
Release: %autorelease
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/pantheon-agent-geoclue2
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: pantheon-agent-polkit
|
||||
Summary: Pantheon Polkit Agent
|
||||
Version: 1.0.5
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@ Name: pantheon-session-settings
|
||||
Summary: Pantheon session configuration files
|
||||
Version: 35.0
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://pagure.io/pantheon-fedora/session-settings
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -10,7 +10,7 @@ Name: switchboard-plug-a11y
|
||||
Summary: Switchboard Accessibility plug
|
||||
Version: 2.3.0
|
||||
Release: 4%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-a11y
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -10,7 +10,7 @@ Name: switchboard-plug-about
|
||||
Summary: Switchboard System Information plug
|
||||
Version: 6.2.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-about
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ Name: switchboard-plug-applications
|
||||
Summary: Switchboard Applications plug
|
||||
Version: 6.0.1
|
||||
Release: 3%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-applications
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -10,7 +10,7 @@ Name: switchboard-plug-bluetooth
|
||||
Summary: Switchboard Bluetooth plug
|
||||
Version: 2.3.6
|
||||
Release: 4%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-bluetooth
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -10,7 +10,7 @@ Name: switchboard-plug-display
|
||||
Summary: Switchboard Display plug
|
||||
Version: 2.3.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-display
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -10,7 +10,7 @@ Name: switchboard-plug-keyboard
|
||||
Summary: Switchboard Keyboard plug
|
||||
Version: 3.1.1
|
||||
Release: %autorelease
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-keyboard
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ Name: switchboard-plug-mouse-touchpad
|
||||
Summary: Switchboard Mouse and Touchpad plug
|
||||
Version: 7.0.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-mouse-touchpad
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ Name: switchboard-plug-networking
|
||||
Summary: Switchboard Networking plug
|
||||
Version: 2.4.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-network
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ Name: switchboard-plug-notifications
|
||||
Summary: Switchboard Notifications plug
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-notifications
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ Name: switchboard-plug-onlineaccounts
|
||||
Summary: Switchboard Online Accounts plug
|
||||
Version: 6.5.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-onlineaccounts
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ Name: switchboard-plug-pantheon-shell
|
||||
Summary: Switchboard Pantheon Shell plug
|
||||
Version: 6.3.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-pantheon-shell
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -10,7 +10,7 @@ Name: switchboard-plug-printers
|
||||
Summary: Switchboard Printers Plug
|
||||
Version: 2.2.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-printers
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -10,7 +10,7 @@ Name: switchboard-plug-sharing
|
||||
Summary: Switchboard Sharing Plug
|
||||
Version: 2.1.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-sharing
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -10,7 +10,7 @@ Name: switchboard-plug-sound
|
||||
Summary: Switchboard Sound Plug
|
||||
Version: 2.3.2
|
||||
Release: %autorelease
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/switchboard-plug-sound
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Name: switchboard-plug-tweaks
|
||||
Summary: Switchboard Tweaks Plug
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/pantheon-tweaks/pantheon-tweaks
|
||||
Source0: %{url}/archive/%{version}/%{plug_name}-%{version}.tar.gz
|
||||
|
||||
@@ -5,7 +5,7 @@ Name: switchboard
|
||||
Summary: Modular Desktop Settings Hub
|
||||
Version: 6.0.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Name: wingpanel-applications-menu
|
||||
Summary: Lightweight and stylish app launcher
|
||||
Version: 2.11.1
|
||||
Release: %autorelease
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/applications-menu
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-bluetooth
|
||||
Summary: Bluetooth Indicator for wingpanel
|
||||
Version: 2.1.8
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-datetime
|
||||
Summary: Datetime Indicator for wingpanel
|
||||
Version: 2.4.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/wingpanel-indicator-datetime
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-keyboard
|
||||
Summary: Keyboard Indicator for wingpanel
|
||||
Version: 2.4.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-network
|
||||
Summary: Network Indicator for wingpanel
|
||||
Version: 7.0.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/wingpanel-indicator-network
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-nightlight
|
||||
Summary: Night Light Indicator for wingpanel
|
||||
Version: 2.1.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/wingpanel-indicator-nightlight
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-notifications
|
||||
Summary: Notifications Indicator for wingpanel
|
||||
Version: 6.0.7
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/wingpanel-indicator-notifications
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-power
|
||||
Summary: Power indicator for wingpanel
|
||||
Version: 6.2.0
|
||||
Release: %autorelease
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/wingpanel-indicator-power
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-session
|
||||
Summary: Session Indicator for wingpanel
|
||||
Version: 2.3.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/wingpanel-indicator-session
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -7,7 +7,7 @@ Name: wingpanel-indicator-sound
|
||||
Summary: Sound Indicator for wingpanel
|
||||
Version: 6.0.2
|
||||
Release: %autorelease
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
|
||||
URL: https://github.com/elementary/%{name}
|
||||
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@@ -8,7 +8,7 @@ Name: wingpanel
|
||||
Summary: Stylish top panel
|
||||
Version: 3.0.3
|
||||
Release: %autorelease
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
URL: https://github.com/elementary/wingpanel
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "xdg-desktop-portal-pantheon.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("elementary/portals"));
|
||||
@@ -0,0 +1,42 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: xdg-desktop-portal-pantheon
|
||||
Version: 7.0.0
|
||||
Release: %?dist
|
||||
Summary: Pantheon XDG Desktop Portals
|
||||
License: GPL-3.0
|
||||
URL: https://github.com/elementary/portals
|
||||
Source0: %url/archive/refs/tags/%version.tar.gz
|
||||
Requires: gtk4 glib2 granite-7 libX11
|
||||
BuildRequires: ninja-build vala meson glib2-devel pkgconfig(granite-7) gtk4-devel pkgconfig(x11) pkgconfig(systemd)
|
||||
|
||||
%description
|
||||
Backend implementation for xdg-desktop-portal for the Pantheon desktop environment
|
||||
|
||||
%prep
|
||||
%autosetup -n portals-%version
|
||||
|
||||
%build
|
||||
%meson --prefix=/usr
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license COPYING
|
||||
/usr/share/xdg-desktop-portal/portals/pantheon.portal
|
||||
/usr/share/dbus-1/services/org.freedesktop.impl.portal.desktop.pantheon.service
|
||||
/usr/lib/systemd/user/xdg-desktop-portal-pantheon.service
|
||||
/usr/libexec/xdg-desktop-portal-pantheon
|
||||
/usr/share/metainfo/io.elementary.portals.metainfo.xml
|
||||
/usr/share/locale/*/LC_MESSAGES/xdg-desktop-portal-pantheon.mo
|
||||
|
||||
%changelog
|
||||
* Sat Mar 25 2023 windowsboy111 <windowsboy111@fyralabs.com>
|
||||
- Initial package
|
||||
@@ -11,7 +11,7 @@ Version: 0.10.0^%{snapshot_info}
|
||||
%forgemeta
|
||||
Release: 1%{?dist}
|
||||
Summary: Latte is a dock based on plasma frameworks
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
URL: %{forgeurl}
|
||||
Source0: https://github.com/KDE/latte-dock/archive/%{commit}.tar.gz
|
||||
|
||||
@@ -2,57 +2,57 @@
|
||||
%global commit 0ba4fbaa112a37e7756c64f339f0569483d1e52f
|
||||
%forgemeta
|
||||
|
||||
Name: unity-shell
|
||||
Version: 1.7.7
|
||||
Release: %autorelease
|
||||
Summary: Unity is a shell that sings
|
||||
Name: unity-shell
|
||||
Version: 1.7.7
|
||||
Release: %autorelease
|
||||
Summary: Unity is a shell that sings
|
||||
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later
|
||||
# forgeurl doesn't really work with spectool, tries https://gitlab.com/ubuntu-unity/unity instead of https://gitlab.com/ubuntu-unity/unity/unity
|
||||
URL: https://gitlab.com/ubuntu-unity/unity/unity
|
||||
Source0: %{url}/-/archive/%commit/unity-%commit.tar.bz2
|
||||
Patch0: 0001-Remove-xpathselect-dependency.patch
|
||||
Patch1: 0002-Remove-ido-dependency.patch
|
||||
Patch2: 0003-Remove-social-scope.patch
|
||||
URL: https://gitlab.com/ubuntu-unity/unity/unity
|
||||
Source0: %{url}/-/archive/%commit/unity-%commit.tar.bz2
|
||||
Patch0: 0001-Remove-xpathselect-dependency.patch
|
||||
Patch1: 0002-Remove-ido-dependency.patch
|
||||
Patch2: 0003-Remove-social-scope.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: g++
|
||||
BuildRequires: gcc
|
||||
BuildRequires: dee-devel
|
||||
BuildRequires: gnome-desktop3-devel
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
BuildRequires: libappstream-glib-devel
|
||||
BuildRequires: libdbusmenu-devel
|
||||
BuildRequires: bamf-devel
|
||||
BuildRequires: libindicator-gtk3-devel
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libsigc++20-devel
|
||||
BuildRequires: libunity-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
||||
BuildRequires: pkgconfig(nux-4.0)
|
||||
BuildRequires: compiz9-devel
|
||||
BuildRequires: pkgconfig(unity-misc)
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(libunity-settings-daemon)
|
||||
Requires: python3-gobject
|
||||
Requires: dconf
|
||||
Requires: gsettings-ubuntu-touch-schemas
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
Requires: %{name}-core%{?_isa} = %{version}-%{release}
|
||||
Requires: pam
|
||||
Requires: bamf-daemon
|
||||
Requires: unity-gtk-module-common
|
||||
Requires: compiz9
|
||||
Requires: libindicator-gtk3
|
||||
Recommends: unity-greeter
|
||||
Recommends: unity-scope-home
|
||||
BuildRequires: cmake
|
||||
BuildRequires: g++
|
||||
BuildRequires: gcc
|
||||
BuildRequires: dee-devel
|
||||
BuildRequires: gnome-desktop3-devel
|
||||
BuildRequires: pkgconfig(zeitgeist-2.0)
|
||||
BuildRequires: libappstream-glib-devel
|
||||
BuildRequires: libdbusmenu-devel
|
||||
BuildRequires: bamf-devel
|
||||
BuildRequires: libindicator-gtk3-devel
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libsigc++20-devel
|
||||
BuildRequires: libunity-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
||||
BuildRequires: pkgconfig(nux-4.0)
|
||||
BuildRequires: compiz9-devel
|
||||
BuildRequires: pkgconfig(unity-misc)
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(libunity-settings-daemon)
|
||||
Requires: python3-gobject
|
||||
Requires: dconf
|
||||
Requires: gsettings-ubuntu-touch-schemas
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
Requires: %{name}-core%{?_isa} = %{version}-%{release}
|
||||
Requires: pam
|
||||
Requires: bamf-daemon
|
||||
Requires: unity-gtk-module-common
|
||||
Requires: compiz9
|
||||
Requires: libindicator-gtk3
|
||||
Recommends: unity-greeter
|
||||
Recommends: unity-scope-home
|
||||
|
||||
%description
|
||||
Unity is a desktop experience that sings. Designed by Canonical and the Ayatana
|
||||
@@ -89,10 +89,10 @@ This package contains the development files the core Unity library.
|
||||
|
||||
%package data
|
||||
Summary: Common files for the Unity shell
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
Group: User Interface/Desktops
|
||||
# For /usr/etc/pam.d/unity
|
||||
Recommends: gnome-keyring-pam
|
||||
Recommends: gnome-keyring-pam
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description data
|
||||
@@ -149,7 +149,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libunity-core-6.0.so.9.0.0
|
||||
|
||||
%postun
|
||||
if [ ${1} -eq 0 ]; then
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
|
||||
@@ -9,7 +9,7 @@ Version: 1.7.7
|
||||
Release: %autorelease
|
||||
Summary: UnityX is a smaller shell based on Unity7
|
||||
|
||||
License: GPLv3 AND LGPLv3
|
||||
License: GPL-3.0 AND LGPL-3.0
|
||||
URL: https://gitlab.com/ubuntu-unity/unity-x/unityx
|
||||
Source0: %{url}/-/archive/%commit/unityx-%commit.tar.bz2
|
||||
Source2: https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/-/commit/dee596492f006d02e2b39abd072ddd7b37fefe82.diff
|
||||
@@ -77,27 +77,27 @@ Requires: xfwm4
|
||||
UnityX is a shell based off code from Unity7 with lighter dependencies and more customizability.
|
||||
|
||||
%package xfce4-windowck-plugin
|
||||
Summary: Core library for the Unity shell
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Summary: Core library for the Unity shell
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description xfce4-windowck-plugin
|
||||
This package contains the core library needed for Unity and Unity 2D.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the core Unity library
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig(dee-1.0)
|
||||
Requires: pkgconfig(glib-2.0)
|
||||
Requires: pkgconfig(sigc++-2.0)
|
||||
Requires: pkgconfig(unity)
|
||||
Requires: pkgconfig(nux-4.0)
|
||||
Summary: Development files for the core Unity library
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig(dee-1.0)
|
||||
Requires: pkgconfig(glib-2.0)
|
||||
Requires: pkgconfig(sigc++-2.0)
|
||||
Requires: pkgconfig(unity)
|
||||
Requires: pkgconfig(nux-4.0)
|
||||
|
||||
%description devel
|
||||
This package contains the development files the core Unity library.
|
||||
|
||||
%package -n plotinus
|
||||
Summary: Automatic testing for Unity
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Summary: Automatic testing for Unity
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description -n plotinus
|
||||
This package contains the autopilot framework, which allows for triggering
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 0.2.20080216.2
|
||||
Release: %autorelease
|
||||
URL: https://www.freedesktop.org/wiki/Software/CJKUnifonts
|
||||
Source0: https://deb.debian.org/debian/pool/main/f/fonts-arphic-ukai/fonts-arphic-ukai_%{version}.orig.tar.bz2
|
||||
License: custom
|
||||
License: Arphic-1999
|
||||
Summary: CJK Unicode font Kaiti style
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 0.2.20080216.2
|
||||
Release: %autorelease
|
||||
URL: https://www.freedesktop.org/wiki/Software/CJKUnifonts
|
||||
Source0: https://deb.debian.org/debian/pool/main/f/fonts-arphic-uming/fonts-arphic-uming_%{version}.orig.tar.bz2
|
||||
License: custom
|
||||
License: Arphic-1999
|
||||
Summary: CJK Unicode font Ming style
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ Release: 2%{?dist}
|
||||
URL: https://vietunicode.sourceforge.net/fonts/fonts_hannom.html
|
||||
Source0: https://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v%{version}/hannomH.zip
|
||||
Source1: COPYING
|
||||
License: custom
|
||||
License: Unlicense
|
||||
Summary: Chinese and Vietnamese TrueType fonts
|
||||
BuildRequires: unzip
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -6,7 +6,7 @@ Version: 22.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A custom font based on iosevka
|
||||
|
||||
License: SIL Open Font License Version 1.1
|
||||
License: OFL-1.1
|
||||
URL: https://github.com/be5invis/Iosevka
|
||||
Source0: %{url}/archive/v%{version}.tar.gz
|
||||
Source1: iosevka-fusion.toml
|
||||
@@ -14,7 +14,7 @@ Source1: iosevka-fusion.toml
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: clang
|
||||
BuildRequires: npm
|
||||
BuildRequires: nodejs-npm
|
||||
BuildRequires: ttfautohint
|
||||
|
||||
%description
|
||||
|
||||
@@ -16,7 +16,7 @@ cv09 = 1 # I cap long serifs
|
||||
cv10 = 2 # J cap serified
|
||||
cv11 = 2 # K cap curly
|
||||
cv12 = 1 # L cap serifless
|
||||
cv13 = 3 # M cap short middle leg slanted sides
|
||||
cv13 = 1 # M cap short middle leg
|
||||
cv14 = 1 # N cap symmetric
|
||||
cv15 = 1 # P cap straight
|
||||
cv16 = 4 # Q cap crossing tail
|
||||
@@ -63,12 +63,11 @@ cv91 = 2 # $ dollar strike through
|
||||
cv92 = 2 # ¢ cent strike through
|
||||
cv93 = 1 # % percent dots
|
||||
cv94 = 1 # | bar natural slope
|
||||
cv95 = 2 # ≥ equal-or-{higher,lower} slanted
|
||||
cv96 = 1 # ' single quote straight
|
||||
cv97 = 1 # ` grave/backtick straight
|
||||
cv98 = 1 # ? smooth
|
||||
cv99 = 2 # .:; square punctuation marks
|
||||
VXDD = 2 # ijäöü square diacretics
|
||||
cv95 = 1 # ' single quote straight
|
||||
cv96 = 1 # ` grave/backtick straight
|
||||
cv97 = 1 # ? smooth
|
||||
cv98 = 2 # .:; square punctuation marks
|
||||
cv99 = 2 # ijäöü square diacretics
|
||||
|
||||
[buildPlans.iosevka-fusion.variants.upright]
|
||||
cv26 = 3 # a double storey rounded
|
||||
|
||||
@@ -2,7 +2,7 @@ Name: kanjistrokeorders-fonts
|
||||
Version: 4.004
|
||||
Release: %autorelease
|
||||
URL: https://sites.google.com/site/nihilistorguk
|
||||
License: custom
|
||||
License: BSD-3-Clause
|
||||
Summary: Kanji stroke order font
|
||||
BuildRequires: unzip
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -2,7 +2,7 @@ Summary: A modernist sans serif font
|
||||
Name: manrope-fonts
|
||||
Version: 1
|
||||
Release: 3%{?dist}
|
||||
License: OFL
|
||||
License: OFL-1.1
|
||||
URL: https://manropefont.com/
|
||||
|
||||
Source0: https://manropefont.com/manrope.zip
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 1.0
|
||||
Release: %autorelease
|
||||
URL: http://mini-design.jp/font/mini-wakuwaku.html
|
||||
Source0: http://mini-design.jp/font/img/mini-wakuwaku.zip
|
||||
License: custom
|
||||
License: Unlicense
|
||||
Summary: A fat looking, rounded and cute Japanese font
|
||||
BuildRequires: unzip
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 1.89
|
||||
Release: %autorelease
|
||||
URL: https://github.com/max32002/naikaifont
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
License: OFLv1.1
|
||||
License: OFL-1.1
|
||||
Summary: A free font family derived from setofont
|
||||
BuildRequires: unzip
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -7,7 +7,7 @@ Release: 2%{?dist}
|
||||
URL: https://nerdfonts.com/
|
||||
Source0: https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v%{version}/readme.md
|
||||
Source1: https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v%{version}/LICENSE
|
||||
License: OFLv1.1
|
||||
License: OFL-1.1
|
||||
Summary: All packaged Nerd fonts
|
||||
BuildArch: noarch
|
||||
Requires: %{lua:
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 6.20
|
||||
Release: %autorelease
|
||||
URL: https://setofont.osdn.jp/
|
||||
Source0: https://osdn.net/frs/redir.php?m=nchc&f=setofont%2F61995%2Fsetofont_v_6_20.zip
|
||||
License: OFLv1.1
|
||||
License: OFL-1.1
|
||||
Summary: A handwritten font that contains kanji up to JIS 4th level and difficult kanji
|
||||
BuildRequires: unzip
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -6,7 +6,7 @@ Source0: https://github.com/itdelatrisu/opsu/releases/download/%{version}/opsu-%
|
||||
Source1: https://github.com/itdelatrisu/opsu/raw/%{version}/res/logo.png
|
||||
Source2: https://raw.githubusercontent.com/itdelatrisu/opsu/%{version}/LICENSE
|
||||
Source3: https://raw.githubusercontent.com/itdelatrisu/opsu/%{version}/README.md
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
Summary: An open source osu!-client written in Java
|
||||
Requires: java-latest-openjdk hicolor-icon-theme xrandr
|
||||
Recommends: ffmpeg
|
||||
|
||||
@@ -7,7 +7,7 @@ Release: 1%{?dist}
|
||||
Summary: The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
|
||||
ExclusiveArch: x86_64
|
||||
URL: https://osu.ppy.sh/
|
||||
License: MIT, CC-BY-NC-4.0
|
||||
License: MIT AND CC-BY-NC-4.0
|
||||
Requires: zlib osu-mime fuse
|
||||
Source0: https://github.com/ppy/osu/releases/download/%{version}/osu.AppImage
|
||||
Source1: https://raw.githubusercontent.com/ppy/osu/%{version}/assets/lazer.png
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides MIME types for osu! file formats
|
||||
BuildArch: noarch
|
||||
License: AGPLv3
|
||||
License: AGPL-3.0
|
||||
Requires: xdg-utils shared-mime-info desktop-file-utils
|
||||
BuildRequires: librsvg2-tools ImageMagick
|
||||
Recommends: osu-handler
|
||||
|
||||
@@ -7,16 +7,6 @@ Version: 1.0.9
|
||||
%global tag 1.0.9
|
||||
%global commit 7ac050a54c2f771ce41da2a38f633cefc3353383
|
||||
|
||||
# REMOVE BEFORE SUBMITTING THIS FOR REVIEW
|
||||
# ---
|
||||
# New Fedora packages should use %%gometa -f, which makes the package
|
||||
# ExclusiveArch to %%golang_arches_future and thus excludes the package from
|
||||
# %%ix86. If the new package is needed as a dependency for another pacage,
|
||||
# please consider removing that package from %%ix86 in the same way, instead of
|
||||
# building more go packages for i686. If your package is not a leaf package,
|
||||
# you'll need to coordinate the removal of the package's dependents first.
|
||||
# ---
|
||||
# REMOVE BEFORE SUBMITTING THIS FOR REVIEW
|
||||
%gometa -f
|
||||
|
||||
%global common_description %{expand:
|
||||
|
||||
@@ -5,16 +5,6 @@
|
||||
%global goipath github.com/xyproto/textoutput
|
||||
Version: 1.14.1
|
||||
|
||||
# REMOVE BEFORE SUBMITTING THIS FOR REVIEW
|
||||
# ---
|
||||
# New Fedora packages should use %%gometa -f, which makes the package
|
||||
# ExclusiveArch to %%golang_arches_future and thus excludes the package from
|
||||
# %%ix86. If the new package is needed as a dependency for another pacage,
|
||||
# please consider removing that package from %%ix86 in the same way, instead of
|
||||
# building more go packages for i686. If your package is not a leaf package,
|
||||
# you'll need to coordinate the removal of the package's dependents first.
|
||||
# ---
|
||||
# REMOVE BEFORE SUBMITTING THIS FOR REVIEW
|
||||
%gometa -f
|
||||
|
||||
%global common_description %{expand:
|
||||
|
||||
@@ -5,29 +5,19 @@
|
||||
%global goipath github.com/xyproto/vt100
|
||||
Version: 1.11.4
|
||||
|
||||
# REMOVE BEFORE SUBMITTING THIS FOR REVIEW
|
||||
# ---
|
||||
# New Fedora packages should use %%gometa -f, which makes the package
|
||||
# ExclusiveArch to %%golang_arches_future and thus excludes the package from
|
||||
# %%ix86. If the new package is needed as a dependency for another pacage,
|
||||
# please consider removing that package from %%ix86 in the same way, instead of
|
||||
# building more go packages for i686. If your package is not a leaf package,
|
||||
# you'll need to coordinate the removal of the package's dependents first.
|
||||
# ---
|
||||
# REMOVE BEFORE SUBMITTING THIS FOR REVIEW
|
||||
%gometa -f
|
||||
|
||||
%global common_description %{expand:
|
||||
:computer: VT100 Terminal Package.}
|
||||
|
||||
%global golicenses LICENSE
|
||||
%global godocs TODO.md README.md cmd/widget/README.md
|
||||
%global godocs README.md cmd/widget/README.md
|
||||
|
||||
Name: golang-%{goname}
|
||||
Release: 1%{?dist}
|
||||
Summary: :computer: VT100 Terminal Package
|
||||
Release: %autorelease
|
||||
Summary: VT100 Terminal Package
|
||||
|
||||
License: # FIXME
|
||||
License: BSD-3-Clause
|
||||
URL: %{gourl}
|
||||
Source: %{gosource}
|
||||
|
||||
|
||||
@@ -6,16 +6,6 @@
|
||||
%global goipath github.com/yhat/scrape
|
||||
%global commit 24b7890b0945459dbf91743e4d2ac5d75a51fee2
|
||||
|
||||
# REMOVE BEFORE SUBMITTING THIS FOR REVIEW
|
||||
# ---
|
||||
# New Fedora packages should use %%gometa -f, which makes the package
|
||||
# ExclusiveArch to %%golang_arches_future and thus excludes the package from
|
||||
# %%ix86. If the new package is needed as a dependency for another pacage,
|
||||
# please consider removing that package from %%ix86 in the same way, instead of
|
||||
# building more go packages for i686. If your package is not a leaf package,
|
||||
# you'll need to coordinate the removal of the package's dependents first.
|
||||
# ---
|
||||
# REMOVE BEFORE SUBMITTING THIS FOR REVIEW
|
||||
%gometa -f
|
||||
|
||||
%global common_description %{expand:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
let html = get("https://launchpad.net/apparmor");
|
||||
let v = find("Latest version is ([\\d.]+)", html, 1);
|
||||
rpm.version(v);
|
||||
@@ -0,0 +1,5 @@
|
||||
project "pkg" {
|
||||
rpm {
|
||||
spec = "ayatana-indicator-datetime.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
Name: ayatana-indicator-datetime
|
||||
Summary: A GTK implementation of the StatusNotifierItem Specification
|
||||
Version: 22.9.1
|
||||
Release: %autorelease
|
||||
License: GPLv3
|
||||
URL: https://github.com/AyatanaIndicators/ayatana-indicator-datetime
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake-extras
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: pkgconfig(lomiri-url-dispatcher)
|
||||
BuildRequires: pkgconfig(lomiri-schemas)
|
||||
BuildRequires: pkgconfig(libayatana-common)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(libical)
|
||||
BuildRequires: pkgconfig(libecal-2.0)
|
||||
BuildRequires: pkgconfig(libedataserver-1.2)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(properties-cpp)
|
||||
BuildRequires: pkgconfig(libaccounts-glib)
|
||||
BuildRequires: pkgconfig(messaging-menu)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(lomiri-sounds)
|
||||
BuildRequires: pkgconfig(dbustest-1)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
|
||||
%description
|
||||
The Ayatana Indicators project is the continuation of Application Indicators and System Indicators,
|
||||
two technologies developed by Canonical Ltd. for the Unity7 desktop and Lomiri desktop.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%cmake -DENABLE_LOMIRI_FEATURES=ON \
|
||||
-DENABLE_TESTS=ON \
|
||||
-DENABLE_COVERAGE=OFF \
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%find_lang %{name}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%{_sysconfdir}/xdg/autostart
|
||||
%{_userunitdir}/ayatana-indicator-datetime.service
|
||||
%dir %{_libexecdir}/ayatana-indicator-datetime
|
||||
%{_libexecdir}/ayatana-indicator-datetime/ayatana-indicator-datetime-service
|
||||
%{_datadir}/ayatana/indicators/org.ayatana.indicator.datetime
|
||||
%{_datadir}/glib-2.0/schemas/org.ayatana.indicator.datetime.gschema.xml
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
@@ -6,7 +6,7 @@ Name: cmake-extras
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of add-ons for the CMake build tool
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
URL: https://gitlab.com/ubports/development/core/cmake-extras
|
||||
Source0: %{url}/-/archive/%commit/cmake-extras-%commit.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
let txt = get("https://gitlab.com/api/v4/projects/17117115/repository/tags");
|
||||
let ver = txt.json_arr()[0].name;
|
||||
rpm.version(ver);
|
||||
rpm.version(txt.json_arr()[0].name);
|
||||
|
||||
@@ -2,7 +2,7 @@ Name: dbus-test-runner
|
||||
Version: 19.04.0
|
||||
Release: %autorelease
|
||||
Summary: A small utility to run executables under a new DBus session for testing
|
||||
License: GPLv3
|
||||
License: GPL-3.0
|
||||
URL: https://launchpad.net/dbus-test-runner
|
||||
Source0: %{url}/19.04/%{version}/+download/dbus-test-runner-%{version}.tar.gz
|
||||
Source1: https://salsa.debian.org/debian/dbus-test-runner/-/raw/debian/sid/debian/man/dbus-test-runner.1
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user