mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83130f8f40 | |||
| 95985ad577 | |||
| 0334768afe | |||
| ba7bd9566a | |||
| a91df2a957 | |||
| 99ff68bd49 | |||
| d216487744 | |||
| 97043ce0ca | |||
| e1d8023053 | |||
| d669526243 | |||
| 7e74f2a4ac |
@@ -0,0 +1,15 @@
|
||||
diff --git a/lib/xdgpp/CMakeLists.txt b/lib/xdgpp/CMakeLists.txt
|
||||
index 2828178b..5180a6fc 100644
|
||||
--- a/lib/xdgpp/CMakeLists.txt
|
||||
+++ b/lib/xdgpp/CMakeLists.txt
|
||||
@@ -31,8 +31,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC
|
||||
if(XDGPP_INSTALL)
|
||||
install(TARGETS ${PROJECT_NAME}
|
||||
EXPORT ${PROJECT_NAME}Targets
|
||||
- LIBRARY DESTINATION lib
|
||||
- ARCHIVE DESTINATION lib
|
||||
+ LIBRARY DESTINATION lib64
|
||||
+ ARCHIVE DESTINATION lib64
|
||||
RUNTIME DESTINATION bin
|
||||
INCLUDES DESTINATION include
|
||||
)
|
||||
@@ -4,10 +4,12 @@ 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
|
||||
Patch0: fix-xdgpp-install-dirs.patch
|
||||
Summary: a high-performance, native launcher for Linux
|
||||
Packager: metcya <metcya@gmail.com>
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake(absl)
|
||||
BuildRequires: openssl-devel
|
||||
@@ -31,10 +33,11 @@ Vicinae (pronounced "vih-SIN-ay") is a high-performance, native launcher for
|
||||
your desktop — built with C++ and Qt.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake -DNOSTRIP=ON
|
||||
%cmake -G Ninja \
|
||||
-DXDGPP_INSTALL=ON
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
@@ -55,6 +58,7 @@ install -Dm 644 extra/%{name}-url-handler.desktop -t %{buildroot}%{_appsdir}
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/libxdgpp.so
|
||||
%{_userunitdir}/%{name}.service
|
||||
%{_datadir}/%{name}/themes/
|
||||
%{_appsdir}/%{name}.desktop
|
||||
|
||||
Reference in New Issue
Block a user