mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 02:42:19 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3152d995c2 |
@@ -2,6 +2,9 @@
|
|||||||
"name": "Terra Devcontainer",
|
"name": "Terra Devcontainer",
|
||||||
"image": "ghcr.io/terrapkg/builder:frawhide",
|
"image": "ghcr.io/terrapkg/builder:frawhide",
|
||||||
"runArgs": ["--privileged"],
|
"runArgs": ["--privileged"],
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/common-utils:2": {}
|
||||||
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
|||||||
@@ -73,6 +73,6 @@ jobs:
|
|||||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
|
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ This monorepo contains the package manifests for all packages in Terra.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The latest detailed instructions are available in our docs: https://docs.terrapkg.com/usage/installing
|
The latest detailed instructions are available in our Devdocs: https://developer.fyralabs.com/terra/installing
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ On Fedora, you can optionally install the Terra subrepos. Extra care and caution
|
|||||||
- Install `terra-release-extras` to enable the Extras subrepo. This repo contains packages which conflict with Fedora packages in some way, such as being a patched version of the same package.
|
- Install `terra-release-extras` to enable the Extras subrepo. This repo contains packages which conflict with Fedora packages in some way, such as being a patched version of the same package.
|
||||||
- Install `terra-release-mesa` to install the Mesa subrepo which contains a patched and codec complete Mesa.
|
- Install `terra-release-mesa` to install the Mesa subrepo which contains a patched and codec complete Mesa.
|
||||||
- Install `terra-release-nvidia` to install the NVIDIA subrepo which contains NVIDIA drivers.
|
- Install `terra-release-nvidia` to install the NVIDIA subrepo which contains NVIDIA drivers.
|
||||||
- Install `terra-release-multimedia` for multimedia packages in Terra. **This repository is currently considered unstable and a work in progress.**
|
- Install `terra-release-multimedia` for multimedia packages in Terra. This repository is currently considered a work in progress.
|
||||||
|
|
||||||
### Enterprise Linux (EL)
|
### Enterprise Linux (EL)
|
||||||
|
|
||||||
@@ -56,13 +56,13 @@ sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/t
|
|||||||
|
|
||||||
First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please [join our chats](https://wiki.ultramarine-linux.org/en/community/community/).
|
First of all, thanks for being interested in contributing to Terra! If you have any questions about contributing, please [join our chats](https://wiki.ultramarine-linux.org/en/community/community/).
|
||||||
|
|
||||||
- [Contribution Guide](https://docs.terrapkg.com/contributing/getting-started)
|
- [Contribution Guide](https://developer.fyralabs.com/terra/contributing)
|
||||||
- [FAQ](https://docs.terrapkg.com/reference/faq)
|
- [FAQ](https://developer.fyralabs.com/terra/faq)
|
||||||
- [Guidelines](https://docs.terrapkg.com/contributing/guidelines)
|
- [Guidelines](https://developer.fyralabs.com/terra/guidelines)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Our documentation can be found on our [docs site](https://docs.terrapkg.com).
|
Our documentation can be found on our [Devdocs](https://developer.fyralabs.com/terra/).
|
||||||
|
|
||||||
## Searching Packages
|
## Searching Packages
|
||||||
|
|
||||||
@@ -72,6 +72,6 @@ Our documentation can be found on our [docs site](https://docs.terrapkg.com).
|
|||||||
|
|
||||||
Feel free to reach out by [joining our community](https://wiki.ultramarine-linux.org/en/community/community/). We're always happy to help!
|
Feel free to reach out by [joining our community](https://wiki.ultramarine-linux.org/en/community/community/). We're always happy to help!
|
||||||
|
|
||||||
- [Contribution Guide](https://docs.terrapkg.com/contributing/getting-started)
|
- [Contribution Guide](https://developer.fyralabs.com/terra/contributing)
|
||||||
- [FAQ](https://docs.terrapkg.com/reference/faq)
|
- [FAQ](https://developer.fyralabs.com/terra/faq)
|
||||||
- [Guidelines](https://docs.terrapkg.com/contributing/guidelines)
|
- [Guidelines](https://developer.fyralabs.com/terra/guidelines)
|
||||||
|
|||||||
@@ -1,74 +0,0 @@
|
|||||||
Name: ktailctl
|
|
||||||
Version: 0.21.5
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: A GUI to monitor and manage Tailscale on your Linux desktop
|
|
||||||
License: GPL-3.0-only
|
|
||||||
URL: https://github.com/f-koehler/KTailctl
|
|
||||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: extra-cmake-modules
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: golang
|
|
||||||
BuildRequires: json-devel
|
|
||||||
BuildRequires: golang
|
|
||||||
BuildRequires: kf6-breeze-icons-devel
|
|
||||||
BuildRequires: kf6-kconfig-devel
|
|
||||||
BuildRequires: kf6-kcoreaddons-devel
|
|
||||||
BuildRequires: kf6-kdbusaddons-devel
|
|
||||||
BuildRequires: kf6-kguiaddons-devel
|
|
||||||
BuildRequires: kf6-ki18n-devel
|
|
||||||
BuildRequires: kf6-kirigami-addons-devel
|
|
||||||
BuildRequires: kf6-kirigami-devel
|
|
||||||
BuildRequires: kf6-knotifications-devel
|
|
||||||
BuildRequires: kf6-kwindowsystem-devel
|
|
||||||
BuildRequires: qt6-qtbase-devel
|
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
|
||||||
BuildRequires: qt6-qtsvg-devel
|
|
||||||
|
|
||||||
Requires: tailscale
|
|
||||||
Requires: kf5-qqc2-desktop-style
|
|
||||||
Requires: hicolor-icon-theme
|
|
||||||
|
|
||||||
Provides: KTailctl
|
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%package static
|
|
||||||
%pkg_static_files
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n KTailctl-%{version}
|
|
||||||
cd src/wrapper
|
|
||||||
go mod vendor
|
|
||||||
|
|
||||||
%conf
|
|
||||||
%cmake
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cmake_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%cmake_install
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc README.md
|
|
||||||
%license LICENSE.txt
|
|
||||||
%{_bindir}/ktailctl
|
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qml
|
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.version
|
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qmltypes
|
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/qmldir
|
|
||||||
# Exclusive libs that the package needs to run
|
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/libktailctl_components.so
|
|
||||||
%{_libdir}/libktailctl_wrapper_logging.so
|
|
||||||
%{_appsdir}/org.fkoehler.KTailctl.desktop
|
|
||||||
%{_scalableiconsdir}/org.fkoehler.KTailctl.svg
|
|
||||||
%{_metainfodir}/org.fkoehler.KTailctl.metainfo.xml
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com> - 0.21.5-1
|
|
||||||
- Initial commit
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "KTailctl.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(gh("f-koehler/KTailctl"));
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: bazzite-portal
|
Name: bazzite-portal
|
||||||
Version: 0.2.3
|
Version: 0.2.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Bazzite Portal is a tabbed frontend for curated script execution, with a focus on distro specific QOL shortcuts
|
Summary: Bazzite Portal is a tabbed frontend for curated script execution, with a focus on distro specific QOL shortcuts
|
||||||
URL: https://github.com/ublue-os/yafti-gtk
|
URL: https://github.com/ublue-os/yafti-gtk
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "bazzite-updater.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
%global appid io.github.rfrench3.bazzite-updater
|
|
||||||
|
|
||||||
Name: bazzite-updater
|
|
||||||
Version: 0.7.3
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: Update your Bazzite system
|
|
||||||
|
|
||||||
License: GPL-2.0-or-later AND BSD-3-Clause AND CC0-1.0
|
|
||||||
URL: https://github.com/rfrench3/bazzite-updater
|
|
||||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
|
||||||
|
|
||||||
Packager: Robert French <frenchrobertm@outlook.com>
|
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: libappstream-glib
|
|
||||||
BuildRequires: systemd-rpm-macros
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: extra-cmake-modules
|
|
||||||
BuildRequires: kf6-rpm-macros
|
|
||||||
BuildRequires: cmake(SDL3)
|
|
||||||
BuildRequires: cmake(Qt6Core)
|
|
||||||
BuildRequires: cmake(Qt6Gui)
|
|
||||||
BuildRequires: cmake(Qt6Qml)
|
|
||||||
BuildRequires: cmake(Qt6QuickControls2)
|
|
||||||
BuildRequires: cmake(Qt6Svg)
|
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
|
||||||
|
|
||||||
BuildRequires: cmake(KF6Kirigami)
|
|
||||||
BuildRequires: cmake(KF6CoreAddons)
|
|
||||||
BuildRequires: cmake(KF6Config)
|
|
||||||
BuildRequires: cmake(KF6I18n)
|
|
||||||
BuildRequires: cmake(KF6IconThemes)
|
|
||||||
BuildRequires: cmake(KF6KirigamiAddons)
|
|
||||||
|
|
||||||
Requires: kf6-kirigami%{?_isa}
|
|
||||||
Requires: kf6-kirigami-addons%{?_isa}
|
|
||||||
Requires: kf6-qqc2-desktop-style%{?_isa}
|
|
||||||
Requires: which%{?_isa}
|
|
||||||
Requires: qt6-controllable%{?_isa}
|
|
||||||
Requires: uupd%{?_isa}
|
|
||||||
Requires: hicolor-icon-theme
|
|
||||||
|
|
||||||
Provides: bazzite-updater = %{evr}
|
|
||||||
|
|
||||||
%description
|
|
||||||
This is a convenient, easy-to-use interface for updating your Bazzite system.
|
|
||||||
- Simple and powerful
|
|
||||||
- Full support for all input types (keyboard/mouse, controller, touchscreen)
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup
|
|
||||||
|
|
||||||
%conf
|
|
||||||
%cmake
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cmake_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%cmake_install
|
|
||||||
|
|
||||||
%check
|
|
||||||
appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/%{appid}.*.xml || :
|
|
||||||
desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/%{appid}.desktop
|
|
||||||
|
|
||||||
%files
|
|
||||||
%license LICENSES/{BSD-3-Clause.txt,CC0-1.0.txt,GPL-2.0-or-later.txt}
|
|
||||||
%doc README.md
|
|
||||||
%{_bindir}/bazzite-updater
|
|
||||||
%{_appsdir}/%{appid}.desktop
|
|
||||||
%{_metainfodir}/%{appid}.*.xml
|
|
||||||
%{_scalableiconsdir}/%{appid}.svg
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Thu Feb 05 2026 Robert French
|
|
||||||
- Initial rpm build of Bazzite Updater
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(gh("rfrench3/bazzite-updater"));
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: bitwarden-cli.bin
|
Name: bitwarden-cli.bin
|
||||||
Version: 2026.5.0
|
Version: 2026.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Bitwarden command-line client
|
Summary: Bitwarden command-line client
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: bitwarden-cli
|
Name: bitwarden-cli
|
||||||
Version: 2026.5.0
|
Version: 2026.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Bitwarden command-line client
|
Summary: Bitwarden command-line client
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
Name: chdig
|
Name: chdig
|
||||||
Version: 26.5.1
|
Version: 26.4.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Dig into ClickHouse with TUI interface
|
Summary: Dig into ClickHouse with TUI interface
|
||||||
URL: https://github.com/azat/chdig
|
URL: https://github.com/azat/chdig
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ for background device management, as well as a GUI to expertly customize your se
|
|||||||
%global __brp_mangle_shebangs %{nil}
|
%global __brp_mangle_shebangs %{nil}
|
||||||
|
|
||||||
Name: coolercontrol
|
Name: coolercontrol
|
||||||
Version: 4.3.1
|
Version: 4.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cooling device control for Linux
|
Summary: Cooling device control for Linux
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||||
|
|
||||||
Name: discord-canary-openasar
|
Name: discord-canary-openasar
|
||||||
Version: 1.0.1190
|
Version: 1.0.1067
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||||
License: MIT AND https://discord.com/terms
|
License: MIT AND https://discord.com/terms
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: discord-canary
|
Name: discord-canary
|
||||||
Version: 1.0.1190
|
Version: 1.0.1067
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Free Voice and Text Chat for Gamers
|
Summary: Free Voice and Text Chat for Gamers
|
||||||
URL: discord.com
|
URL: discord.com
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||||
|
|
||||||
Name: discord-openasar
|
Name: discord-openasar
|
||||||
Version: 1.0.141
|
Version: 1.0.138
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||||
License: MIT AND https://discord.com/terms
|
License: MIT AND https://discord.com/terms
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||||
|
|
||||||
Name: discord-ptb-openasar
|
Name: discord-ptb-openasar
|
||||||
Version: 1.0.193
|
Version: 1.0.190
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||||
License: MIT AND https://discord.com/terms
|
License: MIT AND https://discord.com/terms
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: discord-ptb
|
Name: discord-ptb
|
||||||
Version: 1.0.193
|
Version: 1.0.190
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Free Voice and Text Chat for Gamers.
|
Summary: Free Voice and Text Chat for Gamers.
|
||||||
URL: https://discord.com
|
URL: https://discord.com
|
||||||
Source0: https://dl-ptb.discordapp.net/apps/linux/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://dl-ptb.discordapp.net/apps/linux/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: discord
|
Name: discord
|
||||||
Version: 1.0.141
|
Version: 1.0.138
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Free Voice and Text Chat for Gamers
|
Summary: Free Voice and Text Chat for Gamers
|
||||||
URL: https://discord.com
|
URL: https://discord.com
|
||||||
Source0: https://dl.discordapp.net/apps/linux/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://dl.discordapp.net/apps/linux/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 5704db300594aef6b7a38399c217eac5c704ccb8
|
%global commit 0149a82705e97b2f9cdccbc6076b4f213c9dc890
|
||||||
%global commit_date 20260519
|
%global commit_date 20260410
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: envision-nightly
|
Name: envision-nightly
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
%global appid com.pikaos.falcondgui
|
|
||||||
|
|
||||||
Name: falcond-gui
|
Name: falcond-gui
|
||||||
Version: 1.0.3
|
Version: 1.0.2
|
||||||
Release: 1%{?dist}
|
Release: 1%?dist
|
||||||
Summary: A GTK4/LibAdwaita application to control and monitor the Falcond gaming optimization daemon
|
Summary: A GTK4/LibAdwaita application to control and monitor the Falcond gaming optimization daemon
|
||||||
SourceLicense: MIT
|
SourceLicense: MIT
|
||||||
License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND CC0-1.0 AND ISC AND (MIT OR Apache-2.0) AND MIT AND (Unlicense OR MIT)
|
License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND CC0-1.0 AND ISC AND (MIT OR Apache-2.0) AND MIT AND (Unlicense OR MIT)
|
||||||
@@ -32,12 +30,12 @@ falcond-gui provides a user-friendly graphical interface for managing falcond. I
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%cargo_install
|
%cargo_install
|
||||||
%desktop_file_install res/%{appid}.desktop
|
desktop-file-install res/%{name}.desktop
|
||||||
install -Dm644 res/%{appid}.png -t %{buildroot}%{_hicolordir}/512x512/apps/
|
install -Dm644 res/falcond.png -t %{buildroot}%{_hicolordir}/512x512/apps/
|
||||||
%{cargo_license_online} > LICENSE.dependencies
|
%{cargo_license_online} > LICENSE.dependencies
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%desktop_file_validate %{buildroot}%{_datadir}/applications/%{appid}.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor/ &>/dev/null || :
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor/ &>/dev/null || :
|
||||||
@@ -46,8 +44,8 @@ install -Dm644 res/%{appid}.png -t %{buildroot}%{_hicolordir}/512x512/apps/
|
|||||||
%doc ../README.md
|
%doc ../README.md
|
||||||
%license ../LICENSE.md
|
%license ../LICENSE.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_hicolordir}/512x512/apps/%{appid}.png
|
%{_hicolordir}/512x512/apps/falcond.png
|
||||||
%{_appsdir}/%{appid}.desktop
|
%{_appsdir}/%{name}.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 1 2026 Gilver E. <roachy@fyralabs.com> - 1.0.0-1
|
* Thu Jan 1 2026 Gilver E. <roachy@fyralabs.com> - 1.0.0-1
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
rpm.version(gitea("git.pika-os.com", "general-packages/falcond-gui"));
|
rpm.version(get("https://git.pika-os.com/api/v1/repos/general-packages/falcond-gui/releases").json_arr()[0].tag_name);
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||||
|
|
||||||
Name: feishin
|
Name: feishin
|
||||||
Version: 1.13.0
|
Version: 1.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern self-hosted music player
|
Summary: A modern self-hosted music player
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||||
|
|
||||||
%global ver 13.3.0
|
%global ver 13.3.0
|
||||||
%global commit f3e81d2608aa2e1269c53765ce61823c8ed2aea7
|
%global commit 410cfae9e2ab32c376e3844c0fc41470362c3174
|
||||||
%global shortcommit %{sub %{commit} 1 7}
|
%global shortcommit %{sub %{commit} 1 7}
|
||||||
%global commit_date 20260529
|
%global commit_date 20260508
|
||||||
%global devel_name QtColorWidgets
|
%global devel_name QtColorWidgets
|
||||||
%global _distro_extra_cflags -fuse-ld=mold
|
%global _distro_extra_cflags -fuse-ld=mold
|
||||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
%global crate halloy
|
%global crate halloy
|
||||||
|
|
||||||
Name: halloy
|
Name: halloy
|
||||||
Version: 2026.7.1
|
Version: 2026.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An open-source IRC client written in Rust, with the Iced GUI library
|
Summary: An open-source IRC client written in Rust, with the Iced GUI library
|
||||||
Packager: Yoong jin <solomoncyj@gmail.com>
|
Packager: Yoong jin <solomoncyj@gmail.com>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: helium-browser-bin
|
Name: helium-browser-bin
|
||||||
Version: 0.12.5.1
|
Version: 0.12.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Private, fast, and honest web browser based on Chromium
|
Summary: Private, fast, and honest web browser based on Chromium
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: juce
|
Name: juce
|
||||||
Version: 8.0.13
|
Version: 8.0.12
|
||||||
Release: 1%{?dist}
|
Release: 4%{?dist}
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
Summary: framework for audio application and plug-in development
|
Summary: framework for audio application and plug-in development
|
||||||
URL: https://juce.com
|
URL: https://juce.com
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
%global pure_protobuf_version 2.0.0
|
%global pure_protobuf_version 2.0.0
|
||||||
|
|
||||||
Name: komikku
|
Name: komikku
|
||||||
Version: 50.5.0
|
Version: 50.3.0
|
||||||
%forgemeta
|
%forgemeta
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A manga reader for GNOME
|
Summary: A manga reader for GNOME
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ A graphical user interface for %{name}.
|
|||||||
%build
|
%build
|
||||||
%global gomodulesmode GO111MODULE=on
|
%global gomodulesmode GO111MODULE=on
|
||||||
%gobuild -o %{name} .
|
%gobuild -o %{name} .
|
||||||
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
|
||||||
|
|
||||||
pushd app
|
pushd app
|
||||||
%npm_build -B
|
%npm_build -B
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 6bd07ce067fcaf4a282a7955ac2a24656b2a88b1
|
%global commit eb0ddc3337caf1fccfed5b10bf94aa9583c2929b
|
||||||
%global commit_date 20260603
|
%global commit_date 20260512
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global debug_package %nil
|
%global debug_package %nil
|
||||||
%global __strip /bin/true
|
%global __strip /bin/true
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
arches = ["x86_64"]
|
|
||||||
rpm {
|
|
||||||
spec = "mount-manager.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
Name: mount-manager
|
|
||||||
Version: 0.1.5
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: SMB Mount Manager helps users mount SMB shares through a simple GTK interface. It checks the share, asks for credentials, tests the mount, and creates a startup mount managed by systemd.
|
|
||||||
URL: https://github.com/Xarishark/mount-manager
|
|
||||||
Source0: https://github.com/Xarishark/mount-manager/archive/refs/tags/v%{version}.tar.gz
|
|
||||||
License: GPL-3.0-only
|
|
||||||
Requires: cifs-utils
|
|
||||||
Requires: gtk4
|
|
||||||
Requires: polkit
|
|
||||||
Requires: python3-gobject
|
|
||||||
Provides: SMB-Mount-Manager
|
|
||||||
BuildArch: noarch
|
|
||||||
Packager: Zacharias Xenakis <xarishark@outlook.com>
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n mount-manager-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -Dm 755 mount_manager.py %{buildroot}%{_bindir}/mount-manager
|
|
||||||
install -Dm 644 data/applications/io.github.xarishark.mount-manager.desktop %{buildroot}%{_appsdir}/io.github.xarishark.mount-manager.desktop
|
|
||||||
install -Dm 644 data/icons/hicolor/scalable/apps/io.github.xarishark.mount-manager.svg %{buildroot}%{_scalableiconsdir}/io.github.xarishark.mount-manager.svg
|
|
||||||
install -Dm 644 data/metainfo/io.github.xarishark.mount-manager.metainfo.xml %{buildroot}%{_metainfodir}/io.github.xarishark.mount-manager.metainfo.xml
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc README.md
|
|
||||||
%license LICENSE
|
|
||||||
%{_bindir}/mount-manager
|
|
||||||
%{_appsdir}/io.github.xarishark.mount-manager.desktop
|
|
||||||
%{_scalableiconsdir}/io.github.xarishark.mount-manager.svg
|
|
||||||
%{_metainfodir}/io.github.xarishark.mount-manager.metainfo.xml
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Fri May 15 2026 Zacharias Xenakis <xarishark@outlook.com>
|
|
||||||
- Initial package
|
|
||||||
* Fri May 15 2026 Zacharias Xenakis <xarishark@outlook.com>
|
|
||||||
- migrated to new source GIT
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(gh("Xarishark/mount-manager"));
|
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
# Disable X11 for RHEL 10+
|
# Disable X11 for RHEL 10+
|
||||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||||
|
|
||||||
%global commit 448de741f9e17a658c4e545c24cf7cb5b846e59d
|
%global commit 7732c305a5d23c145e84a54eaf1695f263bf9210
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260603
|
%global commit_date 20260512
|
||||||
%global ver 0.41.0
|
%global ver 0.41.0
|
||||||
|
|
||||||
Name: mpv-nightly
|
Name: mpv-nightly
|
||||||
@@ -21,7 +21,6 @@ BuildRequires: gcc
|
|||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
BuildRequires: libatomic
|
BuildRequires: libatomic
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
|
|
||||||
BuildRequires: perl(Encode)
|
BuildRequires: perl(Encode)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global metainfo_commit 47f57d55cc9897a31ac8d0a6411def15cddfe1c4
|
%global metainfo_commit f467512129f94bc4c90187e86192202ecc78e820
|
||||||
|
|
||||||
Name: proton-vpn-gtk-app
|
Name: proton-vpn-gtk-app
|
||||||
Version: 4.16.5
|
Version: 4.16.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Official ProtonVPN Linux app
|
Summary: Official ProtonVPN Linux app
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit d4283e2e9bae6a95673227e41d2c345d7780990a
|
%global commit b8a8e25fdc8a9f7c479535144ca8f99a31aa299f
|
||||||
%global commit_date 20260519
|
%global commit_date 20260325
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: rasputin
|
Name: rasputin
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "resources.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
Name: resources
|
|
||||||
Version: 1.10.2
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: Keep an eye on system resources
|
|
||||||
License: GPL-3.0-or-later
|
|
||||||
URL: https://gitlab.gnome.org/GNOME/Incubator/resources
|
|
||||||
Source0: %{url}/-/archive/v%{version}/resources-v%{version}.tar.gz
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
|
|
||||||
BuildRequires: meson
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: cargo
|
|
||||||
BuildRequires: ninja-build
|
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: pkgconfig(gtk4)
|
|
||||||
BuildRequires: pkgconfig(libadwaita-1)
|
|
||||||
|
|
||||||
Requires: cairo
|
|
||||||
Requires: graphene
|
|
||||||
Requires: gtk4
|
|
||||||
Requires: hicolor-icon-theme
|
|
||||||
Requires: libadwaita
|
|
||||||
Requires: libgcc
|
|
||||||
Requires: polkit
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
|
||||||
Resources is a simple yet powerful monitor for your system resources
|
|
||||||
and processes, written in Rust and using GTK 4 and libadwaita for its GUI.
|
|
||||||
It’s capable of displaying usage and details of your CPU, memory, GPUs, NPUs,
|
|
||||||
network interfaces and block devices. It’s also capable of listing and
|
|
||||||
terminating running graphical applications as well as processes.
|
|
||||||
|
|
||||||
Resources is not a program that will try to display every single possible
|
|
||||||
piece of information about each tiny part of your device. Instead, it aims
|
|
||||||
to strike a balance between information richness, user-friendliness and a
|
|
||||||
balanced user interface — showing you most of the information most
|
|
||||||
of you need most of the time.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n %{name}-v%{version}
|
|
||||||
|
|
||||||
%conf
|
|
||||||
%meson
|
|
||||||
|
|
||||||
%build
|
|
||||||
%meson_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%meson_install
|
|
||||||
%find_lang resources
|
|
||||||
|
|
||||||
%files -f resources.lang
|
|
||||||
%doc README.md
|
|
||||||
%license LICENSE
|
|
||||||
%{_bindir}/resources
|
|
||||||
%{_libexecdir}/resources/resources-adjust
|
|
||||||
%{_libexecdir}/resources/resources-kill
|
|
||||||
%{_libexecdir}/resources/resources-processes
|
|
||||||
%{_appsdir}/net.nokyan.Resources.Devel.desktop
|
|
||||||
%{_datadir}/glib-2.0/schemas/net.nokyan.Resources.Devel.gschema.xml
|
|
||||||
%{_datadir}/polkit-1/actions/net.nokyan.Resources.Devel.policy
|
|
||||||
%{_datadir}/resources/resources.gresource
|
|
||||||
%{_scalableiconsdir}/net.nokyan.Resources.Devel.svg
|
|
||||||
%{_hicolordir}/symbolic/apps/net.nokyan.Resources.Devel-symbolic.svg
|
|
||||||
%{_metainfodir}/net.nokyan.Resources.Devel.metainfo.xml
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sat May 16 2026 Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
- Initial commit
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(gitlab_tag("https://gitlab.gnome.org", "39041"));
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit d4283e2e9bae6a95673227e41d2c345d7780990a
|
%global commit b8a8e25fdc8a9f7c479535144ca8f99a31aa299f
|
||||||
%global commit_date 20260519
|
%global commit_date 20260325
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: appset
|
Name: appset
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 8d837571ef02a4c1c4d74e419ebc59d66b47b685
|
%global commit ecc8fff9109001717d913dd5a4d30573f4a3f2c5
|
||||||
%global commit_date 20260521
|
%global commit_date 20260401
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: rp-bookshelf
|
Name: rp-bookshelf
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 0e6cd08585bccd8f56c69bf8785777c2e3e67c4a
|
%global commit 7b4843db7b7774110077760973e8050b4e632f86
|
||||||
%global commit_date 20260520
|
%global commit_date 20260331
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: rpcc
|
Name: rpcc
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit 697168fa320f7d0cabeb5edcf9778fff48e32be2
|
%global commit 8ce6f3eadf8e41d364d76d0853ae7f0cbb4fc23d
|
||||||
%global commit_date 20260519
|
%global commit_date 20260501
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: rpinters
|
Name: rpinters
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
%global ver 2026-06-03
|
%global ver 2026-05-12
|
||||||
%global goodver %(echo %ver | sed 's/-//g')
|
%global goodver %(echo %ver | sed 's/-//g')
|
||||||
%global __brp_mangle_shebangs %{nil}
|
%global __brp_mangle_shebangs %{nil}
|
||||||
%bcond_without mold
|
%bcond_without mold
|
||||||
|
|||||||
@@ -19,8 +19,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: scrcpy
|
Name: scrcpy
|
||||||
Version: 4.0
|
Version: 3.3.4
|
||||||
Release: 1%{?dist}
|
Release: 1%?dist
|
||||||
Summary: Display and control your Android device
|
Summary: Display and control your Android device
|
||||||
License: Apache-2.0 AND Proprietary
|
License: Apache-2.0 AND Proprietary
|
||||||
URL: https://github.com/Genymobile/scrcpy
|
URL: https://github.com/Genymobile/scrcpy
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
- "node": "24.15.0"
|
- "node": "24.14.0"
|
||||||
+ "node": ">= 22"
|
+ "node": ">= 22"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: signal-desktop
|
Name: signal-desktop
|
||||||
%electronmeta -aD
|
%electronmeta -aD
|
||||||
Version: 8.13.0
|
Version: 8.9.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A private messenger for Windows, macOS, and Linux
|
Summary: A private messenger for Windows, macOS, and Linux
|
||||||
URL: https://signal.org
|
URL: https://signal.org
|
||||||
@@ -70,8 +70,7 @@ pushd sticker-creator
|
|||||||
popd
|
popd
|
||||||
%dnl %pnpm_build -r generate,build:policy-files,generate,build:esbuild:prod
|
%dnl %pnpm_build -r generate,build:policy-files,generate,build:esbuild:prod
|
||||||
%{__pnpm} run generate
|
%{__pnpm} run generate
|
||||||
%{__pnpm} run build-linux --%{_electron_cpu} --linux AppImage
|
%{__pnpm} run build-linux
|
||||||
echo "Electron Builder" > %{rpmbuilddir}/webapp-tool.txt
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%electron_install -i signal -l -I build/icons/png
|
%electron_install -i signal -l -I build/icons/png
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: spotify-launcher
|
Name: spotify-launcher
|
||||||
Version: 0.6.6
|
Version: 0.6.5
|
||||||
Release: 1%{?dist}
|
Release: 3%?dist
|
||||||
Summary: Client for spotify's apt repository in Rust
|
Summary: Client for spotify's apt repository in Rust
|
||||||
License: Apache-2.0 AND MIT AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CDLA-Permissive-2.0 AND ISC AND (ISC AND (Apache-2.0 OR ISC)) AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib
|
License: Apache-2.0 AND MIT AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CDLA-Permissive-2.0 AND ISC AND (ISC AND (Apache-2.0 OR ISC)) AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib
|
||||||
Packager: veuxit <erroor234@gmail.com>
|
Packager: veuxit <erroor234@gmail.com>
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
%global realname subtitleedit
|
%global realname subtitleedit
|
||||||
|
|
||||||
Name: %realname.bin
|
Name: %realname.bin
|
||||||
Version: 4.0.16
|
Version: 4.0.15
|
||||||
Release: 1%{?dist}
|
Release: 1%?dist
|
||||||
Summary: An advanced subtitle editor and converter
|
Summary: An advanced subtitle editor and converter
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
URL: https://www.nikse.dk/SubtitleEdit
|
URL: https://www.nikse.dk/SubtitleEdit
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
%undefine __brp_mangle_shebangs
|
%undefine __brp_mangle_shebangs
|
||||||
|
|
||||||
Name: python-tauon
|
Name: python-tauon
|
||||||
Version: 10.0.1
|
Version: 9.1.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A music player for the desktop. Designed to be powerful and streamlined
|
Summary: A music player for the desktop. Designed to be powerful and streamlined
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
v1.13.12
|
v1.13.11
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
#? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git
|
#? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git
|
||||||
|
|
||||||
Name: throne
|
Name: throne
|
||||||
Version: 1.1.4
|
Version: 1.1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
|
Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
|
||||||
URL: https://github.com/throneproj/Throne
|
URL: https://github.com/throneproj/Throne
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "wavemon.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(gh("uoaerg/wavemon"));
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
Name: wavemon
|
|
||||||
Version: 0.9.7
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: ncurses-based monitoring application for wireless network devices on Linux
|
|
||||||
License: GPL-3.0-or-later
|
|
||||||
URL: https://github.com/uoaerg/wavemon
|
|
||||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: ncurses-devel
|
|
||||||
BuildRequires: pkgconfig(libnl-3.0)
|
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup
|
|
||||||
sed -e '/^CFLAGS=/d' -i configure.ac
|
|
||||||
sed -r 's|\?=|=|g' -i Makefile.in
|
|
||||||
autoreconf -fiv
|
|
||||||
|
|
||||||
%conf
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
|
|
||||||
CXXFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
|
|
||||||
export CFLAGS
|
|
||||||
export CXXFLAGS
|
|
||||||
%configure
|
|
||||||
|
|
||||||
%build
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%make_install
|
|
||||||
# Delete wrong placed readme and license
|
|
||||||
rm -rf %{buildroot}%{_datadir}/%{name}/*
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc README.md
|
|
||||||
%license LICENSE
|
|
||||||
%{_mandir}/man*/%{name}*.*
|
|
||||||
%{_bindir}/%{name}
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Tue May 19 2026 Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
- Initial commit
|
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
# Fedora sometimes sources the snapshots under stable versions and just bumps release
|
# Fedora sometimes sources the snapshots under stable versions and just bumps release
|
||||||
# For user clarity I have separated these into different packages
|
# For user clarity I have separated these into different packages
|
||||||
%global commit 08304e81f9ac9a83c552a6bd78689040d174bf95
|
%global commit 14b802e419aff260b9d630e71027d88855e224e7
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global ver 20260125
|
%global ver 20260125
|
||||||
%global commit_date 20260531
|
%global commit_date 20260411
|
||||||
|
|
||||||
Name: winetricks-git
|
Name: winetricks-git
|
||||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
%global crate anda
|
%global crate anda
|
||||||
|
|
||||||
Name: anda
|
Name: anda
|
||||||
Version: 0.7.0
|
Version: 0.5.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Andaman Build toolchain
|
Summary: Andaman Build toolchain
|
||||||
SourceLicense: MIT
|
SourceLicense: MIT
|
||||||
License: ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND BSL-1.0 AND CDLA-Permissive-2.0 AND ISC AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0-or-later AND MPL-2.0-only AND Unicode-3.0 AND (Unlicense OR MIT)
|
License: ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND BSL-1.0 AND CDLA-Permissive-2.0 AND ISC AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0-or-later AND MPL-2.0-only AND Unicode-3.0 AND (Unlicense OR MIT)
|
||||||
|
|||||||
@@ -2,7 +2,4 @@ project pkg {
|
|||||||
rpm {
|
rpm {
|
||||||
spec = "rust-mise.spec"
|
spec = "rust-mise.spec"
|
||||||
}
|
}
|
||||||
labels {
|
|
||||||
large = 1
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,15 @@
|
|||||||
--- mise-2026.5.6/Cargo.toml 2006-07-24T01:21:28+00:00
|
--- mise-2026.2.10/Cargo.toml 2006-07-24T01:21:28+00:00
|
||||||
+++ mise-2026.5.6/Cargo.toml 2026-05-13T07:19:23.400768+00:00
|
+++ mise-2026.2.10/Cargo.toml 2026-02-12T15:02:18.584012+00:00
|
||||||
@@ -624,31 +624,6 @@
|
@@ -575,30 +575,6 @@
|
||||||
optional = true
|
optional = true
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
-[target."cfg(windows)".dependencies.self_update]
|
-[target."cfg(windows)".dependencies.self_update]
|
||||||
-version = "0.44"
|
-version = "0.42"
|
||||||
-features = [
|
-features = [
|
||||||
- "archive-zip",
|
- "archive-zip",
|
||||||
- "compression-zip-deflate",
|
- "compression-zip-deflate",
|
||||||
- "signatures",
|
- "signatures",
|
||||||
- "reqwest",
|
|
||||||
- "rustls",
|
- "rustls",
|
||||||
-]
|
-]
|
||||||
-optional = true
|
-optional = true
|
||||||
@@ -27,12 +26,12 @@
|
|||||||
-]
|
-]
|
||||||
-
|
-
|
||||||
-[target."cfg(windows)".dependencies.zipsign-api]
|
-[target."cfg(windows)".dependencies.zipsign-api]
|
||||||
-version = "0.2"
|
-version = "0.1"
|
||||||
-
|
-
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
borrowed_box = "allow"
|
borrowed_box = "allow"
|
||||||
|
|
||||||
@@ -663,3 +638,4 @@
|
@@ -615,3 +591,4 @@
|
||||||
[profile.serious]
|
[profile.serious]
|
||||||
lto = true
|
lto = true
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
%global crate mise
|
%global crate mise
|
||||||
|
|
||||||
Name: rust-mise
|
Name: rust-mise
|
||||||
Version: 2026.6.0
|
Version: 2026.5.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Front-end to your dev env
|
Summary: Front-end to your dev env
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ BuildRequires: meson
|
|||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
BuildRequires: pkgconfig(budgie-3.0)
|
BuildRequires: pkgconfig(budgie-1.0)
|
||||||
BuildRequires: pkgconfig(gee-0.8)
|
BuildRequires: pkgconfig(gee-0.8)
|
||||||
BuildRequires: pkgconfig(gnome-settings-daemon)
|
BuildRequires: pkgconfig(gnome-settings-daemon)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
@@ -25,9 +25,6 @@ BuildRequires: pkgconfig(libnma)
|
|||||||
BuildRequires: pkgconfig(libnotify)
|
BuildRequires: pkgconfig(libnotify)
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(libwnck-3.0)
|
BuildRequires: pkgconfig(libwnck-3.0)
|
||||||
BuildRequires: pkgconfig(libpeas-2)
|
|
||||||
BuildRequires: pkgconfig(libxfce4windowing-0)
|
|
||||||
BuildRequires: pkgconfig(gtk-layer-shell-0)
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(appstream)
|
BuildRequires: pkgconfig(appstream)
|
||||||
BuildRequires: pkgconfig(granite)
|
BuildRequires: pkgconfig(granite)
|
||||||
@@ -132,6 +129,13 @@ Summary: Shows the time in a Fuzzy Way
|
|||||||
%description -n budgie-applet-fuzzyclock
|
%description -n budgie-applet-fuzzyclock
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
|
%package -n budgie-applet-hotcorners
|
||||||
|
Requires: budgie-extras-common
|
||||||
|
Summary: Applet providing hotcorners capabilities for the Budgie Desktop
|
||||||
|
%description -n budgie-applet-hotcorners
|
||||||
|
The hotcorners applet allow user defined commands to be executed
|
||||||
|
when the mouse cursor is pushed into a corner of the main desktop.
|
||||||
|
|
||||||
%package -n budgie-applet-kangaroo
|
%package -n budgie-applet-kangaroo
|
||||||
Requires: budgie-extras-common
|
Requires: budgie-extras-common
|
||||||
Summary: Applet to allow quick file-browsing
|
Summary: Applet to allow quick file-browsing
|
||||||
@@ -140,6 +144,15 @@ The kangaroo applet allows for quick & easy browsing, across
|
|||||||
(possibly) many directory layers, without having to do a single mouse
|
(possibly) many directory layers, without having to do a single mouse
|
||||||
click.
|
click.
|
||||||
|
|
||||||
|
%package -n budgie-applet-keyboard-autoswitch
|
||||||
|
Requires: budgie-extras-common
|
||||||
|
Summary: Applet adding the ability to set a different keyboard layout per application
|
||||||
|
%description -n budgie-applet-keyboard-autoswitch
|
||||||
|
The Keyboard Auto Switcher applet provides the user the ability to set
|
||||||
|
a different keyboard layout per application. Exceptions to the default
|
||||||
|
layout can be set by simply choosing a different layout using the
|
||||||
|
Keyboard Layout applet.
|
||||||
|
|
||||||
%package -n budgie-applet-network-manager
|
%package -n budgie-applet-network-manager
|
||||||
Requires: budgie-extras-common
|
Requires: budgie-extras-common
|
||||||
Summary: A fork of Wingpanel Network Indicator, ported to budgie desktop
|
Summary: A fork of Wingpanel Network Indicator, ported to budgie desktop
|
||||||
@@ -168,11 +181,12 @@ Summary: Applet displays files recently accessed for the Budgie Desktop
|
|||||||
The recentlyused applet displays the users files that have been opened
|
The recentlyused applet displays the users files that have been opened
|
||||||
or created within a configurable period of time.
|
or created within a configurable period of time.
|
||||||
|
|
||||||
%package -n budgie-applet-screencast
|
%package -n budgie-applet-rotation-lock
|
||||||
Requires: budgie-extras-common
|
Requires: budgie-extras-common
|
||||||
Summary: Applet wrapper around wf-recorder
|
Summary: Applet to lock or unlock the screen rotation
|
||||||
%description -n budgie-applet-screencast
|
%description -n budgie-applet-rotation-lock
|
||||||
Applet wrapper around wf-recorder. Allows recording of whole screen displays or areas.
|
The Rotation Lock applet provides the user an easy way to lock or
|
||||||
|
unlock the screen rotation.
|
||||||
|
|
||||||
%package -n budgie-applet-showtime
|
%package -n budgie-applet-showtime
|
||||||
Requires: budgie-extras-common
|
Requires: budgie-extras-common
|
||||||
@@ -213,6 +227,31 @@ Summary: Applet to display the weather and forecast
|
|||||||
The weathershow applet displays daily and three hourly weather
|
The weathershow applet displays daily and three hourly weather
|
||||||
forecasts on both the desktop and a Popover.
|
forecasts on both the desktop and a Popover.
|
||||||
|
|
||||||
|
%package -n budgie-applet-window-shuffler
|
||||||
|
Requires: budgie-extras-common
|
||||||
|
Requires: budgie-extras-daemon
|
||||||
|
Summary: Budgie Window Shuffler
|
||||||
|
%description -n budgie-applet-window-shuffler
|
||||||
|
%{summary}
|
||||||
|
|
||||||
|
%package -n budgie-applet-workspace-stopwatch
|
||||||
|
Requires: budgie-extras-common
|
||||||
|
Summary: An applet to keep track of usage per workspace
|
||||||
|
%description -n budgie-applet-workspace-stopwatch
|
||||||
|
Workspace Timer Applet is an applet to keep track of usage per workspace, e.g.
|
||||||
|
to find out how much minutes/hours were actually spent on a job. Workspaces can
|
||||||
|
be freely named, custom names and all data are rmembered, also after
|
||||||
|
logout/restart, until the RESET button is pressed. The log file is updated
|
||||||
|
onworkspace switch/clicking the icon for popup or else every 30 seconds. Time
|
||||||
|
during suspend is automatically retracted from a workspace' time.
|
||||||
|
|
||||||
|
%package -n budgie-applet-wpreviews
|
||||||
|
Requires: budgie-extras-common
|
||||||
|
Requires: budgie-extras-daemon
|
||||||
|
Summary: Applet providing window previews capabilities for the Budgie Desktop
|
||||||
|
%description -n budgie-applet-wpreviews
|
||||||
|
The Previews applet shows an overview of windows in an expose like way.
|
||||||
|
|
||||||
%package -n budgie-applet-wswitcher
|
%package -n budgie-applet-wswitcher
|
||||||
Requires: budgie-extras-common
|
Requires: budgie-extras-common
|
||||||
Requires: budgie-extras-daemon
|
Requires: budgie-extras-daemon
|
||||||
@@ -227,14 +266,8 @@ workspaces.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
find . -name "meson.build" -exec sed -i "s/dependency('budgie-1.0')/dependency('budgie-3.0')/g" {} +
|
|
||||||
find . -name "meson.build" -exec sed -i "s/dependency('libpeas-1.0')/dependency('libpeas-2')/g" {} +
|
|
||||||
find . -name "meson.build" -exec sed -i "s/dependency('libpeas-gtk-1.0')/dependency('libpeas-2')/g" {} +
|
|
||||||
|
|
||||||
%conf
|
|
||||||
%meson -Dfor-wayland=true
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%meson
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -249,6 +282,7 @@ rm -f %{buildroot}%{_bindir}/quickchar
|
|||||||
|
|
||||||
%{__ln_s} -fv %{_bindir}/quickchar %{_libdir}/quickchar/quickchar
|
%{__ln_s} -fv %{_bindir}/quickchar %{_libdir}/quickchar/quickchar
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
@@ -260,91 +294,103 @@ rm -f %{buildroot}%{_bindir}/quickchar
|
|||||||
%{_bindir}/budgie-extras-daemon
|
%{_bindir}/budgie-extras-daemon
|
||||||
%{_libdir}/budgie-extras-daemon/invoke.py
|
%{_libdir}/budgie-extras-daemon/invoke.py
|
||||||
%{_datadir}/budgie-desktop/layouts/*.layout
|
%{_datadir}/budgie-desktop/layouts/*.layout
|
||||||
|
%{_datadir}/budgie-extras-daemon
|
||||||
%{_mandir}/man1/budgie-extras-daemon.1.gz
|
%{_mandir}/man1/budgie-extras-daemon.1.gz
|
||||||
|
|
||||||
%files -n budgie-applet-app-launcher
|
%files -n budgie-applet-app-launcher
|
||||||
%{_datadir}/pixmaps/budgie-app-launcher*.svg
|
%{_datadir}/pixmaps/budgie-app-launcher*.svg
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-app-launcher
|
%{_libdir}/budgie-desktop/plugins/budgie-app-launcher
|
||||||
%{_metainfodir}/org.ubuntubudgie.applauncher.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-applications-menu
|
%files -n budgie-applet-applications-menu
|
||||||
%{_libdir}/budgie-desktop/plugins/applications-menu
|
%{_libdir}/budgie-desktop/plugins/applications-menu
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-appmenu.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-appmenu.gschema.xml
|
||||||
|
#%%{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.applications-menu.gschema.xml
|
||||||
|
|
||||||
%files -n budgie-applet-brightness-controller
|
%files -n budgie-applet-brightness-controller
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-brightness-controller
|
%{_libdir}/budgie-desktop/plugins/budgie-brightness-controller
|
||||||
%{_datadir}/pixmaps/budgie-brightness-controller-1-symbolic.svg
|
%{_datadir}/pixmaps/budgie-brightness-controller-1-symbolic.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.brightnesscontroller.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-clockworks
|
%files -n budgie-applet-clockworks
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-clockworks
|
%{_libdir}/budgie-desktop/plugins/budgie-clockworks
|
||||||
%{_datadir}/glib-2.0/schemas/*budgie-clockworks*.xml
|
%{_datadir}/glib-2.0/schemas/*budgie-clockworks*.xml
|
||||||
%{_datadir}/pixmaps/budgie-clockworks*.svg
|
%{_datadir}/pixmaps/budgie-clockworks*.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.clockworks.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-countdown
|
%files -n budgie-applet-countdown
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-countdown
|
%{_libdir}/budgie-desktop/plugins/budgie-countdown
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-countdown.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-countdown.gschema.xml
|
||||||
%{_datadir}/pixmaps/budgie-countdown-symbolic.svg
|
%{_datadir}/pixmaps/budgie-countdown-symbolic.svg
|
||||||
%{_datadir}/pixmaps/cr_*.png
|
%{_datadir}/pixmaps/cr_*.png
|
||||||
%{_metainfodir}/org.ubuntubudgie.countdown.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-dropby
|
%files -n budgie-applet-dropby
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-dropby
|
%{_libdir}/budgie-desktop/plugins/budgie-dropby
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-dropby.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-dropby.gschema.xml
|
||||||
%{_datadir}/pixmaps/budgie-dropby*.svg
|
%{_datadir}/pixmaps/budgie-dropby*.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.dropby.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-fuzzyclock
|
%files -n budgie-applet-fuzzyclock
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-fuzzyclock
|
%{_libdir}/budgie-desktop/plugins/budgie-fuzzyclock
|
||||||
%{_metainfodir}/org.ubuntubudgie.fuzzyclock.metainfo.xml
|
|
||||||
|
%files -n budgie-applet-hotcorners
|
||||||
|
%{_libdir}/budgie-desktop/plugins/budgie-hotcorners
|
||||||
|
%config %{_sysconfdir}/xdg/autostart/org.ubuntubudgie.budgie-extras.HotCorners-autostart.desktop
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-extras.HotCorners.gschema.xml
|
||||||
|
%{_datadir}/applications/org.ubuntubudgie.budgie-extras.HotCorners.desktop
|
||||||
|
%{_datadir}/budgie-hotcorners
|
||||||
|
/usr/libexec/budgie-hotcorners/
|
||||||
|
|
||||||
|
%{_datadir}/pixmaps/budgie-hotcorners-symbolic.svg
|
||||||
|
%{_datadir}/pixmaps/budgie-hotcgui-*.svg
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.budgie-extras.hotcorners.svg
|
||||||
|
|
||||||
%files -n budgie-applet-kangaroo
|
%files -n budgie-applet-kangaroo
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-kangaroo
|
%{_libdir}/budgie-desktop/plugins/budgie-kangaroo
|
||||||
%{_datadir}/pixmaps/budgie-foldertrack-symbolic.svg
|
%{_datadir}/pixmaps/budgie-foldertrack-symbolic.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.kangaroo.metainfo.xml
|
|
||||||
|
%files -n budgie-applet-keyboard-autoswitch
|
||||||
|
%{_libdir}/budgie-desktop/plugins/budgie-keyboard-autoswitch
|
||||||
|
%{_datadir}/pixmaps/budgie-keyboard-autoswitch-symbolic.svg
|
||||||
|
|
||||||
%files -n budgie-applet-network-manager
|
%files -n budgie-applet-network-manager
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-network-manager
|
%{_libdir}/budgie-desktop/plugins/budgie-network-manager
|
||||||
|
|
||||||
%files -n budgie-applet-quickchar
|
%files -n budgie-applet-quickchar
|
||||||
|
%config %{_sysconfdir}/xdg/autostart/quickchar-autostart.desktop
|
||||||
%ghost %{_bindir}/quickchar
|
%ghost %{_bindir}/quickchar
|
||||||
|
%{_libdir}/quickchar
|
||||||
|
%{_datadir}/applications/org.ubuntubudgie.quickchar.desktop
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.quickchar.gschema.xml
|
||||||
|
%{_datadir}/quickchar/chardata
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.quickchar.svg
|
||||||
|
%{_mandir}/man1/quickchar.1.gz
|
||||||
|
%{_datadir}/metainfo/org.ubuntubudgie.quickchar.metainfo.xml
|
||||||
|
|
||||||
%files -n budgie-applet-quicknote
|
%files -n budgie-applet-quicknote
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-quicknote
|
%{_libdir}/budgie-desktop/plugins/budgie-quicknote
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.quicknote.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.quicknote.gschema.xml
|
||||||
%{_datadir}/pixmaps/budgie-quicknote-symbolic.svg
|
%{_datadir}/pixmaps/budgie-quicknote-symbolic.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.quicknote.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-recentlyused
|
%files -n budgie-applet-recentlyused
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-recentlyused
|
%{_libdir}/budgie-desktop/plugins/budgie-recentlyused
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-recentlyused.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-recentlyused.gschema.xml
|
||||||
%{_metainfodir}/org.ubuntubudgie.recentlyused.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-screencast
|
%files -n budgie-applet-rotation-lock
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-screencast/BudgieScreencast.plugin
|
%{_libdir}/budgie-desktop/plugins/budgie-rotation-lock
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-screencast/libbudgie-screencast.so
|
%{_datadir}/pixmaps/budgie-rotation-*.svg
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-screencast.gschema.xml
|
|
||||||
%{_datadir}/pixmaps/budgie-screencast-symbolic.svg
|
|
||||||
|
|
||||||
%files -n budgie-applet-showtime
|
%files -n budgie-applet-showtime
|
||||||
%{_libdir}/budgie-desktop/raven-plugins/org.ubuntubudgie.raven.widget.budgie-showtime/*
|
%{_libdir}/budgie-desktop/plugins/budgie-showtime
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-showtime.gschema.xml
|
||||||
%{_datadir}/pixmaps/showtimenew-symbolic.svg
|
%{_datadir}/pixmaps/showtimenew-symbolic.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.showtime.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-takeabreak
|
%files -n budgie-applet-takeabreak
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-takeabreak
|
%{_libdir}/budgie-desktop/plugins/budgie-takeabreak
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.takeabreak.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.takeabreak.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.raven.widget.budgie-showtime.gschema.xml
|
|
||||||
%{_datadir}/pixmaps/takeabreak*.svg
|
%{_datadir}/pixmaps/takeabreak*.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.takeabreak.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-visualspace
|
%files -n budgie-applet-visualspace
|
||||||
%config %{_sysconfdir}/xdg/autostart/visualspace-autostart.desktop
|
%config %{_sysconfdir}/xdg/autostart/visualspace-autostart.desktop
|
||||||
%{_libdir}/budgie-desktop/plugins/budgie-visualspace
|
%{_libdir}/budgie-desktop/plugins/budgie-visualspace
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-visualspace.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-visualspace.gschema.xml
|
||||||
%{_datadir}/pixmaps/visualspace-symbolic.svg
|
%{_datadir}/pixmaps/visualspace-symbolic.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.visualspace.metainfo.xml
|
|
||||||
|
|
||||||
%files -n budgie-applet-wallstreet
|
%files -n budgie-applet-wallstreet
|
||||||
%config %{_sysconfdir}/xdg/autostart/wallstreet-autostart.desktop
|
%config %{_sysconfdir}/xdg/autostart/wallstreet-autostart.desktop
|
||||||
@@ -360,18 +406,42 @@ rm -f %{buildroot}%{_bindir}/quickchar
|
|||||||
%{_datadir}/budgie-desktop/budgie-weathershow/weather_icons/*
|
%{_datadir}/budgie-desktop/budgie-weathershow/weather_icons/*
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.weathershow.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.weathershow.gschema.xml
|
||||||
%{_datadir}/pixmaps/budgie-wticon-symbolic.svg
|
%{_datadir}/pixmaps/budgie-wticon-symbolic.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.weathershow.metainfo.xml
|
|
||||||
|
%files -n budgie-applet-window-shuffler
|
||||||
|
%config %{_sysconfdir}/xdg/autostart/layoutspopup-autostart.desktop
|
||||||
|
%config %{_sysconfdir}/xdg/autostart/dragsnap-autostart.desktop
|
||||||
|
%config %{_sysconfdir}/xdg/autostart/shuffler*.desktop
|
||||||
|
%{_libdir}/budgie-window-shuffler
|
||||||
|
%{_datadir}/applications/org.ubuntubudgie.shufflercontrol.desktop
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.shuffler-control.svg
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.windowshuffler.gschema.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-shufflerapplet.gschema.xml
|
||||||
|
%{_datadir}/pixmaps/shuffler-*.svg
|
||||||
|
%{_datadir}/pixmaps/shufflerapplet-*.svg
|
||||||
|
%{_datadir}/pixmaps/dragsnapimg*.svg
|
||||||
|
%{_libdir}/budgie-desktop/plugins/budgie-window-shuffler/ShufflerAPplet.plugin
|
||||||
|
%{_libdir}/budgie-desktop/plugins/budgie-window-shuffler/libshufflerapplet.so
|
||||||
|
%{_datadir}/metainfo/org.ubuntubudgie.shufflercontrol.metainfo.xml
|
||||||
|
|
||||||
|
%files -n budgie-applet-workspace-stopwatch
|
||||||
|
%{_libdir}/budgie-desktop/plugins/budgie-workspace-stopwatch
|
||||||
|
%{_datadir}/pixmaps/budgie-wstopwatch-symbolic.svg
|
||||||
|
|
||||||
|
%files -n budgie-applet-wpreviews
|
||||||
|
%config %{_sysconfdir}/xdg/autostart/previews-*.desktop
|
||||||
|
%{_libdir}/budgie-previews
|
||||||
|
%{_datadir}/applications/org.ubuntubudgie.previewscontrols.desktop
|
||||||
|
%{_datadir}/metainfo/org.ubuntubudgie.previewscontrols.metainfo.xml
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-wpreviews.gschema.xml
|
||||||
|
%{_datadir}/pixmaps/budgie_wpreviews_*.png
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.budgiewpreviews.svg
|
||||||
|
|
||||||
%files -n budgie-applet-wswitcher
|
%files -n budgie-applet-wswitcher
|
||||||
%{_libdir}/budgie-desktop/raven-plugins/org.ubuntubudgie.raven.widget.budgie-wswitcher/*
|
%{_libdir}/budgie-desktop/plugins/budgie-wswitcher
|
||||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-wswitcher.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-wswitcher.gschema.xml
|
||||||
%{_datadir}/pixmaps/budgie-wsw-symbolic.svg
|
%{_datadir}/pixmaps/budgie-wsw-symbolic.svg
|
||||||
%{_metainfodir}/org.ubuntubudgie.wswitcher.metainfo.xml
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 02 2026 Owen Zimmerman <owen@fyralabs.com> - 2.2.3-1
|
|
||||||
- Update for 2.2.3
|
|
||||||
|
|
||||||
* Thu Jun 09 2022 Cappy Ishihara <cappy@cappuchino.xyz> - 1.4.0-1
|
* Thu Jun 09 2022 Cappy Ishihara <cappy@cappuchino.xyz> - 1.4.0-1
|
||||||
- Updated to 1.4.0
|
- Updated to 1.4.0
|
||||||
- Added requirements for Workspace Overview
|
- Added requirements for Workspace Overview
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: driftwm
|
Name: driftwm
|
||||||
Version: 0.9.0
|
Version: 0.6.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A trackpad-first infinite canvas Wayland compositor
|
Summary: A trackpad-first infinite canvas Wayland compositor
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@@ -38,9 +38,7 @@ export PREFIX=/usr
|
|||||||
%{_bindir}/driftwm-session
|
%{_bindir}/driftwm-session
|
||||||
%{_datadir}/wayland-sessions/driftwm.desktop
|
%{_datadir}/wayland-sessions/driftwm.desktop
|
||||||
%{_datadir}/xdg-desktop-portal/driftwm-portals.conf
|
%{_datadir}/xdg-desktop-portal/driftwm-portals.conf
|
||||||
%{_sysconfdir}/driftwm/config.reference.toml
|
%{_sysconfdir}/driftwm/config.toml
|
||||||
%{_datadir}/driftwm/wallpapers/animated/*.glsl
|
|
||||||
%{_datadir}/driftwm/wallpapers/static/*.glsl
|
|
||||||
%{_datadir}/driftwm/wallpapers/*.glsl
|
%{_datadir}/driftwm/wallpapers/*.glsl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
%global commit bb8f2e646679f592bd50a175ea784f1a1d69dc8b
|
%global commit 0df5f952843a296bf9f9b61b36c5fae5d851700b
|
||||||
%global commit_date 20260519
|
%global commit_date 20250925
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%global extension battery_time
|
%global extension battery_time
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: gnome-shell-extension-%{extension}
|
Name: gnome-shell-extension-%{extension}
|
||||||
Version: 0~%{commit_date}git.%{shortcommit}
|
Version: 0~%{commit_date}git.%{shortcommit}
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Battery remaining time extension for GNOME Shell
|
Summary: Battery remaining time extension for GNOME Shell
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://github.com/pomoke/battery_time
|
URL: https://github.com/pomoke/battery_time
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
%global commit c9dde8ec3f9a027ee2080b4beda2af9bc20fc927
|
%global commit fb4d52638e4677f8192292621e4f2a08f61a88f7
|
||||||
%global commit_date 20260522
|
%global commit_date 20260512
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%global extension multi-monitors-bar
|
%global extension multi-monitors-bar
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
%global uuid vicinae@dagimg-dot.netlify.app
|
%global uuid vicinae@dagimg-dot.netlify.app
|
||||||
|
|
||||||
Name: gnome-shell-extension-vicinae
|
Name: gnome-shell-extension-vicinae
|
||||||
Version: 1.6.2
|
Version: 1.6.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/dagimg-dot/vicinae-gnome-extension
|
URL: https://github.com/dagimg-dot/vicinae-gnome-extension
|
||||||
Source: %{url}/archive/refs/tags/v%{version}.tar.gz
|
Source: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||||
@@ -22,7 +22,7 @@ Companion GNOME extension for Vicinae launcher with clipboard monitoring,
|
|||||||
window management APIs, and paste-to-active-window capabilities.
|
window management APIs, and paste-to-active-window capabilities.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n gnome-extension-%{version}
|
%autosetup -n vicinae-gnome-extension-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__bun} i && %{__bun} run build
|
%{__bun} i && %{__bun} run build
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
%global major_version 50
|
%global major_version 50
|
||||||
%global minor_version 2
|
%global minor_version 1
|
||||||
|
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%global portal_helper 0
|
%global portal_helper 0
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
%global realname hyprutils
|
%global realname hyprutils
|
||||||
%global ver 0.13.1
|
%global ver 0.13.1
|
||||||
|
|
||||||
%global commit 40ede2e7bdec80ba5d4c443160d905e9f841ae5f
|
%global commit a2dbd8a4cc51f7cbe4224732668392bb1aa79df2
|
||||||
%global commit_date 20260601
|
%global commit_date 20260509
|
||||||
%global shortcommit %{sub %commit 1 7}
|
%global shortcommit %{sub %commit 1 7}
|
||||||
|
|
||||||
Name: %realname.nightly
|
Name: %realname.nightly
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
Name: plasma6-applet-appgrid
|
Name: plasma6-applet-appgrid
|
||||||
Version: 1.8.5
|
Version: 1.7.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern fullscreen application launcher for KDE Plasma
|
Summary: A modern application launcher for KDE Plasma, inspired by macOS and COSMIC
|
||||||
# Main code: GPL-2.0-or-later
|
# Main code: GPL-2.0-or-later
|
||||||
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
# dev.xarbit.appgrid.metainfo.xml: CC0-1.0
|
||||||
License: GPL-2.0-or-later AND CC0-1.0
|
License: GPL-2.0-or-later AND CC0-1.0
|
||||||
URL: https://appgrid.xarbit.dev
|
URL: https://github.com/xarbit/plasma6-applet-appgrid
|
||||||
Packager: hilltty <49129010+hilltty@users.noreply.github.com>
|
Packager: hilltty <49129010+hilltty@users.noreply.github.com>
|
||||||
Source0: https://github.com/xarbit/plasma6-applet-appgrid/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
@@ -27,24 +27,25 @@ BuildRequires: cmake(KF6Runner)
|
|||||||
BuildRequires: cmake(Plasma)
|
BuildRequires: cmake(Plasma)
|
||||||
BuildRequires: cmake(PlasmaQuick)
|
BuildRequires: cmake(PlasmaQuick)
|
||||||
BuildRequires: cmake(LayerShellQt)
|
BuildRequires: cmake(LayerShellQt)
|
||||||
BuildRequires: cmake(KF6IconThemes)
|
|
||||||
BuildRequires: cmake(PlasmaActivities)
|
|
||||||
BuildRequires: cmake(LibKWorkspace)
|
BuildRequires: cmake(LibKWorkspace)
|
||||||
|
|
||||||
Requires: plasma-workspace
|
Requires: plasma-workspace
|
||||||
Requires: plasma-desktop
|
Requires: kf6-kservice
|
||||||
Requires: kf6-kiconthemes
|
Requires: kf6-ki18n
|
||||||
|
Requires: kf6-kcoreaddons
|
||||||
|
Requires: kf6-kio
|
||||||
|
Requires: kf6-kwindowsystem
|
||||||
|
Requires: layer-shell-qt
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A modern application launcher for KDE Plasma. It offers unified
|
AppGrid is a modern application launcher for KDE Plasma 6, inspired by
|
||||||
search, favorites, categories, and both a panel and a centered popup
|
macOS Launchpad, COSMIC, and Pantheon.
|
||||||
presentation.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n plasma6-applet-appgrid-%{version}
|
%autosetup -n plasma6-applet-appgrid-%{version}
|
||||||
|
|
||||||
%conf
|
%conf
|
||||||
%cmake -DAPPGRID_VERSION_OVERRIDE=%{version}
|
%cmake
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@@ -61,18 +62,8 @@ presentation.
|
|||||||
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid/
|
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid/
|
||||||
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid.panel/
|
%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid.panel/
|
||||||
%{_metainfodir}/dev.xarbit.appgrid.metainfo.xml
|
%{_metainfodir}/dev.xarbit.appgrid.metainfo.xml
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/dev.xarbit.appgrid.svg
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri May 29 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.8.5-1
|
|
||||||
- pass version to cmake, update description
|
|
||||||
|
|
||||||
* Mon May 25 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.8.0-1
|
|
||||||
- fix: add cmake(PlasmaActivities) BuildRequires, add icon to files
|
|
||||||
|
|
||||||
* Tue May 19 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.7.10-1
|
|
||||||
- Sync with upstream: add icon to files, update Requires, update URL
|
|
||||||
|
|
||||||
* Sat Apr 25 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.7.8-1
|
* Sat Apr 25 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.7.8-1
|
||||||
- Update to 1.7.8
|
- Update to 1.7.8
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||||
%global commit d3692d48fc3c3223c428ac0db56f4dc111f1f620
|
%global commit b522162bba5d5f8467b3170d3c3dc80b783ad500
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
Name: lomiri-system-settings
|
Name: lomiri-system-settings
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit
|
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit
|
||||||
%global commit 32d39be4d36abc5de7dc3cc8ab2aecb74a7505ce
|
%global commit d4afffeb1e4180aba90f3e52b6556894147cdbf9
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
Name: lomiri-ui-toolkit
|
Name: lomiri-ui-toolkit
|
||||||
Version: 1.3.5906
|
Version: 1.3.5905
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: QML components to ease the creation of beautiful applications in QML for Lomiri
|
Summary: QML components to ease the creation of beautiful applications in QML for Lomiri
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global mangowc_ver 0.12.5-1
|
%global mangowc_ver 0.12.5-1
|
||||||
|
|
||||||
Name: mangowm
|
Name: mangowm
|
||||||
Version: 0.14.0
|
Version: 0.12.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern, lightweight, high-performance Wayland compositor built on dwl
|
Summary: A modern, lightweight, high-performance Wayland compositor built on dwl
|
||||||
License: GPL-3.0-or-later AND MIT AND X11 AND CC0-1.0
|
License: GPL-3.0-or-later AND MIT AND X11 AND CC0-1.0
|
||||||
@@ -21,7 +21,6 @@ BuildRequires: pkgconfig(xkbcommon)
|
|||||||
BuildRequires: pkgconfig(libinput)
|
BuildRequires: pkgconfig(libinput)
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(libpcre2-8)
|
BuildRequires: pkgconfig(libpcre2-8)
|
||||||
BuildRequires: pkgconfig(libcjson)
|
|
||||||
BuildRequires: scenefx-devel
|
BuildRequires: scenefx-devel
|
||||||
|
|
||||||
Conflicts: mangowc < %{mangowc_ver}
|
Conflicts: mangowc < %{mangowc_ver}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: nirius
|
Name: nirius
|
||||||
Version: 0.7.1
|
Version: 0.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Utility commands for niri
|
Summary: Utility commands for niri
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
6.11.1
|
|
||||||
@@ -2,7 +2,4 @@ project pkg {
|
|||||||
rpm {
|
rpm {
|
||||||
spec = "noctalia-qs.spec"
|
spec = "noctalia-qs.spec"
|
||||||
}
|
}
|
||||||
labels {
|
|
||||||
updbranch = 1
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: noctalia-qs
|
Name: noctalia-qs
|
||||||
Version: 0.0.12
|
Version: 0.0.12
|
||||||
Release: 5%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Flexible QtQuick based desktop shell toolkit
|
Summary: Flexible QtQuick based desktop shell toolkit
|
||||||
License: LGPL-3.0-only AND GPL-3.0-only
|
License: LGPL-3.0-only AND GPL-3.0-only
|
||||||
URL: https://github.com/noctalia-dev/noctalia-qs
|
URL: https://github.com/noctalia-dev/noctalia-qs
|
||||||
@@ -73,14 +73,11 @@ Flexible QtQuick based desktop shell toolkit.
|
|||||||
%{_libdir}/qt6/qml/Quickshell
|
%{_libdir}/qt6/qml/Quickshell
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 21 2026 Willow C Reed <terra@willowidk.dev>
|
|
||||||
- Add update script so that release bumps when Qt updates its minor version, triggering a rebuild
|
|
||||||
|
|
||||||
* Sun Mar 29 2026 Willow C Reed <terra@willowidk.dev>
|
* Sun Mar 29 2026 Willow C Reed <terra@willowidk.dev>
|
||||||
- Add provides for a polkit agent and desktop notification daemon (so gnome doesn't get installed)
|
- Add provides for a polkit agent and desktop notification daemon (so gnome doesn't get installed)
|
||||||
|
|
||||||
* Thu Mar 05 2026 Willow C Reed <terra@willowidk.dev>
|
* Thu Mar 05 2026 Willow C Reed <terra@willowidk.dev>
|
||||||
- Fix revision to actually be defined as a specific git commit since it never gets initialized rn
|
- Fix reision to actually be defined as a specific git commit since it never gets initialized rn
|
||||||
- Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users
|
- Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users
|
||||||
|
|
||||||
* Fri Feb 27 2026 Willow C Reed <terra@willowidk.dev>
|
* Fri Feb 27 2026 Willow C Reed <terra@willowidk.dev>
|
||||||
|
|||||||
@@ -1,19 +1,7 @@
|
|||||||
import "andax/bump_extras.rhai" as bump;
|
let release = get(`https://api.github.com/repos/noctalia-dev/noctalia-qs/tags`).json_arr()[0];
|
||||||
import "andax/spec.rhai" as spec;
|
|
||||||
|
|
||||||
let version = find(`quickshell VERSION "([\d.]+)"`, gh_rawfile("noctalia-dev/noctalia-qs", "master", "CMakeLists.txt"), 1);
|
rpm.version(release.name);
|
||||||
|
|
||||||
rpm.version(version);
|
|
||||||
|
|
||||||
if rpm.changed() {
|
if rpm.changed() {
|
||||||
let commit = get(`https://api.github.com/repos/noctalia-dev/noctalia-qs/tags`).json_arr()[0].commit.sha;
|
rpm.global("commit", release.commit.sha);
|
||||||
rpm.global("commit", commit);
|
|
||||||
}
|
|
||||||
|
|
||||||
open_file("anda/desktops/noctalia-qs/VERSION_qt6-qtbase.txt", "w").write(bump::bodhi("qt6-qtbase", bump::as_bodhi_ver(labels.branch))); // will trig rebuild when changed
|
|
||||||
|
|
||||||
let dir = sub(`/[^/]+$`, "", __script_path);
|
|
||||||
if sh("[[ `git status " + dir + " --porcelain` ]] && exit 1 || exit 0", #{}).ctx.rc == 1 {
|
|
||||||
let rel = spec::get_release(rpm).parse_int();
|
|
||||||
rpm.release(rel + 1);
|
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: noctalia-shell
|
Name: noctalia-shell
|
||||||
Version: 4.7.7
|
Version: 4.7.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Quickshell-based custom shell setup
|
Summary: A Quickshell-based custom shell setup
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1 @@
|
|||||||
let v = gh("noctalia-dev/noctalia-shell");
|
rpm.version(gh("noctalia-dev/noctalia-shell"));
|
||||||
v.crop(1);
|
|
||||||
|
|
||||||
if v < "5" {
|
|
||||||
rpm.version(v);
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: scroll
|
Name: scroll
|
||||||
Version: 1.12.15
|
Version: 1.12.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller
|
Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "libsingularity.spec"
|
|
||||||
}
|
|
||||||
labels {
|
|
||||||
nightly = 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
%global commit 5c6a11c952530318f42e07a8b5b1d01915f5c055
|
|
||||||
%global commit_date 20260603
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
|
|
||||||
Name: libsingularity
|
|
||||||
Summary: GTK4 application and widget framework for the Singularity Desktop Environment
|
|
||||||
Version: 0~%{commit_date}git.%{shortcommit}
|
|
||||||
Release: 1%{?dist}
|
|
||||||
License: LGPL-2.1-or-later
|
|
||||||
URL: https://github.com/singularityos-lab/libsingularity
|
|
||||||
Source0: %url/archive/%commit/libsingularity-%commit.tar.gz
|
|
||||||
BuildRequires: meson
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: vala
|
|
||||||
BuildRequires: pkgconfig(gtk4)
|
|
||||||
BuildRequires: pkgconfig(gtk4-layer-shell-0)
|
|
||||||
BuildRequires: pkgconfig(gee-0.8)
|
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
|
||||||
BuildRequires: pkgconfig(libpeas-2)
|
|
||||||
BuildRequires: pkgconfig(libsoup-3.0)
|
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
|
|
||||||
%description
|
|
||||||
A GTK4 application and widget framework for the Singularity Desktop Environment.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n libsingularity-%{commit}
|
|
||||||
|
|
||||||
%package devel
|
|
||||||
%pkg_devel_files
|
|
||||||
|
|
||||||
%conf
|
|
||||||
%meson
|
|
||||||
|
|
||||||
%build
|
|
||||||
%meson_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%meson_install
|
|
||||||
%{__ln_s} -f %{_datadir}/vala/vapi/singularity-1.0.vapi %{buildroot}%{_datadir}/vala/vapi/libsingularity-1.0.vapi
|
|
||||||
|
|
||||||
%files
|
|
||||||
%license LICENSE
|
|
||||||
%doc README.md CONTRIBUTING.md
|
|
||||||
%{_libdir}/girepository-1.0/Singularity-1.0.typelib
|
|
||||||
%{_libdir}/libsingularity.so.0
|
|
||||||
%{_libdir}/libsingularity.so.0.1.0
|
|
||||||
%{_datadir}/vala/vapi/singularity-1.0.vapi
|
|
||||||
%{_datadir}/vala/vapi/libsingularity-1.0.vapi
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sat May 16 2026 Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
- Initial commit
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
rpm.global("commit", gh_commit("singularityos-lab/libsingularity"));
|
|
||||||
if rpm.changed() {
|
|
||||||
rpm.release();
|
|
||||||
rpm.global("commit_date", date());
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "vetro.spec"
|
|
||||||
}
|
|
||||||
labels {
|
|
||||||
nightly = 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
rpm.global("commit", gh_commit("singularityos-lab/vetro"));
|
|
||||||
if rpm.changed() {
|
|
||||||
rpm.release();
|
|
||||||
rpm.global("commit_date", date());
|
|
||||||
}
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
%global commit e7c64817f0e68df1b190f0c3a544b530c71c46b0
|
|
||||||
%global commit_date 20260603
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
|
|
||||||
%global goipath github.com/singularityos-lab/vetro
|
|
||||||
Version: 0~%{commit_date}git.%{shortcommit}
|
|
||||||
|
|
||||||
%gometa -f
|
|
||||||
|
|
||||||
Name: vetro
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: Declarative GTK4 UI transpiler with a built-in Language Server Protocol (LSP) server
|
|
||||||
URL: https://github.com/singularityos-lab/vetro
|
|
||||||
Source0: %{url}/archive/%{commit}/vetro-%{commit}.tar.gz
|
|
||||||
License: MIT
|
|
||||||
BuildRequires: golang
|
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%gopkg
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n vetro-%{commit}
|
|
||||||
|
|
||||||
%build
|
|
||||||
%define gomodulesmode GO111MODULE=on
|
|
||||||
%gobuild -o %{gobuilddir}/bin/vetro .
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -Dm755 %{gobuilddir}/bin/vetro %{buildroot}%{_bindir}/vetro
|
|
||||||
|
|
||||||
%files
|
|
||||||
%{_bindir}/vetro
|
|
||||||
%license LICENSE
|
|
||||||
%doc README.md
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sat May 16 2026 Owen Zimmerman <owen@fyralabs.com>
|
|
||||||
- Initial commit
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
%global swayVersion 1.12
|
%global swayVersion 1.11
|
||||||
|
|
||||||
Name: swayfx
|
Name: swayfx
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "mangobar.spec"
|
|
||||||
}
|
|
||||||
labels {
|
|
||||||
nightly = 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
%global commit c0138d9067d6a779c753aa7da72ce85d44f528da
|
|
||||||
%global commit_date 20260527
|
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
||||||
|
|
||||||
Name: mangobar
|
|
||||||
Version: 0~%{commit_date}git.%{shortcommit}
|
|
||||||
Release: 1%{?dist}
|
|
||||||
Summary: A suckless-esc bar for mangowc
|
|
||||||
URL: https://github.com/Gur0v/mangobar
|
|
||||||
Source0: %{url}/archive/%{commit}/mangobar-%{commit}.tar.gz
|
|
||||||
SourceLicense: GPL-3.0-or-later
|
|
||||||
License: %{sourcelicense} AND (Apache-2.0 OR MIT) AND MIT AND GPL-3.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Unlicense OR MIT)
|
|
||||||
|
|
||||||
BuildRequires: rust
|
|
||||||
BuildRequires: cargo-rpm-macros
|
|
||||||
BuildRequires: gtk4
|
|
||||||
BuildRequires: gtk4-devel
|
|
||||||
BuildRequires: gtk4-layer-shell
|
|
||||||
BuildRequires: gtk4-layer-shell-devel
|
|
||||||
BuildRequires: gdk-pixbuf2
|
|
||||||
BuildRequires: gdk-pixbuf2-devel
|
|
||||||
BuildRequires: wireplumber
|
|
||||||
|
|
||||||
Suggests: mangowm
|
|
||||||
Packager: Its-J <jonah@fyralabs.com>
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n mangobar-%{commit}
|
|
||||||
%cargo_prep_online
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cargo_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -Dm 755 target/rpm/mangobar %{buildroot}%{_bindir}/mangobar
|
|
||||||
%cargo_license_summary_online
|
|
||||||
%{cargo_license_online} > LICENSE.dependencies
|
|
||||||
|
|
||||||
%files
|
|
||||||
%{_bindir}/mangobar
|
|
||||||
%license LICENSE
|
|
||||||
%license LICENSE.dependencies
|
|
||||||
%doc README.md
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
|
|
||||||
- Package mangobar
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
rpm.global("commit", gh_commit("Gur0v/mangobar"));
|
|
||||||
if rpm.changed() {
|
|
||||||
rpm.release();
|
|
||||||
rpm.global("commit_date", date());
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "vibepanel.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(gh("prankstr/vibepanel"));
|
|
||||||
@@ -1,52 +0,0 @@
|
|||||||
Name: vibepanel
|
|
||||||
Version: 0.14.1
|
|
||||||
Release: 2%{?dist}
|
|
||||||
Summary: GTK4 panel for Wayland with notifications, OSD, and quick settings – between a status bar and a desktop shell
|
|
||||||
URL: https://github.com/prankstr/vibepanel
|
|
||||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
|
||||||
SourceLicense: MIT
|
|
||||||
License: %{sourcelicense} AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (0BSD OR MIT OR Apache-2.0) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND MPL-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND CC0-1.0 AND Apache-2.0 AND ISC AND (BSD-3-Clause OR Apache-2.0) AND ISC AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT)
|
|
||||||
|
|
||||||
BuildRequires: rust
|
|
||||||
BuildRequires: cargo-rpm-macros
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: gtk4-devel
|
|
||||||
BuildRequires: gtk4-layer-shell-devel
|
|
||||||
BuildRequires: pulseaudio-libs-devel
|
|
||||||
BuildRequires: systemd-devel
|
|
||||||
BuildRequires: dbus-devel
|
|
||||||
|
|
||||||
Requires: gtk4
|
|
||||||
Requires: gtk4-layer-shell
|
|
||||||
Requires: pulseaudio-libs
|
|
||||||
Requires: upower
|
|
||||||
Requires: NetworkManager
|
|
||||||
Requires: bluez
|
|
||||||
|
|
||||||
Recommends: power-profiles-daemon
|
|
||||||
|
|
||||||
Packager: Its-J <jonah@fyralabs.com>
|
|
||||||
|
|
||||||
%description
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n vibepanel-%{version}
|
|
||||||
%cargo_prep_online
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cargo_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
install -Dm 755 target/rpm/vibepanel %{buildroot}%{_bindir}/vibepanel
|
|
||||||
%{cargo_license_online} > LICENSE.dependencies
|
|
||||||
|
|
||||||
%files
|
|
||||||
%{_bindir}/vibepanel
|
|
||||||
%license LICENSE
|
|
||||||
%license LICENSE.dependencies
|
|
||||||
%doc README.md
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
|
|
||||||
- Package vibepanel
|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
%bcond check 0
|
%bcond check 0
|
||||||
|
|
||||||
Name: wpaperd
|
Name: wpaperd
|
||||||
Version: 1.3.0
|
Version: 1.2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%?dist
|
||||||
Summary: Modern wallpaper daemon for Wayland
|
Summary: Modern wallpaper daemon for Wayland
|
||||||
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR Artistic-2.0) AND GPL-3.0+ AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR Artistic-2.0) AND GPL-3.0+ AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
||||||
SourceLicense: GPL-3.0-or-later
|
SourceLicense: GPL-3.0-or-later
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
|
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
|
||||||
|
|
||||||
Name: android-studio-canary
|
Name: android-studio-canary
|
||||||
Version: 2026.1.2.4
|
Version: 2026.1.1.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Official IDE for Android development (Canary build)
|
Summary: Official IDE for Android development (Canary build)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
|
|||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
URL: https://developer.android.com/studio/preview
|
URL: https://developer.android.com/studio/preview
|
||||||
|
|
||||||
%define suffixS quail2-canary4
|
%define suffixS quail1-canary4
|
||||||
|
|
||||||
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
|
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
|
||||||
|
|
||||||
Name: android-studio
|
Name: android-studio
|
||||||
Version: 2026.1.1.8
|
Version: 2025.3.4.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Official IDE for Android development
|
Summary: Official IDE for Android development
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>, like-engels <higashikataengels@icl
|
|||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
URL: https://developer.android.com/studio
|
URL: https://developer.android.com/studio
|
||||||
|
|
||||||
%define suffixS quail1
|
%define suffixS panda4-patch1
|
||||||
|
|
||||||
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
%global appid sh.oven.bun
|
%global appid sh.oven.bun
|
||||||
|
|
||||||
Name: bun-bin
|
Name: bun-bin
|
||||||
Version: 1.3.14
|
Version: 1.3.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
|
Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global appid com.vscodium.VSCodium
|
%global appid com.vscodium.VSCodium
|
||||||
|
|
||||||
Name: codium
|
Name: codium
|
||||||
Version: 1.121.03429
|
Version: 1.116.02821
|
||||||
%electronmeta -D
|
%electronmeta -D
|
||||||
%global __requires_exclude %{__requires_exclude}|libcurl.so|libmsalruntime.so
|
%global __requires_exclude %{__requires_exclude}|libcurl.so|libmsalruntime.so
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%global crate deno
|
%global crate deno
|
||||||
|
|
||||||
Name: rust-deno
|
Name: rust-deno
|
||||||
Version: 2.8.2
|
Version: 2.7.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Deno executable
|
Summary: Deno executable
|
||||||
|
|
||||||
|
|||||||
@@ -37,9 +37,7 @@ Packager: Gilver E. <roachy@fyralabs.com>
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%crate_install_bin
|
%crate_install_bin
|
||||||
pushd crates/edit
|
%{cargo_license_online} > LICENSE.dependencies
|
||||||
%{cargo_license_online} > ../../LICENSE.dependencies
|
|
||||||
popd
|
|
||||||
install -Dm644 assets/edit.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{appid}.svg
|
install -Dm644 assets/edit.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{appid}.svg
|
||||||
|
|
||||||
sed -i "s|^Icon=edit$|Icon=%{appid}|g" assets/%{appid}.desktop
|
sed -i "s|^Icon=edit$|Icon=%{appid}|g" assets/%{appid}.desktop
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user