mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
xfce4-mpc-plugin: update to 0.5.4.
This commit is contained in:
parent
6e28371803
commit
48824d8dbd
2 changed files with 16 additions and 4 deletions
13
srcpkgs/xfce4-mpc-plugin/patches/mpd.patch
Normal file
13
srcpkgs/xfce4-mpc-plugin/patches/mpd.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/panel-plugin/xfce4-mpc-plugin.h b/panel-plugin/xfce4-mpc-plugin.h
|
||||
index 7678045..653259f 100644
|
||||
--- a/panel-plugin/xfce4-mpc-plugin.h
|
||||
+++ b/panel-plugin/xfce4-mpc-plugin.h
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <libxfce4panel/libxfce4panel.h>
|
||||
|
||||
-#ifdef HAVE_LIBMPD
|
||||
+#if HAVE_LIBMPD
|
||||
#include <libmpd/libmpd.h>
|
||||
#ifdef DEBUG
|
||||
#include <libmpd/debug_printf.h>
|
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'xfce4-mpc-plugin'
|
||||
pkgname=xfce4-mpc-plugin
|
||||
version=0.5.3
|
||||
version=0.5.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-locales-dir=/usr/share/locale"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
hostmakedepends="pkg-config gettext"
|
||||
makedepends="xfce4-panel-devel"
|
||||
short_desc="MPD client plugin for the Xfce4 panel"
|
||||
maintainer="Peter Wang <novalazy@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
|
||||
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=0467fb4d1acd982d3c3e0b89cb41019946850524ff19ed0f658a8d56c7b7664d
|
||||
checksum=a66c85f07558221c907e2e5475a28ea32a76e59577d60a4f0cc68c26cb090f7d
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue