mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-27 13:58:27 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b07a92dfd4 |
@@ -25,7 +25,6 @@ BuildRequires: kf6-kwindowsystem-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
BuildRequires: cmake(KF6IconThemes)
|
||||
|
||||
Requires: tailscale
|
||||
Requires: kf5-qqc2-desktop-style
|
||||
@@ -43,6 +42,8 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%prep
|
||||
%autosetup -n KTailctl-%{version}
|
||||
cd src/wrapper
|
||||
go mod vendor
|
||||
|
||||
%conf
|
||||
%cmake
|
||||
@@ -57,12 +58,12 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
%{_bindir}/ktailctl
|
||||
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qml
|
||||
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.version
|
||||
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qmltypes
|
||||
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/qmldir
|
||||
%{_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
|
||||
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/libktailctl_components.so
|
||||
%{_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
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "equibop.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
%global appid org.equibop.Equibop
|
||||
|
||||
Name: Equibop
|
||||
Version: 3.2.1
|
||||
Release: 1%?dist
|
||||
Summary: Equibop is a custom Discord App aiming to give you better performance and improve linux support
|
||||
%electronmeta
|
||||
License: GPL-3.0-only AND %electron_license
|
||||
URL: https://equibop.org
|
||||
Source0: https://github.com/Equicord/Equibop/archive/refs/tags/v%version.tar.gz
|
||||
BuildRequires: bun-bin
|
||||
|
||||
%description
|
||||
Equibop is a custom Discord App aiming to give you better performance and improve linux support.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%bun_build -c -r buildLibVesktop,build
|
||||
|
||||
%install
|
||||
%electron_install
|
||||
|
||||
%terra_appstream
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%_bindir/Equibop
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("Equicord/Equibop"));
|
||||
Reference in New Issue
Block a user