From: Jean-Philippe Orsini Date: Sat, 19 Oct 2013 12:19:00 +0000 (+0000) Subject: regen build file X-Git-Tag: v0.0.6~102 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ptask.git;a=commitdiff_plain;h=491dd1bc40e1e69a55b648cef2c1ddc4d7d7fb32 regen build file --- diff --git a/NEWS.html b/NEWS.html index 9069856..901d329 100644 --- a/NEWS.html +++ b/NEWS.html @@ -773,6 +773,21 @@ popup error dialog when .taskrc does not exist. added --debug.

+
  • +

    +supported version of taskwarrior is 2.2.0. +

    +
  • +
  • +

    +added taskwarrior version checking. +

    +
  • +
  • +

    +added .taskrc check (must exist). +

    +
  • @@ -819,7 +834,7 @@ added new task keyboard shortcut (ALT-n).
  • -renamed ptask to gtask. +renamed gtask to ptask.

  • @@ -841,7 +856,7 @@ Initial release.

    diff --git a/config.status b/config.status index 7a9ef8b..3819bc5 100755 --- a/config.status +++ b/config.status @@ -428,7 +428,7 @@ $config_commands Report bugs to . ptask home page: ." -ac_cs_config="'--prefix=/tmp'" +ac_cs_config="" ac_cs_version="\ ptask config.status 0.0.x configured by ./configure, generated by GNU Autoconf 2.69, @@ -520,7 +520,7 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X /bin/bash './configure' '--prefix=/tmp' $ac_configure_extra_args --no-create --no-recursion + set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 CONFIG_SHELL='/bin/bash' @@ -746,7 +746,7 @@ S["libexecdir"]="${exec_prefix}/libexec" S["sbindir"]="${exec_prefix}/sbin" S["bindir"]="${exec_prefix}/bin" S["program_transform_name"]="s,x,x," -S["prefix"]="/tmp" +S["prefix"]="/usr/local" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="http://wpitchoune.net/ptask" S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com" diff --git a/po/Makefile b/po/Makefile index ea8150b..430bf0b 100644 --- a/po/Makefile +++ b/po/Makefile @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp +prefix = /usr/local exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} diff --git a/po/Makefile.in b/po/Makefile.in index ca508b4..9db3564 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp +prefix = /usr/local exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir}