Source: xfce4-generic-slider
Section: xfce
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 autoconf,
 automake,
 autotools-dev,
 dh-autoreconf,
 g++,
 gawk,
 gcc,
 gettext,
 grep,
 intltool,
 libatk1.0-dev,
 libblkid-dev,
 libcairo2-dev,
 libdbus-1-dev,
 libfreetype-dev,
 libfribidi-dev,
 libgdk-pixbuf-2.0-dev,
 libglib2.0-dev,
 libgtk-3-dev,
 libharfbuzz-dev,
 libjpeg62-turbo-dev | libjpeg-turbo8-dev,
 libjpeg-dev,
 libmount-dev,
 libpango1.0-dev,
 libpixman-1-dev,
 libpng-dev,
 libtiff-dev,
 libtool,
 libwebp-dev,
 libxfce4panel-2.0-dev,
 libxfce4ui-2-dev,
 libxfconf-0-4 | libxfconf-0-3 | libxfconf-0-2,
 libxfconf-0-dev,
 libxml2-dev,
 libxml2-utils,
 libxml-parser-perl,
 make,
 pkgconf,
 pkg-config,
 sed,
 xfce4-dev-tools,
Standards-Version: 4.6.2
Homepage: https://goodies.xfce.org/projects/panel-plugins/xfce4-generic-slider
Vcs-Browser: https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider
Vcs-Git: https://gitlab.xfce.org/panel-plugins/xfce4-generic-slider.git

Package: xfce4-generic-slider
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Generic Slider
 A slider for the Xfce panel that can be used to adjust and/or monitor any numeric variable. You set whatever “variable” this is by setting an adjust command which will run when the slider is clicked or scrolled. An option is provided to pass the value of the slider (the fraction times an adjustable normalization factor) to the command. You get the value of the “variable” by setting a sychronize command. The command should return a numeric value and this value will be regarded as a fraction of a second adjustable normalization factor.