mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3493fc551a | |||
| 6180cbc251 | |||
| 7480b03c30 | |||
| f2b2aaea05 | |||
| ed3e641db9 | |||
| 2f1f3d0618 | |||
| acfccad563 | |||
| 0901ec783f | |||
| 9388c49160 |
@@ -4,7 +4,7 @@ Release: 1%?dist
|
||||
License: GPL-3.0
|
||||
URL: https://docs.vicinae.com
|
||||
Source: https://github.com/vicinaehq/%{name}/archive/refs/tags/v%{version}.tar.gz
|
||||
Summary: a high-performance, native launcher for Linux
|
||||
Summary: A high-performance, native launcher for Linux
|
||||
Packager: metcya <metcya@gmail.com>
|
||||
|
||||
BuildRequires: cmake
|
||||
@@ -24,6 +24,11 @@ BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: nodejs-npm
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: anda-srpm-macros
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: nodejs-npm
|
||||
|
||||
@@ -35,13 +40,17 @@ your desktop — built with C++ and Qt.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake -DNOSTRIP=ON
|
||||
%cmake -G Ninja -DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=OFF -DNOSTRIP=ON
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
install -Dm 644 extra/%{name}.desktop -t %{buildroot}%{_appsdir}
|
||||
install -Dm 644 extra/%{name}-url-handler.desktop -t %{buildroot}%{_appsdir}
|
||||
%desktop_file_edit -k StartupWMClass -v vicinae-server -f %{buildroot}%{_appsdir}/%{name}.desktop
|
||||
|
||||
%check
|
||||
%desktop_file_validate -f %{buildroot}%{_appsdir}/%{name}.desktop
|
||||
|
||||
%post
|
||||
%systemd_user_post %{name}.service
|
||||
@@ -61,6 +70,14 @@ install -Dm 644 extra/%{name}-url-handler.desktop -t %{buildroot}%{_appsdir}
|
||||
%{_appsdir}/%{name}.desktop
|
||||
%{_appsdir}/%{name}-url-handler.desktop
|
||||
%{_hicolordir}/512x512/apps/%{name}.png
|
||||
%{_sysconfdir}/chromium/native-messaging-hosts/com.vicinae.vicinae.json
|
||||
%{_prefix}/lib/mozilla/native-messaging-hosts/com.vicinae.vicinae.json
|
||||
%{_datadir}/%{name}/native-messaging-hosts/com.vicinae.vicinae.chromium.json.in
|
||||
%{_datadir}/%{name}/native-messaging-hosts/com.vicinae.vicinae.firefox.json.in
|
||||
%{_libexecdir}/%{name}/vicinae-browser-link
|
||||
%{_libexecdir}/%{name}/vicinae-data-control-server
|
||||
%{_libexecdir}/%{name}/vicinae-server
|
||||
%{_libexecdir}/%{name}/vicinae-snippet-server
|
||||
|
||||
%changelog
|
||||
* Fri Dec 26 2025 metcya <metcya@gmail.com> - 0.17.3
|
||||
|
||||
Reference in New Issue
Block a user