mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-28 14:28:28 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3568ec1c1e | |||
| c0bfdab39a | |||
| 990c168d28 |
@@ -25,6 +25,7 @@ BuildRequires: kf6-kwindowsystem-devel
|
|||||||
BuildRequires: qt6-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
BuildRequires: qt6-qtsvg-devel
|
BuildRequires: qt6-qtsvg-devel
|
||||||
|
BuildRequires: cmake(KF6IconThemes)
|
||||||
|
|
||||||
Requires: tailscale
|
Requires: tailscale
|
||||||
Requires: kf5-qqc2-desktop-style
|
Requires: kf5-qqc2-desktop-style
|
||||||
@@ -42,8 +43,6 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n KTailctl-%{version}
|
%autosetup -n KTailctl-%{version}
|
||||||
cd src/wrapper
|
|
||||||
go mod vendor
|
|
||||||
|
|
||||||
%conf
|
%conf
|
||||||
%cmake
|
%cmake
|
||||||
@@ -58,12 +57,12 @@ 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
|
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qml
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.version
|
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.version
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qmltypes
|
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/*.qmltypes
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/qmldir
|
%dnl %{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/qmldir
|
||||||
# Exclusive libs that the package needs to run
|
# Exclusive libs that the package needs to run
|
||||||
%{_libdir}/qt6/qml/org/fkoehler/KTailctl/Components/libktailctl_components.so
|
%dnl %{_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
|
||||||
|
|||||||
Reference in New Issue
Block a user