Compare commits

...

11 Commits

Author SHA1 Message Date
metcya 83130f8f40 oops 2025-12-28 12:11:01 -06:00
metcya 95985ad577 use ninja and package libxdgpp 2025-12-28 12:08:52 -06:00
metcya 0334768afe Revert "perhap"
This reverts commit ba7bd9566a.
2025-12-28 12:07:12 -06:00
metcya ba7bd9566a perhap 2025-12-28 12:04:41 -06:00
metcya a91df2a957 dep on anda-srpm-macros 2025-12-28 11:24:42 -06:00
metcya 99ff68bd49 patch install dirs 2025-12-27 21:41:49 -06:00
metcya d216487744 fix again 2025-12-27 21:20:09 -06:00
metcya 97043ce0ca Delete anda/lib/xdgpp/anda.hcl
Signed-off-by: metcya <134973769+metcya@users.noreply.github.com>
2025-12-27 21:17:31 -06:00
metcya e1d8023053 Delete anda/lib/xdgpp/xdgpp.spec
Signed-off-by: metcya <134973769+metcya@users.noreply.github.com>
2025-12-27 21:17:19 -06:00
metcya d669526243 fix 2025-12-27 21:14:47 -06:00
metcya 7e74f2a4ac fix(vicinae): package vicinae-xdgpp 2025-12-27 21:10:10 -06:00
2 changed files with 21 additions and 2 deletions
@@ -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
)
+6 -2
View File
@@ -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