gnu: xfce4-battery-plugin: Update to 1.1.3.
* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.3. Switch from gtk+-2 to gtk+-3. [inputs] Add gtk+. Remove gtk+2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
279608653b
commit
d4902f9a84
@ -330,7 +330,7 @@ applications menu, workspace switcher and more.")
|
|||||||
(define-public xfce4-battery-plugin
|
(define-public xfce4-battery-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-battery-plugin")
|
(name "xfce4-battery-plugin")
|
||||||
(version "1.1.2")
|
(version "1.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||||
@ -338,12 +338,12 @@ applications menu, workspace switcher and more.")
|
|||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nypi0zazrcrbbm5vb221yw64zxrk56v4fffkblxlyd9m6gk80fn"))))
|
"18s0s004nidii8cc3ldp5n3jajc18vwn9vhkhmhy3lbbs520mghj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)))
|
||||||
(inputs `(("glib" ,glib)
|
(inputs `(("glib" ,glib)
|
||||||
("gtk+" ,gtk+-2)
|
("gtk+" ,gtk+)
|
||||||
("libxfce4util" ,libxfce4util)
|
("libxfce4util" ,libxfce4util)
|
||||||
("libxfce4ui" ,libxfce4ui)
|
("libxfce4ui" ,libxfce4ui)
|
||||||
("xfce4-panel" ,xfce4-panel)))
|
("xfce4-panel" ,xfce4-panel)))
|
||||||
|
Loading…
Reference in New Issue
Block a user