Source: xfce4-generic-slider
Section: xfce
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev,
 automake,
 gettext,
 intltool,
 libglib2.0-dev,
 libgtk2.0-dev,
 libgtk-3-dev,
 libtool,
 libxfce4panel-2.0-dev,
 libxfce4ui-1-dev,
 libxfce4ui-2-dev,
 libxfce4util-dev,
 libxfcegui4-dev,
 libxml2-dev,
 libxml-parser-perl,
 pkg-config,
 xfce4-dev-tools,
 xfce4-panel-dev
Standards-Version: 3.9.8
Homepage: https://github.com/xfce-mirror/xfce4-generic-slider
#Vcs-Git: https://anonscm.debian.org/collab-maint/xfce4-generic-slider.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/xfce4-generic-slider.git

Package: xfce4-generic-slider
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic Slider monitor adjusting plugin for Xfce4 Panel
 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.