1 Star 0 Fork 1

丈青山/lxtask

forked from src-openEuler/lxtask 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lxtask.spec 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
丈青山 提交于 2023-01-09 18:41 . update to 0.1.10
Name: lxtask
Version: 0.1.10
Release: 1
Summary: Lightweight and desktop independent task manager
License: GPLv2+
URL: http://lxde.sourceforge.net/
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: git
BuildRequires: pkgconfig(gtk+-2.0) > 2.6
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: intltool
%description
LXTask is a lightweight task manager derived from xfce4 task manager with all
xfce4 dependencies removed, some bugs fixed, and some improvement of UI.
Although being part of LXDE, the Lightweight X11 Desktop Environment, it's
totally desktop independent and only requires pure gtk+.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot} INSTALL="install -p"
desktop-file-install \
--delete-original \
--dir=%{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
%files -f %{name}.lang
%doc AUTHORS ChangeLog README TODO
%license COPYING
%{_bindir}/%{name}
%{_datadir}/applications/*%{name}.desktop
%{_mandir}/man1/lxtask.1*
%changelog
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.1.10-1
- update to 0.1.10
* Tue Aug 3 2021 chainsx <chainsx@isrc.iscas.ac.cn> - 0.1.9-1
- Initial openEuler package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang__3125/lxtask.git
git@gitee.com:zhang__3125/lxtask.git
zhang__3125
lxtask
lxtask
master

搜索帮助