From: Victor Martinez Date: Thu, 30 Sep 2010 10:12:43 +0000 (+0000) Subject: task: Updated to 1.9.2. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=6dbd2fe6fec705604b817d02d4605fdb2155d0e2;hp=6ccdbe1fb71ffd637e8c085b542662973a78e575;p=attic%2Fports%2Fopt-cross.git task: Updated to 1.9.2. --- diff --git a/task/.footprint b/task/.footprint index 6bb3be8..5645b5f 100644 --- a/task/.footprint +++ b/task/.footprint @@ -9,3 +9,27 @@ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/task-faq.5.gz -rw-r--r-- root/root usr/man/man5/task-tutorial.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/task/ +drwxr-xr-x root/root usr/share/task/rc/ +-rw-r--r-- root/root usr/share/task/rc/dark-16.theme +-rw-r--r-- root/root usr/share/task/rc/dark-256.theme +-rw-r--r-- root/root usr/share/task/rc/dark-blue-256.theme +-rw-r--r-- root/root usr/share/task/rc/dark-green-256.theme +-rw-r--r-- root/root usr/share/task/rc/dark-red-256.theme +-rw-r--r-- root/root usr/share/task/rc/holidays-SE.rc +-rw-r--r-- root/root usr/share/task/rc/holidays-US.rc +-rw-r--r-- root/root usr/share/task/rc/light-16.theme +-rw-r--r-- root/root usr/share/task/rc/light-256.theme +drwxr-xr-x root/root usr/share/task/scripts/ +drwxr-xr-x root/root usr/share/task/scripts/bash/ +-rw-r--r-- root/root usr/share/task/scripts/bash/task_completion.sh +drwxr-xr-x root/root usr/share/task/scripts/vim/ +drwxr-xr-x root/root usr/share/task/scripts/vim/ftdetect/ +-rw-r--r-- root/root usr/share/task/scripts/vim/ftdetect/task.vim +drwxr-xr-x root/root usr/share/task/scripts/vim/syntax/ +-rw-r--r-- root/root usr/share/task/scripts/vim/syntax/taskdata.vim +-rw-r--r-- root/root usr/share/task/scripts/vim/syntax/taskedit.vim +-rw-r--r-- root/root usr/share/task/scripts/vim/syntax/taskrc.vim +drwxr-xr-x root/root usr/share/task/scripts/zsh/ +-rw-r--r-- root/root usr/share/task/scripts/zsh/_task diff --git a/task/.md5sum b/task/.md5sum index b42cbf6..921b6c4 100644 --- a/task/.md5sum +++ b/task/.md5sum @@ -1 +1 @@ -b9c12f60ff509c1ce5c6292041789baa task-1.9.0.tar.gz +be98cc74fe03b8336250e0b7ed3cd8c7 task-1.9.2.tar.gz diff --git a/task/Pkgfile b/task/Pkgfile index e068600..50522c6 100644 --- a/task/Pkgfile +++ b/task/Pkgfile @@ -4,7 +4,7 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=task -version=1.9.0 +version=1.9.2 release=1 source=(http://www.taskwarrior.org/download/$name-$version.tar.gz) @@ -15,9 +15,12 @@ build () { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/man \ + --docdir=/usr/share/task make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/task/i18n + rm $PKG/usr/share/task/{AUTHORS,COPYING,ChangeLog,NEWS,README} + rm $PKG/usr/share/task/scripts/vim/README }