Skip to content
Commits on Source (10)
commit aa3ff1a0a4046a2f25eb0400fa6e92386fda1aad
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sun Jun 17 09:08:17 2018 -0400
Update NEWS and --help copyrights
commit 49ba2fc6e51e1dc1848c5f920231e6d5ece2a4d6
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sun Jun 17 08:59:30 2018 -0400
Add exceptions for Coverity Scan to .gitignore
commit 98d5098c6338d31e823c5a0164d3522446fb53d0
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sun Jun 17 08:29:41 2018 -0400
Add scaling to release note
commit 00a2c585af059f48ff5293c07c52100ae53712c6
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sun Jun 17 08:27:56 2018 -0400
Updated laptop detection to include eDP in XfceRandr
commit 6138979657fa7d9e4a9e66872db5050bd61a4a83
Author: Jason Zaman <jason@perfinion.com>
Date: Tue Apr 17 22:59:00 2018 +0800
xfsettingsd/displays: support xrandr display scaling
Equivalent to xrandr --scale to scale the entire display area
The scale values are stored in xfconf under /Default/<name>/Scale/{X,Y}
similar to Position.
A value of 1.0 is the default with no scaling. Values below 1 will
"zoom in", above 1 will "zoom out". Eg a 1080p monitor and scaling set
to 2x2 will have the same realestate as a 4k panel.
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=14346
Signed-off-by: Jason Zaman <jason@perfinion.com>
Signed-off-by: Sean Davis <smd.seandavis@gmail.com>
commit 192bc192cb8847edc4e4c25514888b145006e487
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sun Jun 17 07:40:14 2018 -0400
Fix -Wcast-function-type (GCC 8)
commit 47d53acbbc64c27a8067e2456df5397fe3a5a47c
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Fri Jun 15 22:53:36 2018 -0400
WIP release notes
commit 4cb62e2eee1fb35326fffa98c1261575568eac1d
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Fri Jun 15 22:43:30 2018 -0400
Add VBX (VirtualBox)
commit 39151d8ded72ccfd67017680f9f9502801ca22c8
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Fri Jun 15 22:40:25 2018 -0400
Increase max vendor name length to 78
commit ee6c3beb8305524754a99641d028e0d8ea1cf252
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Fri Jun 15 22:29:20 2018 -0400
Add more monitor manufacturers
commit 081e423cbe89d71b87616936cdeedc223026449c
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Fri Jun 15 22:03:34 2018 -0400
Standardized and shorted hardware manufacturer names
commit 72a99006cd1f1ce2137d0cb4b374bb086e3181f7
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Thu Jun 14 23:31:37 2018 -0400
Map SDC to Laptop
commit ebe86e3124d3c7f5d96b42b67602f17c60cb9a69
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Thu Jun 14 23:28:17 2018 -0400
Refresh display names from hwdata, reorganize and select most likely options for shared codes
commit 63760919e9cbaf176eef84c497f376d50d9d9a64
Author: Ali Abdallah <ali@xfce.org>
Date: Sun Jun 10 20:47:45 2018 +0200
Load settings only when we acquire the bus name
If we don't wait to acquire the bus name to load various settings we
might mess up with the current running instance of xfsettingsd. So
do all settings task only when we acquire the bus name.
commit 0f148daf570bedb649f2dde6f5bafd163aa7a8cb
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date: Sun Jun 10 06:31:41 2018 +0200
I18n: Update translation gl (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 61abc86e2b485e6653d51e7aaec204eb3811eafa
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date: Sun Jun 10 00:31:03 2018 +0200
I18n: Update translation gl (94%).
356 translated messages, 20 untranslated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 6a11628370dcba5d40acaa80f6306fc9a0074232
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date: Sat Jun 9 18:32:19 2018 +0200
I18n: Update translation gl (89%).
335 translated messages, 41 untranslated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 7d79ee4be75ac990c6f0c01eaf0509a77991d8d3
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sat Jun 9 12:03:15 2018 -0400
Fix CID 292062, 292063: Uninitialized scalar variable(s)
commit 0b3e226dbf01774df196127adb095a95e476fd15
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date: Sat Jun 9 12:32:08 2018 +0200
I18n: Update translation gl (85%).
320 translated messages, 56 untranslated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 6aacb9673b13c7e3f86885010b7fabe955abac4e
Author: Ali Abdallah <ali@xfce.org>
Date: Mon Jun 4 08:50:01 2018 +0200
Set the G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT flag on name acquired
Set the G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT only when we acquire
the bus name, otherwise D-Bus might queue us, ending with multiple
xfsettingsd instances running each one waiting for the other to exit
to acquire its role.
This seems to be the correct way to do it with gdbus, as there is
no DBUS_NAME_FLAG_DO_NOT_QUEUE equivalent in gdbus.
commit 6298f07ae1eaa499caf9b267df6c7fd74809f806
Author: Ali Abdallah <ali@xfce.org>
Date: Sun Jun 3 17:49:52 2018 +0200
Remove dbus-glib and use gdbus instead (Bug #14426)
Original patch attached to the bug report has been modified to avoid the
dbus queue on bus name request when --replace is specified.
D-Bus has a flag to avoid this, which is DBUS_NAME_FLAG_DO_NOT_QUEUE. No
equivalent in gdbus, but using always the flag for the name request to
G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT |
G_BUS_NAME_OWNER_FLAGS_REPLACE, has the same effect and bus does not
queue us waiting for the current owner to unown the name.
commit 6e3d9c56704334b1c2ed07516e90ffa38570ea62
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date: Mon May 14 12:31:52 2018 +0200
I18n: Update translation ca (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 4fdd74e6d4e7ab66a9f01007e194ecc4a56174f3
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date: Mon May 14 06:31:05 2018 +0200
I18n: Update translation ca (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 72882765ba8cfc68aae53ce23ca36919fa4114c5
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date: Wed May 9 18:32:07 2018 +0200
I18n: Update translation ca (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit f872cab58e99f77b0fd1a45aad5767306055de4d
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date: Sun May 6 00:31:28 2018 +0200
I18n: Update translation ca (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 1956b538961a330fad6b97d1f7f94a0940985ffd
Author: Balázs Meskó <meskobalazs@gmail.com>
Date: Sat Apr 28 18:31:13 2018 +0200
I18n: Update translation hu (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 8d3495aee50691801199665b410facc468c3c1bb
Author: John Humphrys <john.humphrys@protonmail.com>
Date: Fri Apr 6 06:32:02 2018 +0200
I18n: Update translation en_AU (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit d0332813a661a71823dade092791b870fa4f52ba
Author: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>
Date: Fri Mar 30 12:31:10 2018 +0200
I18n: Update translation es (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 40494f2f28ac6b9c62f88732e08660c2dde353d8
Author: Påvel Nicklasson <pavel2@frimix.se>
Date: Thu Mar 29 18:31:34 2018 +0200
I18n: Update translation sv (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 45816fd448aebbee4b8606e6ccaaaf2c580bf738
Author: Elishai Eliyahu <e1907@mm.st>
Date: Sat Mar 24 18:31:02 2018 +0100
I18n: Update translation he (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit fc87af4f5b39c84f11f48c30f6bcf796f62fc5fd
Author: Zmicer Turok <zmicerturok@gmail.com>
Date: Sat Mar 24 12:31:01 2018 +0100
I18n: Update translation be (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 606dd12908ab6672fe8dec2b84d0c03c206f5421
Author: Yarema aka Knedlyk <yupadmin@gmail.com>
Date: Fri Mar 23 18:31:38 2018 +0100
I18n: Update translation uk (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 457fd56a8bb1b0afa2732e31a1ab48b8ed6d535a
Author: Daniel Muñiz Fontoira <dani@damufo.com>
Date: Fri Mar 23 12:31:06 2018 +0100
I18n: Update translation gl (81%).
308 translated messages, 68 untranslated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit b439f51d556d804a108d2dd8f95b4e77915dd78e
Author: Anonymous <noreply@xfce.org>
Date: Fri Mar 23 00:30:54 2018 +0100
I18n: Update translation el (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit dd22116194cb8abfc8205d58c6327868a00dfc80
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date: Thu Mar 22 18:30:58 2018 +0100
I18n: Update translation kk (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit f047042b43f53aa8b9f4378a288ad700eece9e74
Author: Anonymous <noreply@xfce.org>
Date: Thu Mar 22 18:30:58 2018 +0100
I18n: Update translation el (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 6559f0ed5fa9460785d26c85df75133f510f697a
Author: Michael Martins <michaelfm21@gmail.com>
Date: Wed Mar 21 18:31:39 2018 +0100
I18n: Update translation pt_BR (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 0c2040e5b60dd65d988f9cfb921f3b53aabea6d9
Author: Сяргей Снапкоўскі <sirozass@outlook.com>
Date: Wed Mar 21 18:31:39 2018 +0100
I18n: Update translation be (99%).
374 translated messages, 2 untranslated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit b0ed900a2219efb008b0af7bd2de5e7c963ad096
Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
Date: Wed Mar 21 12:31:22 2018 +0100
I18n: Update translation ca (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit e68999e095f59116be79abe6f1ce05a8f758ed30
Author: Andre Miranda <andre42m@gmail.com>
Date: Tue Mar 20 00:31:19 2018 +0100
I18n: Update translation pt_BR (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit d6f8df2ae44c0f3f6f45fdc51c90f34792349d8a
Author: José Vieira <jvieira33@sapo.pt>
Date: Mon Mar 19 18:31:05 2018 +0100
I18n: Update translation pt (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit db9b095ae42a8c00b01c014821e1e26fa1386917
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Mar 19 00:30:59 2018 +0100
I18n: Update translation ja (100%).
376 translated messages.
Transifex (https://www.transifex.com/xfce/public/).
commit 297137d81b7a11a7e7b26df1eca4fdfca31f65b8
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sun Mar 18 17:27:58 2018 -0400
Post release tag bump
commit 869838e7e1612d5c30cfdeb6f8a6c9e0854a1d8f
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sun Mar 18 17:23:13 2018 -0400
Updates for release
commit 6149b4089bbaa5fc81e258e6abf6f6ab5a8a7998
Author: Sean Davis <smd.seandavis@gmail.com>
Date: Sun Mar 18 17:01:17 2018 -0400
......
......@@ -220,10 +220,6 @@ CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DATADIRNAME = @DATADIRNAME@
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
DBUS_GLIB_REQUIRED_VERSION = @DBUS_GLIB_REQUIRED_VERSION@
DBUS_GLIB_VERSION = @DBUS_GLIB_VERSION@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
......
4.13.3
======
- Fix: Uninitialized scalar variables (CID #292062, #292063)
- Fix: -Wcast-function-type (GCC 8)
- Ported from dbus-glib to gdbus (Xfce #14426)
- Added support for xrandr display scaling (via Xfconf)
- Improved display manufucturer name recognition:
- Refreshed PNP IDs from hwdata
- Added support for VBX (VirtualBox)
- Standardized and shortened manufacturer names
- Updated laptop detection to include eDP in XfceRandr
- Updated --help copyright information to 2018
- Translation updates: Belarusian, Catalan, English (Australia), Galician,
Greek, Hebrew, Hungarian, Japanese, Kazakh, Portuguese, Portuguese (Brazil),
Spanish, Swedish, Ukrainian
4.13.2
======
- New: Show location of the mouse pointer on keypress
......
#! /bin/sh
# From configure.ac 6149b40.
# From configure.ac aa3ff1a.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for xfce4-settings 4.13.2.
# Generated by GNU Autoconf 2.69 for xfce4-settings 4.13.3.
#
# Report bugs to <http://bugzilla.xfce.org/>.
#
......@@ -594,8 +594,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xfce4-settings'
PACKAGE_TARNAME='xfce4-settings'
PACKAGE_VERSION='4.13.2'
PACKAGE_STRING='xfce4-settings 4.13.2'
PACKAGE_VERSION='4.13.3'
PACKAGE_STRING='xfce4-settings 4.13.3'
PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
PACKAGE_URL=''
 
......@@ -722,10 +722,6 @@ FONTCONFIG_REQUIRED_VERSION
FONTCONFIG_LIBS
FONTCONFIG_CFLAGS
FONTCONFIG_VERSION
DBUS_GLIB_REQUIRED_VERSION
DBUS_GLIB_LIBS
DBUS_GLIB_CFLAGS
DBUS_GLIB_VERSION
XFCONF_REQUIRED_VERSION
XFCONF_LIBS
XFCONF_CFLAGS
......@@ -1527,7 +1523,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 xfce4-settings 4.13.2 to adapt to many kinds of systems.
\`configure' configures xfce4-settings 4.13.3 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
......@@ -1602,7 +1598,7 @@ fi
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of xfce4-settings 4.13.2:";;
short | recursive ) echo "Configuration of xfce4-settings 4.13.3:";;
esac
cat <<\_ACEOF
 
......@@ -1762,7 +1758,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
xfce4-settings configure 4.13.2
xfce4-settings configure 4.13.3
generated by GNU Autoconf 2.69
 
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -2134,7 +2130,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 xfce4-settings $as_me 4.13.2, which was
It was created by xfce4-settings $as_me 4.13.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
$ $0 $@
......@@ -3001,7 +2997,7 @@ fi
 
# Define the identity of the package.
PACKAGE='xfce4-settings'
VERSION='4.13.2'
VERSION='4.13.3'
 
 
cat >>confdefs.h <<_ACEOF
......@@ -16459,201 +16455,6 @@ $as_echo "no" >&6; }
fi
 
 
fi
if test -z "$ac_cv_path_PKG_CONFIG"; then
ac_pt_PKG_CONFIG=$PKG_CONFIG
# Extract the first word of "pkg-config", so it can be a program name with args.
set dummy pkg-config; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
$as_echo_n "(cached) " >&6
else
case $ac_pt_PKG_CONFIG in
[\\/]* | ?:[\\/]*)
ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
if test -n "$ac_pt_PKG_CONFIG"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
if test "x$ac_pt_PKG_CONFIG" = x; then
PKG_CONFIG=""
else
case $cross_compiling:$ac_tool_warned in
yes:)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
ac_tool_warned=yes ;;
esac
PKG_CONFIG=$ac_pt_PKG_CONFIG
fi
else
PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
fi
fi
if test -n "$PKG_CONFIG"; then
_pkg_min_version=$xdt_cv_PKG_CONFIG_MIN_VERSION
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
PKG_CONFIG=""
fi
fi
if test x"$PKG_CONFIG" = x""; then
echo
echo "*** Your version of pkg-config is too old. You need atleast"
echo "*** pkg-config $xdt_cv_PKG_CONFIG_MIN_VERSION or newer. You can download pkg-config"
echo "*** from the freedesktop.org software repository at"
echo "***"
echo "*** http://www.freedesktop.org/software/pkgconfig"
echo "***"
exit 1;
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-glib-1 >= 0.84" >&5
$as_echo_n "checking for dbus-glib-1 >= 0.84... " >&6; }
if $PKG_CONFIG "--atleast-version=0.84" "dbus-glib-1" >/dev/null 2>&1; then
DBUS_GLIB_VERSION=`$PKG_CONFIG --modversion "dbus-glib-1"`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_VERSION" >&5
$as_echo "$DBUS_GLIB_VERSION" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_GLIB_CFLAGS" >&5
$as_echo_n "checking DBUS_GLIB_CFLAGS... " >&6; }
DBUS_GLIB_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1"`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_CFLAGS" >&5
$as_echo "$DBUS_GLIB_CFLAGS" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking DBUS_GLIB_LIBS" >&5
$as_echo_n "checking DBUS_GLIB_LIBS... " >&6; }
DBUS_GLIB_LIBS=`$PKG_CONFIG --libs "dbus-glib-1"`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DBUS_GLIB_LIBS" >&5
$as_echo "$DBUS_GLIB_LIBS" >&6; }
DBUS_GLIB_REQUIRED_VERSION=0.84
elif $PKG_CONFIG --exists "dbus-glib-1" >/dev/null 2>&1; then
xdt_cv_version=`$PKG_CONFIG --modversion "dbus-glib-1"`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5
$as_echo "found, but $xdt_cv_version" >&6; }
echo "*** The required package dbus-glib-1 was found on your system,"
echo "*** but the installed version ($xdt_cv_version) is too old."
echo "*** Please upgrade dbus-glib-1 to atleast version 0.84, or adjust"
echo "*** the PKG_CONFIG_PATH environment variable if you installed"
echo "*** the new version of the package in a nonstandard prefix so"
echo "*** pkg-config is able to find it."
exit 1
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
$as_echo "not found" >&6; }
echo "*** The required package dbus-glib-1 was not found on your system."
echo "*** Please install dbus-glib-1 (atleast version 0.84) or adjust"
echo "*** the PKG_CONFIG_PATH environment variable if you"
echo "*** installed the package in a nonstandard prefix so that"
echo "*** pkg-config is able to find it."
exit 1
fi
# minimum supported version of pkg-config
xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_PKG_CONFIG+:} false; then :
$as_echo_n "(cached) " >&6
else
case $PKG_CONFIG in
[\\/]* | ?:[\\/]*)
ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
if test -n "$PKG_CONFIG"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
$as_echo "$PKG_CONFIG" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
fi
if test -z "$ac_cv_path_PKG_CONFIG"; then
ac_pt_PKG_CONFIG=$PKG_CONFIG
......@@ -21143,7 +20944,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 xfce4-settings $as_me 4.13.2, which was
This file was extended by xfce4-settings $as_me 4.13.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
......@@ -21209,7 +21010,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="\\
xfce4-settings config.status 4.13.2
xfce4-settings config.status 4.13.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
 
......
......@@ -16,9 +16,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfce4_settings_version_major], [4])
m4_define([xfce4_settings_version_minor], [13])
m4_define([xfce4_settings_version_micro], [2])
m4_define([xfce4_settings_version_micro], [3])
m4_define([xfce4_settings_version_nano], [])
m4_define([xfce4_settings_version_build], [6149b40])
m4_define([xfce4_settings_version_build], [aa3ff1a])
m4_define([xfce4_settings_version_tag], []) # Leave empty for releases
m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
......@@ -42,7 +42,7 @@ AC_COPYRIGHT([Copyright (c) 2008-2015
AC_INIT([xfce4-settings], [xfce4_settings_version], [http://bugzilla.xfce.org/])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
AC_REVISION([6149b40])
AC_REVISION([aa3ff1a])
dnl ***************************
dnl *** Initialize automake ***
......@@ -102,7 +102,6 @@ XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0])
XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.13.0])
XDT_CHECK_PACKAGE([LIBXFCE4KBD_PRIVATE], [libxfce4kbd-private-3], [4.12.0])
XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.13.0])
XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84])
XDT_CHECK_PACKAGE([FONTCONFIG], [fontconfig], [2.6.0])
XDT_CHECK_PACKAGE([XI], [xi], [1.2.0], [],
......
xfce4-settings (4.13.3-1) UNRELEASED; urgency=medium
* New upstream version 4.13.3
* d/compat, d/control: Bump dh compat to 11.
* d/control:
- Drop versioned dpkg-dev build-depend.
- Drop build-depend on libdbus-glib-1-dev.
* d/copyright: Fix some paths: xfce4-settings-helper → xsettingsd.
* d/rules: Drop --disable-silent-rules, dh default now.
* d/*.1, d/control, d/copyright, d/watch: Use https where possible.
* Remove trailing spaces from previous entries.
* Update Standards-Version to 4.1.4.
-- Unit 193 <unit193@ubuntu.com> Mon, 18 Jun 2018 16:44:05 -0400
xfce4-settings (4.13.2-1) experimental; urgency=medium
* update standards version to 4.1.1.
......
......@@ -4,10 +4,8 @@ Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>,
Lionel Le Folgoc <lionel@lefolgoc.net>
Build-Depends: debhelper (>= 10),
dpkg-dev (>= 1.16.1),
Build-Depends: debhelper (>= 11),
intltool (>= 0.31),
libdbus-glib-1-dev (>= 0.84),
libexo-2-dev,
libgarcon-1-0-dev (>= 0.2.0),
libgtk-3-dev,
......@@ -22,8 +20,8 @@ Build-Depends: debhelper (>= 10),
xserver-xorg-input-libinput-dev,
xfce4-dev-tools
Build-Conflicts: libxfcegui4-dev (<< 4.7.0)
Standards-Version: 4.1.1
Homepage: http://www.xfce.org
Standards-Version: 4.1.4
Homepage: https://www.xfce.org
Vcs-Git: https://salsa.debian.org/xfce-team/desktop/xfce4-settings.git
Vcs-Browser: https://salsa.debian.org/xfce-team/desktop/xfce4-settings
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xfce4-settings
Source: http://www.xfce.org
Source: https://www.xfce.org
Files: *
Copyright: 2008, Stephan Arts <stephan@xfce.org>
......@@ -9,10 +9,10 @@ License: GPL-2+
Files: dialogs/accessibility-settings/main.c
xfce4-settings-editor/main.c
xfce4-settings-editor/main_window.h
xfce4-settings-helper/accessibility.c
xfce4-settings-helper/accessibility.h
xfce4-settings-helper/keyboards.c
xfce4-settings-helper/keyboards.h
xfsettingsd/accessibility.c
xfsettingsd/accessibility.h
xfsettingsd/keyboards.c
xfsettingsd/keyboards.h
xfsettingsd/main.c
xfsettingsd/registry.h
Copyright: 2008, Stephan Arts <stephan@xfce.org>
......@@ -22,13 +22,13 @@ Files: dialogs/keyboard-settings/command-dialog.c
dialogs/keyboard-settings/command-dialog.h
dialogs/keyboard-settings/main.c
dialogs/keyboard-settings/xfce-keyboard-settings.h
xfce4-settings-helper/keyboard-shortcuts.c
xfce4-settings-helper/keyboard-shortcuts.h
xfsettingsd/keyboard-shortcuts.c
xfsettingsd/keyboard-shortcuts.h
Copyright: 2008, Jannis Pohlmann <jannis@xfce.org>
License: GPL-2+
Files: xfce4-settings-helper/workspaces.c
xfce4-settings-helper/workspaces.h
Files: xfsettingsd/workspaces.c
xfsettingsd/workspaces.h
xfce4-settings-manager/main.c
xfce4-settings-manager/xfce-settings-manager-dialog.c
xfce4-settings-manager/xfce-settings-manager-dialog.h
......@@ -37,16 +37,16 @@ License: GPL-2+
Files: dialogs/appearance-settings/images.h
dialogs/mouse-settings/main.c
xfce4-settings-helper/displays.h
xfce4-settings-helper/pointers.c
xfce4-settings-helper/pointers.h
xfsettingsd/displays.h
xfsettingsd/pointers.c
xfsettingsd/pointers.h
Copyright: 2008, Nick Schermer <nick@xfce.org>
License: GPL-2+
Files: dialogs/display-settings/main.c
dialogs/display-settings/xfce-randr.c
dialogs/display-settings/xfce-randr.h
xfce4-settings-helper/displays.c
xfsettingsd/displays.c
Copyright: 2008, Nick Schermer <nick@xfce.org>
2010, Lionel Le Folgoc <lionel@lefolgoc.net>
License: GPL-2+
......@@ -58,8 +58,8 @@ Copyright: 2005, Benedikt Meurer <benny@xfce.org>
2008, Jannis Pohlmann <jannis@xfce.org>
License: GPL-2+
Files: xfce4-settings-helper/keyboard-layout.c
xfce4-settings-helper/keyboard-layout.h
Files: xfsettingsd/keyboard-layout.c
xfsettingsd/keyboard-layout.h
Copyright: 2008, Olivier Fourdan <olivier@xfce.org>
License: GPL-2+
......@@ -68,7 +68,7 @@ Files: dialogs/display-settings/display-name.c
Copyright: 2007, Red Hat, Inc
License: MIT/X11
Files: xfce4-settings-helper/clipboard-manager.c
Files: xfsettingsd/clipboard-manager.c
Copyright: 2007, Anders Carlsson
2007, Matthias Clasen
2007, Rodrigo Moya
......@@ -81,7 +81,7 @@ Copyright: 2007, Gauvain Pocentek <gauvainpocentek@gmail.com>
2008, Jannis Pohlmann <jannis@xfce.org>
License: GPL-2+
Files: xfce4-settings-helper/main.c
Files: xfsettingsd/main.c
Copyright: 2008, Jannis Pohlmann <jannis@xfce.org>
2008, Nick Schermer <nick@xfce.org>
2008, Stephan Arts <stephan@xfce.org>
......@@ -101,7 +101,7 @@ Files: xfsettingsd/registry.c
Copyright: 2001, Red Hat, Inc
License: GPL-2+
Files: xfce4-settings-helper/clipboard-manager.h
Files: xfsettingsd/clipboard-manager.h
Copyright: 2007, William Jon McCann <mccann@jhu.edu>
License: GPL-2+
......
......@@ -9,8 +9,7 @@ override_dh_autoreconf:
override_dh_auto_configure:
dh_auto_configure -- --enable-libnotify --enable-xcursor \
--enable-libxklavier --enable-sound-settings --enable-pluggable-dialogs \
--disable-silent-rules
--enable-libxklavier --enable-sound-settings --enable-pluggable-dialogs
override_dh_installman:
dh_installman debian/*.1
......
version=3
http://archive.xfce.org/src/xfce/xfce4-settings/([\d\.]+)/ \
https://archive.xfce.org/src/xfce/xfce4-settings/([\d\.]+)/ \
xfce4-settings-([\d\.]+)\.tar\.(?:gz|bz2)
......@@ -50,5 +50,5 @@ Copyright \(co 2008\-2011
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
Please report bugs to <https://bugzilla.xfce.org/>.
......@@ -50,4 +50,4 @@ Copyright \(co 2008\-2011
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
Please report bugs to <https://bugzilla.xfce.org/>.
......@@ -53,4 +53,4 @@ Copyright \(co 2004\-2011
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
Please report bugs to <https://bugzilla.xfce.org/>.
......@@ -50,4 +50,4 @@ Copyright \(co 2008\-2011
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
\ No newline at end of file
Please report bugs to <https://bugzilla.xfce.org/>.
......@@ -47,4 +47,4 @@ Copyright \(co 2008\-2012
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
Please report bugs to <https://bugzilla.xfce.org/>.
......@@ -53,4 +53,4 @@ Copyright \(co 2004\-2011
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
Please report bugs to <https://bugzilla.xfce.org/>.
......@@ -47,4 +47,4 @@ Copyright \(co 2008\-2011
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
\ No newline at end of file
Please report bugs to <https://bugzilla.xfce.org/>.
......@@ -50,4 +50,4 @@ Copyright \(co 2008\-2011
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
Please report bugs to <https://bugzilla.xfce.org/>.
......@@ -64,4 +64,4 @@ Copyright \(co 2008\-2011
.IP
The Xfce development team. All rights reserved.
.PP
Please report bugs to <http://bugzilla.xfce.org/>.
Please report bugs to <https://bugzilla.xfce.org/>.