New package: lxtask-0.1.4.
This commit is contained in:
parent
b323557c9b
commit
4e541813b7
2 changed files with 25 additions and 0 deletions
5
srcpkgs/lxtask/lxtask.rshlibs
Normal file
5
srcpkgs/lxtask/lxtask.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
20
srcpkgs/lxtask/template
Normal file
20
srcpkgs/lxtask/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'lxtask'
|
||||
pkgname=lxtask
|
||||
version=0.1.4
|
||||
homepage="http://lxde.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="LXDE Task Manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=39110c99e9e56101e25be35628abafd81b1e3ea47e2d8bea45b2cb12c1e3cd61
|
||||
long_desc="
|
||||
LXTask - lightweight and desktop-independent task manager derived from
|
||||
xfce4-taskmanager with all dependencies on xfce removed, new features,
|
||||
and some improvement of the user interface."
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gtk+-devel
|
||||
|
||||
Add_dependency full desktop-file-utils
|
Loading…
Reference in a new issue