mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* initial commit
* fix: correct file path for portal.svg and add missing %prep section
* fix: define debug_package in bazzite-portal.spec
* fix: update dependencies and add missing metainfo file in bazzite-portal.spec
* fix: reorder %prep section and add desktop file edit command in bazzite-portal.spec
* fix: reorder %prep section and update desktop file edit command in bazzite-portal.spec
* fix: remove redundant flag from desktop file edit command in bazzite-portal.spec
* fix: update version to 0.1.5 and remove unnecessary dependency in bazzite-portal.spec
* fix: update version to 0.1.6 and remove unused desktop file edit command in bazzite-portal.spec
* fix: remove unnecessary BuildRequires and tidy up %files section in bazzite-portal.spec
---------
(cherry picked from commit e4fbaeb2b4)
Co-authored-by: Xarishark <Xarishark@outlook.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "bazzite-portal.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
%define debug_package %{nil}
|
||||
Name: bazzite-portal
|
||||
Version: 0.1.6
|
||||
Release: 1%?dist
|
||||
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
|
||||
Source0: https://github.com/ublue-os/yafti-gtk/archive/refs/tags/v%{version}.tar.gz
|
||||
License: GPL-3.0-only
|
||||
Requires: python3-gobject
|
||||
Requires: python3-PyYAML
|
||||
Requires: gtk3
|
||||
Provides: Bazzite-Portal
|
||||
Packager: Zacharias Xenakis <xarishark@outlook.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n yafti-gtk-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -Dm 755 yafti_gtk.py %{buildroot}%{_bindir}/yafti_gtk.py
|
||||
install -Dm 644 io.github.ublue_os.yafti_gtk.desktop %{buildroot}%{_appsdir}/io.github.ublue_os.yafti_gtk.desktop
|
||||
install -Dm 644 portal.svg %{buildroot}%{_scalableiconsdir}/io.github.ublue_os.yafti_gtk.svg
|
||||
install -Dm 644 io.github.ublue_os.yafti_gtk.metainfo.xml %{buildroot}%{_metainfodir}/io.github.ublue_os.yafti_gtk.metainfo.xml
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/yafti_gtk.py
|
||||
%{_appsdir}/io.github.ublue_os.yafti_gtk.desktop
|
||||
%{_scalableiconsdir}/io.github.ublue_os.yafti_gtk.svg
|
||||
%{_metainfodir}/io.github.ublue_os.yafti_gtk.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Wed Jan 28 2026 Xarishark <xarishark@outlook.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("ublue-os/yafti-gtk"));
|
||||
Reference in New Issue
Block a user