xfce.xfce4-windowck-plugin: 0.4.4 -> 0.4.6

This commit is contained in:
José Romildo Malaquias 2020-04-15 14:50:53 -03:00
parent 6ce6bdf9b2
commit 37be87b61f

View File

@ -3,18 +3,32 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xfce4-windowck-plugin"; pname = "xfce4-windowck-plugin";
version = "0.4.4"; version = "0.4.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cedl38"; owner = "cedl38";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0c6a1ibh39dpq9x0dha5lsg0vzmgaf051fgwz0nlky0s94nwzvgv"; sha256 = "1gwrbjfv4cnlsqh05h42w41z3xs15yjj6j8y9gxvvvvlgzzp4p3g";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [
buildInputs = [ intltool python3 imagemagick libwnck gtk2 pkgconfig
exo libxfce4ui libxfce4util xfce4-panel xfconf xfce4-dev-tools ]; intltool
];
buildInputs = [
python3
imagemagick
libwnck
gtk2
exo
libxfce4ui
libxfce4util
xfce4-panel
xfconf
xfce4-dev-tools
];
preConfigure = '' preConfigure = ''
./autogen.sh ./autogen.sh
@ -31,8 +45,8 @@ stdenv.mkDerivation rec {
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://goodies.xfce.org/projects/panel-plugins/${pname}"; homepage = "https://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin";
description = "Set of two plugins which allows you to put the maximized window title and windows buttons on the panel"; description = "Xfce plugins which allows to put the maximized window title and buttons on the panel";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.volth ]; maintainers = [ maintainers.volth ];