mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-28 14:28:28 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7d8e55355 | |||
| 75e0c2feba | |||
| 454745d96c | |||
| d6758ff2b8 |
@@ -22,7 +22,6 @@ BuildRequires: kf6-kirigami-addons-devel
|
|||||||
BuildRequires: kf6-kirigami-devel
|
BuildRequires: kf6-kirigami-devel
|
||||||
BuildRequires: kf6-knotifications-devel
|
BuildRequires: kf6-knotifications-devel
|
||||||
BuildRequires: kf6-kwindowsystem-devel
|
BuildRequires: kf6-kwindowsystem-devel
|
||||||
BuildRequires: cmake(KF6IconThemes)
|
|
||||||
BuildRequires: qt6-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
BuildRequires: qt6-qtsvg-devel
|
BuildRequires: qt6-qtsvg-devel
|
||||||
@@ -43,7 +42,7 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n KTailctl-%{version}
|
%autosetup -n KTailctl-%{version}
|
||||||
cd src/tailscale/wrapper
|
cd src/wrapper
|
||||||
go mod vendor
|
go mod vendor
|
||||||
|
|
||||||
%conf
|
%conf
|
||||||
@@ -59,14 +58,17 @@ go mod vendor
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{_bindir}/ktailctl
|
%{_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
|
%{_libdir}/libktailctl_wrapper_logging.so
|
||||||
%{_appsdir}/org.fkoehler.KTailctl.desktop
|
%{_appsdir}/org.fkoehler.KTailctl.desktop
|
||||||
%{_scalableiconsdir}/org.fkoehler.KTailctl.svg
|
%{_scalableiconsdir}/org.fkoehler.KTailctl.svg
|
||||||
%{_metainfodir}/org.fkoehler.KTailctl.metainfo.xml
|
%{_metainfodir}/org.fkoehler.KTailctl.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jun 27 2026 Owen Zimmerman <owen@fyralabs.com> - 0.22.0-1
|
|
||||||
- Update spec for 0.22.0
|
|
||||||
|
|
||||||
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com> - 0.21.5-1
|
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com> - 0.21.5-1
|
||||||
- Initial commit
|
- Initial commit
|
||||||
|
|||||||
@@ -34,13 +34,13 @@ while keeping everything lightweight.
|
|||||||
%electron_install -i legcord -l -I dist/.icon-set/icon_16.png -I dist/.icon-set/icon_32.png -I dist/.icon-set/icon_48x48.png -I dist/.icon-set/icon_64.png -I dist/.icon-set/icon_128.png -I dist/.icon-set/icon_256.png -I dist/.icon-set/icon_512.png -I dist/.icon-set/icon_1024.png
|
%electron_install -i legcord -l -I dist/.icon-set/icon_16.png -I dist/.icon-set/icon_32.png -I dist/.icon-set/icon_48x48.png -I dist/.icon-set/icon_64.png -I dist/.icon-set/icon_128.png -I dist/.icon-set/icon_256.png -I dist/.icon-set/icon_512.png -I dist/.icon-set/icon_1024.png
|
||||||
|
|
||||||
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
|
dist/Legcord-*.AppImage --appimage-extract '*.desktop'
|
||||||
%desktop_file_install -k Exec,Icon -v "%{_libdir}/legcord-nightly/Legcord",legcord -u %U -f squashfs-root/legcord.desktop
|
%desktop_file_install -k Exec,Icon -v "%{_libdir}/legcord-nightly/Legcord",legcord -u %U -f squashfs-root/Legcord.desktop
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license license.txt
|
%license license.txt
|
||||||
%{_bindir}/legcord-nightly
|
%{_bindir}/legcord-nightly
|
||||||
%{_datadir}/applications/legcord.desktop
|
%{_datadir}/applications/Legcord.desktop
|
||||||
%{_libdir}/legcord-nightly/
|
%{_libdir}/legcord-nightly/
|
||||||
%{_iconsdir}/hicolor/16x16/apps/legcord.png
|
%{_iconsdir}/hicolor/16x16/apps/legcord.png
|
||||||
%{_iconsdir}/hicolor/32x32/apps/legcord.png
|
%{_iconsdir}/hicolor/32x32/apps/legcord.png
|
||||||
|
|||||||
@@ -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 62f1494661b362eac02e7d6c2f9173f53c0f278f
|
%global commit 70894ae0390cf20edac0e68de72ab26725520416
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260628
|
%global commit_date 20260627
|
||||||
%global ver 0.41.0
|
%global ver 0.41.0
|
||||||
|
|
||||||
Name: mpv-nightly
|
Name: mpv-nightly
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
%global ver 2026-06-28
|
%global ver 2026-06-26
|
||||||
%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
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: plasma6-applet-appgrid
|
Name: plasma6-applet-appgrid
|
||||||
Version: 1.9.3
|
Version: 1.9.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern application launcher for KDE Plasma
|
Summary: A modern application launcher for KDE Plasma
|
||||||
# Main code: GPL-2.0-or-later
|
# Main code: GPL-2.0-or-later
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
%global ver 5.0.0
|
%global ver 5.0.0
|
||||||
|
|
||||||
%global commit dfa00a4d316fa846f3b60760ad02faa7cacfdcbc
|
%global commit 97e81c67d7cdd8c540a87efafbd06686aa3d2cc4
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commitdate 20260628
|
%global commitdate 20260627
|
||||||
|
|
||||||
Name: noctalia-git
|
Name: noctalia-git
|
||||||
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
Version: %{ver}^%{commitdate}git.%{shortcommit}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit 07d31666e73bce337b9cece60a884c67fe8906f4
|
%global commit 9f62873bf195e4d8a762d768a1405a5f2f7b1697
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global fulldate 2026-06-27
|
%global fulldate 2026-06-26
|
||||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||||
%global ver 1.3.2
|
%global ver 1.3.2
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit 5837e7ef50f65d6e041d19ba6543532a1d596e6b
|
%global commit 2c346f60a76fe3f0367ef924927f50a6efdf5718
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260628
|
%global commit_date 20260627
|
||||||
%global ver 1.10.0
|
%global ver 1.10.0
|
||||||
|
|
||||||
%bcond_with check
|
%bcond_with check
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
project pkg {
|
||||||
|
rpm {
|
||||||
|
spec = "melonDS-nightly.spec"
|
||||||
|
}
|
||||||
|
labels {
|
||||||
|
nightly = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
%global commit 10a173b5536fc75cd93f8a3868349dad963542ef
|
||||||
|
%global commit_date 20260607
|
||||||
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
%global ver 1.1
|
||||||
|
|
||||||
|
Name: melonds
|
||||||
|
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: DS emulator, sorta
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
URL: https://melonds.kuribo64.net/
|
||||||
|
Source0: https://github.com/melonDS-emu/melonDS/archive/%{commit}/melonDS-%{commit}.tar.gz
|
||||||
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: cmake(Qt6)
|
||||||
|
BuildRequires: qt6-qtmultimedia-devel
|
||||||
|
BuildRequires: qt6-qtsvg-devel
|
||||||
|
BuildRequires: pkgconfig(sdl2)
|
||||||
|
BuildRequires: pkgconfig(libarchive)
|
||||||
|
BuildRequires: pkgconfig(libzstd)
|
||||||
|
BuildRequires: pkgconfig(faad2)
|
||||||
|
BuildRequires: pkgconfig(libenet)
|
||||||
|
BuildSystem: cmake
|
||||||
|
|
||||||
|
Provides: melonDS-nightly
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSE
|
||||||
|
%{_bindir}/melonDS
|
||||||
|
%{_appsdir}/net.kuribo64.melonDS.desktop
|
||||||
|
%{_hicolordir}/128x128/apps/net.kuribo64.melonDS.png
|
||||||
|
%{_hicolordir}/16x16/apps/net.kuribo64.melonDS.png
|
||||||
|
%{_hicolordir}/256x256/apps/net.kuribo64.melonDS.png
|
||||||
|
%{_hicolordir}/32x32/apps/net.kuribo64.melonDS.png
|
||||||
|
%{_hicolordir}/48x48/apps/net.kuribo64.melonDS.png
|
||||||
|
%{_hicolordir}/64x64/apps/net.kuribo64.melonDS.png
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Jun 27 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
- Initial commit
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
rpm.global("ver", gh("melonDS-emu/melonDS"));
|
||||||
|
|
||||||
|
rpm.global("commit", gh_commit("melonDS-emu/melonDS"));
|
||||||
|
if rpm.changed() {
|
||||||
|
rpm.release();
|
||||||
|
rpm.global("commit_date", date());
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
%global commit 45cf2898ab12e97a55dd8f1f3d78d903340bdc9e
|
%global commit b12bc504c8c2879a98e4aadb1c3f14d11f86cd0d
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global ver v26.3.27
|
%global ver v26.3.27
|
||||||
%global commit_date 20260628
|
%global commit_date 20260625
|
||||||
|
|
||||||
%global goipath github.com/XTLS/Xray-core
|
%global goipath github.com/XTLS/Xray-core
|
||||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
project pkg {
|
|
||||||
rpm {
|
|
||||||
spec = "python-nmcli.spec"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
Name: python-nmcli
|
|
||||||
Version: 1.8.0
|
|
||||||
Release: 1%?dist
|
|
||||||
Summary: A python wrapper library for the network-manager cli client
|
|
||||||
|
|
||||||
License: MIT
|
|
||||||
URL: https://github.com/ushiboy/nmcli
|
|
||||||
Source: %{pypi_source nmcli}
|
|
||||||
Packager: madonuko <mado@fyralabs.com>
|
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-pip
|
|
||||||
BuildRequires: python3-setuptools
|
|
||||||
|
|
||||||
|
|
||||||
%global _description %{expand:
|
|
||||||
nmcli is a python wrapper library for the network-manager cli client.}
|
|
||||||
|
|
||||||
%description %_description
|
|
||||||
|
|
||||||
%package -n python3-nmcli
|
|
||||||
Summary: %{summary}
|
|
||||||
|
|
||||||
%description -n python3-nmcli %_description
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -p1 -n nmcli-%{version}
|
|
||||||
|
|
||||||
%build
|
|
||||||
%pyproject_wheel
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
|
||||||
%pyproject_install
|
|
||||||
%pyproject_save_files nmcli
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
%pyproject_check_import
|
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-nmcli -f %{pyproject_files}
|
|
||||||
%doc README.md
|
|
||||||
%license LICENSE.txt
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Sun Jun 28 2026 madonuko <mado@fyralabs.com> - 1.8.0-1
|
|
||||||
- Initial package
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
rpm.version(pypi("nmcli"));
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
%global commit cc36aca8beba9fdbc8f59babbfb253d7fc9d03df
|
%global commit 3c6221722aac5bd9dbfc5fbf7b4f0bf64b2c5724
|
||||||
%global commit_date 20260628
|
%global commit_date 20260627
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%global pypi_name types-colorama
|
%global pypi_name types-colorama
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
%global debug_package %nil
|
%global debug_package %nil
|
||||||
|
|
||||||
%global commit 5f4a6d4941de23180e7c412cc9ddf5ce440e3829
|
%global commit 549b81b43b46c0f361680561a626bf0e7b79dcbd
|
||||||
%global shortcommit %(c=%commit; echo ${c:0:7})
|
%global shortcommit %(c=%commit; echo ${c:0:7})
|
||||||
%global commit_date 20260628
|
%global commit_date 20260603
|
||||||
|
|
||||||
%global _desc %{expand:
|
%global _desc %{expand:
|
||||||
A C library that may be linked into a C/C++ program to produce symbolic backtraces.
|
A C library that may be linked into a C/C++ program to produce symbolic backtraces.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%global commit b9838c2edeace1621315ae68d10d87c2881fac39
|
%global commit 2f294188c3e0e0db33c44d8376b8ac0fc305e956
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global ver 20260627134952
|
%global ver 20260625041655
|
||||||
%global commit_date 20260628
|
%global commit_date 20260626
|
||||||
|
|
||||||
Name: v2ray-domain-list-community
|
Name: v2ray-domain-list-community
|
||||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%global commit 9a6cec30551ea371dc4d59d3b397c8a5faa221a6
|
%global commit 183c3d76c26aeb97fc25bdade9df7b734fbfb2f3
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global commit_date 20260628
|
%global commit_date 20260624
|
||||||
%global ver 0.6.7
|
%global ver 0.6.7
|
||||||
|
|
||||||
# We aren't using Mono but RPM expected Mono
|
# We aren't using Mono but RPM expected Mono
|
||||||
|
|||||||
Reference in New Issue
Block a user