task: update to 2.5.1
This commit is contained in:
parent
053f6d67f9
commit
881ba1089c
@ -1,14 +1,14 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/task
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/task.1.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/task-color.5.gz
|
||||
-rw-r--r-- root/root usr/man/man5/task-sync.5.gz
|
||||
-rw-r--r-- root/root usr/man/man5/taskrc.5.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/task.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/task-color.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/task-sync.5.gz
|
||||
-rw-r--r-- root/root usr/share/man/man5/taskrc.5.gz
|
||||
drwxr-xr-x root/root usr/share/task/
|
||||
drwxr-xr-x root/root usr/share/task/rc/
|
||||
-rw-r--r-- root/root usr/share/task/rc/dark-16.theme
|
||||
@ -33,6 +33,7 @@ drwxr-xr-x root/root usr/share/task/rc/
|
||||
-rw-r--r-- root/root usr/share/task/rc/holidays.en-GB.rc
|
||||
-rw-r--r-- root/root usr/share/task/rc/holidays.en-GL.rc
|
||||
-rw-r--r-- root/root usr/share/task/rc/holidays.en-HK.rc
|
||||
-rw-r--r-- root/root usr/share/task/rc/holidays.en-IN.rc
|
||||
-rw-r--r-- root/root usr/share/task/rc/holidays.en-NZ.rc
|
||||
-rw-r--r-- root/root usr/share/task/rc/holidays.en-US.rc
|
||||
-rw-r--r-- root/root usr/share/task/rc/holidays.en-ZA.rc
|
||||
|
@ -1 +1 @@
|
||||
bca2a8a6f7727ccbcefd5e190d935910 task-2.5.0.tar.gz
|
||||
bcd984a00d6d1eb6b40faf567419f784 task-2.5.1.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: util-linux cmake
|
||||
|
||||
name=task
|
||||
version=2.5.0
|
||||
version=2.5.1
|
||||
release=1
|
||||
source=(http://www.taskwarrior.org/download/$name-$version.tar.gz)
|
||||
|
||||
@ -13,14 +13,12 @@ build () {
|
||||
|
||||
cmake . \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DTASK_MAN1DIR=man/man1 \
|
||||
-DTASK_MAN5DIR=man/man5 \
|
||||
-DTASK_DOCDIR=share/task \
|
||||
-DENABLE_SYNC=OFF
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm $PKG/usr/share/task/{AUTHORS,COPYING,ChangeLog,NEWS,README.md,INSTALL}
|
||||
rm $PKG/usr/share/task/{AUTHORS,COPYING,ChangeLog,NEWS,README.md,INSTALL,LICENSE}
|
||||
rm $PKG/usr/share/task/scripts/{vim,hooks}/README
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user