Albert
https://github.com/albertlauncher/albert
Albert keyboard launcher
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:manuelschneid3r/albert && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| PKGBUILD | 0000001014 1014 Bytes | |
| _service | 0000000522 522 Bytes | |
| albert.dsc | 0000000578 578 Bytes | |
| albert.spec | 0000002650 2.59 KB | |
| debian.changelog | 0000000205 205 Bytes | |
| debian.compat | 0000000003 3 Bytes | |
| debian.control | 0000001317 1.29 KB | |
| debian.rules | 0000000374 374 Bytes |
Comments 3
Hello, I am using openSUSE Tumbleweed. I have made changes to the spec file because rpmlint is outputting errors. I am not familiar with the Build Service, so I will describe the modifications. Please feel free to use it as a reference.
--- Original.albert.spec 2024-06-29 01:28:38.000000000 +0900 +++ Update.albert.spec 2024-07-01 19:23:40.730313849 +0900 @@ -3,6 +3,7 @@ Release: 0%{?dist} Summary: Desktop independent keyboard launcher Source: %{name}-%{version}.tar.gz +Source99: %{name}.rpmlintrc License: custom Group: User Interface/X URL: https://albertlauncher.github.io/ @@ -61,11 +62,11 @@ %if 0%{?suse_version} %suse_update_desktop_file albert Utility DesktopUtility -%post +%post -p /sbin/ldconfig %desktop_database_post %icon_theme_cache_post -%postun +%postun -p /sbin/ldconfig %desktop_database_postun %icon_theme_cache_postun %endif @@ -76,10 +77,10 @@ %{_datadir}/applications/albert.desktop %{_datadir}/icons/hicolor/scalable/apps/albert.svg %{_datadir}/albert/ -%{_includedir}/albert/ +%exclude %{_includedir}/albert/ %{_libdir}/albert/ %{_libdir}/libalbert.so* -%{_libdir}/cmake/Albert/ +%exclude %{_libdir}/cmake/Albert/ %changelogNew File[albert.rpmlintrc]
addFilter("libalbert.* devel-file-in-non-devel-package")I fixed it in home:RN:branches:home:manuelschneid3r , and will send him submit request after your test ... if you wouldn't mind.
tank you. this helped a lot