Skip to content

Commits on Source 4

0.2.0
=====
- Fix context menu strings.
- Add description to commands, shown on Thunar's status bar.
- Translation updates.
0.1.90
=====
- GTK3 Port.
......
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for thunar-vcs-plugin 0.1.90.
# Generated by GNU Autoconf 2.69 for thunar-vcs-plugin 0.2.0.
#
# Report bugs to <thunar-dev@xfce.org>.
#
......@@ -592,8 +592,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='thunar-vcs-plugin'
PACKAGE_TARNAME='thunar-vcs-plugin'
PACKAGE_VERSION='0.1.90'
PACKAGE_STRING='thunar-vcs-plugin 0.1.90'
PACKAGE_VERSION='0.2.0'
PACKAGE_STRING='thunar-vcs-plugin 0.2.0'
PACKAGE_BUGREPORT='thunar-dev@xfce.org'
PACKAGE_URL=''
 
......@@ -1426,7 +1426,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures thunar-vcs-plugin 0.1.90 to adapt to many kinds of systems.
\`configure' configures thunar-vcs-plugin 0.2.0 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
......@@ -1498,7 +1498,7 @@ fi
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of thunar-vcs-plugin 0.1.90:";;
short | recursive ) echo "Configuration of thunar-vcs-plugin 0.2.0:";;
esac
cat <<\_ACEOF
 
......@@ -1629,7 +1629,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
thunar-vcs-plugin configure 0.1.90
thunar-vcs-plugin configure 0.2.0
generated by GNU Autoconf 2.69
 
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -2000,7 +2000,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by thunar-vcs-plugin $as_me 0.1.90, which was
It was created by thunar-vcs-plugin $as_me 0.2.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
$ $0 $@
......@@ -2976,7 +2976,7 @@ fi
 
# Define the identity of the package.
PACKAGE='thunar-vcs-plugin'
VERSION='0.1.90'
VERSION='0.2.0'
 
 
cat >>confdefs.h <<_ACEOF
......@@ -5904,16 +5904,16 @@ case "$am__api_version" in
;;
esac
 
INTLTOOL_REQUIRED_VERSION_AS_INT=`echo | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.36.3 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
if test -n ""; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= " >&5
$as_echo_n "checking for intltool >= ... " >&6; }
if test -n "0.36.3"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for intltool >= 0.36.3" >&5
$as_echo_n "checking for intltool >= 0.36.3... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
as_fn_error $? "Your intltool is too old. You need intltool or later." "$LINENO" 5
as_fn_error $? "Your intltool is too old. You need intltool 0.36.3 or later." "$LINENO" 5
fi
 
# Extract the first word of "intltool-update", so it can be a program name with args.
......@@ -17074,7 +17074,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by thunar-vcs-plugin $as_me 0.1.90, which was
This file was extended by thunar-vcs-plugin $as_me 0.2.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
......@@ -17140,7 +17140,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
thunar-vcs-plugin config.status 0.1.90
thunar-vcs-plugin config.status 0.2.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
 
......
......@@ -24,9 +24,9 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([tvp_version_major], [0])
m4_define([tvp_version_minor], [1])
m4_define([tvp_version_micro], [90])
m4_define([tvp_version_build], [01ad63d])
m4_define([tvp_version_minor], [2])
m4_define([tvp_version_micro], [0])
m4_define([tvp_version_build], [d7d1efc])
m4_define([tvp_version_tag], []) # Leave empty for releases
m4_define([tvp_version], [tvp_version_major().tvp_version_minor().tvp_version_micro()ifelse(tvp_version_tag(), [], [], [tvp_version_tag()-tvp_version_build()])])
......@@ -71,7 +71,7 @@ dnl ********************************
AC_PROG_CC()
AC_PROG_LD()
AC_PROG_INSTALL()
IT_PROG_INTLTOOL()
IT_PROG_INTLTOOL([0.36.3])
AM_PROG_CC_C_O()
dnl **************************
......
thunar-vcs-plugin (0.1.90-1) UNRELEASED; urgency=medium
thunar-vcs-plugin (0.2.0-1) unstable; urgency=medium
[ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org
......@@ -6,6 +6,7 @@ thunar-vcs-plugin (0.1.90-1) UNRELEASED; urgency=medium
[ Yves-Alexis Perez ]
* Moved the package to git on salsa.debian.org
* Updated the maintainer address to debian-xfce@lists.debian.org
* New upstream version 0.2.0
[ Andreas Rönnquist ]
* Imported new upstream version 0.1.90
......@@ -34,7 +35,7 @@ thunar-vcs-plugin (0.1.90-1) UNRELEASED; urgency=medium
- Drop explicit inclusion of pkg-info.mk, no longer used.
- Use dh_missing instead of dh_install for --fail-missing.
-- Andreas Rönnquist <gusnan@debian.org> Mon, 04 Jun 2018 15:04:20 +0200
-- Yves-Alexis Perez <corsac@debian.org> Tue, 21 Aug 2018 17:37:41 +0200
thunar-vcs-plugin (0.1.4-2) unstable; urgency=low
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.