6 Star 0 Fork 2

src-openEuler/ukui-notification

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ukui-notification.spec 2.60 KB
一键复制 编辑 原始数据 按行查看 历史
华亚东 提交于 2024-04-15 20:57 . init version to 4.0.1.2
Name: ukui-notification
Version: 4.0.1.2
Release: 1
Summary: parallels toolbox for UKUI
License: GPL-3+ Expat
URL: http://www.ukui.org
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: kf5-kwindowsystem-devel
BuildRequires: libukui-search-devel >= 4.0.1
BuildRequires: pkgconf
BuildRequires: qt5-qtbase-devel
BuildRequires: qtchooser
BuildRequires: qt5-qtdeclarative-devel
BuildRequires: qt5-qtscript-devel
BuildRequires: qt5-qttools-devel
BuildRequires: libkysdk-qtwidgets-devel
BuildRequires: libukcc-devel
BuildRequires: gsettings-qt-devel
BuildRequires: ukui-interface
%description
%package -n ukui-notification-server
Summary: Implementation of freedesktop notification-spec
License: LGPL-3.0-or-later Expat
Requires: libukui-notification1 >= 4.0.1
Obsoletes: ukui-notification-daemon
%description -n ukui-notification-server
This package provide a implementation of freedesktop
notification-spec for UKUI desktop environment.It is the
backend service for ukui-sidebar.
%package -n libukui-notification1
Summary: library for client registering of notification server.
License: LGPL-3.0-or-later Expat
%description -n libukui-notification1
This package contains utility interfaces for notification client
registering and settings manager.
%package -n libukui-notification-devel
Summary: library for client registering of notification server
License: LGPL-3.0-or-later Expat
Requires: libukui-notification1 >= 4.0.1
%description -n libukui-notification-devel
library for client registering of notification server(development files).
%prep
%setup -q
%build
mkdir build && pushd build
%cmake ..
%{make_build}
popd
%install
pushd build
rm -rf $RPM_BUILD_ROOT
%{make_install} DESTDIR=%{buildroot}
popd
%clean
rm -rf $RPM_BUILD_ROOT
%postun
%files -n ukui-notification-server
%doc debian/copyright debian/changelog
%{_prefix}/lib/ukui-control-center/libnotification-ukcc-plugin.so
%{_datadir}/dbus-1/services/org.freedesktop.Notifications.service
%{_datadir}/ukui-notification/notification-ukcc-plugin/translations/*
%{_bindir}/ukui-notification-server
%{_sysconfdir}/xdg/autostart/ukui-notification-server.desktop
%files -n libukui-notification1
%{_prefix}/lib/libukui-notification.so.*
%files -n libukui-notification-devel
%{_datadir}/cmake/ukui-notification/ukui-notification-*.cmake
%{_includedir}/ukui-notification/*
%{_prefix}/lib/libukui-notification.so
%{_prefix}/lib/pkgconfig/ukui-notification.pc
%changelog
* Mon Apr 08 2024 huayadong <huayadong@kylinos.cn> - 4.0.1.2-1
- init version to 4.0.1.2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/ukui-notification.git
git@gitee.com:src-openeuler/ukui-notification.git
src-openeuler
ukui-notification
ukui-notification
master

搜索帮助