5 Star 0 Fork 2

src-openEuler/orage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
orage.spec 1.77 KB
一键复制 编辑 原始数据 按行查看 历史
Funda Wang 提交于 2024-12-27 12:52 . 4.18.0
%global xfceversion 4.18
Name: orage
Version: 4.18.0
Release: 1
Summary: Time-managing application for the Xfce desktop environment
License: GPL-2.0-or-later
URL: https://docs.xfce.org/apps/orage/start
Source0: https://archive.xfce.org/src/apps/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
BuildRequires: gcc
BuildRequires: pkgconfig(gio-2.0) >= 2.58.0
BuildRequires: pkgconfig(glib-2.0) >= 2.58.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
BuildRequires: pkgconfig(libical) >= 3.0
BuildRequires: pkgconfig(libnotify) >= 0.7.0
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.16.0
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.16.0
BuildRequires: gettext intltool
BuildRequires: desktop-file-utils
Requires: dbus
Requires: xfce4-panel
Provides: xfcalendar = %{version}-%{release}
%description
Orage provides a calendar which integrates nicely into the Xfce Desktop
Environment. It is highly configurable and supports alerts based on dates.
It warns you with popup or audio alarm. As it is an application for every
day use it launches itself in the background as a daemon and can be accessed
using the Orage Clock plugin for the panel.
%prep
%autosetup -p1
%build
%configure --disable-static --enable-libical
%make_build
%install
%make_install
%delete_la
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
%doc README.md NEWS AUTHORS
%{_bindir}/orage
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/*.service
%{_datadir}/orage
%{_datadir}/icons/hicolor/*/*/*
%{_metainfodir}/*.appdata.xml
%changelog
* Mon Jul 27 2020 Dillon Chen <[email protected]> - 4.12.1-2
- Fix source0 url error.
* Mon Jul 27 2020 Dillon Chen <[email protected]> - 4.12.1-1
- Init package
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/orage.git
[email protected]:src-openeuler/orage.git
src-openeuler
orage
orage
master

搜索帮助