1 Star 0 Fork 4

zhangxianting/oxygen-sounds

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
oxygen-sounds.spec 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
zhangxianting 提交于 2024-01-08 17:03 . Upgrade to 5.27.10
%global kf5_version_min 5.98.0
Name: oxygen-sounds
Version: 5.27.10
Release: 1
Summary: The Oxygen Sound Theme
License: LGPL-3.0-or-later and CC0-1.0 and BSD-2-Clause
URL: https://invent.kde.org/plasma/oxygen-sounds
%global verdir %(echo %{version} | cut -d. -f1-3)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global majmin_ver %(echo %{version} | cut -d. -f1,2).50
%global stable unstable
%else
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/plasma/%{verdir}/%{name}-%{version}.tar.xz
Provides: oxygen-sound-theme = %{version}-%{release}
Obsoletes: oxygen-sound-theme <= 5.24.50
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: kf5-rpm-macros >= %{kf5_version_min}
BuildRequires: qt5-qtbase-devel
BuildArch: noarch
%description
%{summary}.
%prep
%autosetup
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files
%license LICENSES/*.txt
%{_kf5_datadir}/sounds/Oxygen-*
%changelog
* Mon Jan 08 2024 zhangxianting <zhangxianting@unintech.com> - 5.27.10-1
- Upgrade to 5.27.10
* Thu Sep 28 2023 misaka00251 <liuxin@iscas.ac.cn> - 5.27.6-1
- Upgrade to 5.27.6
* Mon Aug 22 2022 misaka00251 <misaka00251@misakanet.cn> - 5.25.5-1
- Init package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangxianting/oxygen-sounds.git
git@gitee.com:zhangxianting/oxygen-sounds.git
zhangxianting
oxygen-sounds
oxygen-sounds
master

搜索帮助