Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2018 00:31:17 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461760 - head/deskutils/xfce4-volumed-pulse
Message-ID:  <201802140031.w1E0VHVk008640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Feb 14 00:31:17 2018
New Revision: 461760
URL: https://svnweb.freebsd.org/changeset/ports/461760

Log:
  - Update deskutils/xfce4-volumed-pulse to 0.2.3
  - Convert to PLIST_FILES
  
  Notable change: switched to using GTK 3

Deleted:
  head/deskutils/xfce4-volumed-pulse/pkg-plist
Modified:
  head/deskutils/xfce4-volumed-pulse/Makefile
  head/deskutils/xfce4-volumed-pulse/distinfo

Modified: head/deskutils/xfce4-volumed-pulse/Makefile
==============================================================================
--- head/deskutils/xfce4-volumed-pulse/Makefile	Tue Feb 13 23:49:51 2018	(r461759)
+++ head/deskutils/xfce4-volumed-pulse/Makefile	Wed Feb 14 00:31:17 2018	(r461760)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-volumed-pulse
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -14,15 +14,18 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpulse.so:audio/pulseaudio \
-	libnotify.so:devel/libnotify \
-	libkeybinder.so:x11/keybinder
+		libnotify.so:devel/libnotify \
+		libkeybinder-3.0.so:x11/keybinder-gtk3
 
-USES=	gmake libtool pkgconfig tar:bz2 xfce
+USES=		gmake libtool pkgconfig tar:bz2 xfce
 GNU_CONFIGURE=	yes
-USE_GNOME=	glib20 gtk20
+USE_GNOME=	glib20 gtk30
 USE_XFCE=	xfconf
 INSTALL_TARGET=	install-strip
 
-CONFIGURE_ARGS=--enable-libnotify
+CONFIGURE_ARGS=	--enable-libnotify
+
+PLIST_FILES=	bin/xfce4-volumed-pulse \
+		etc/xdg/autostart/xfce4-volumed-pulse.desktop
 
 .include <bsd.port.mk>

Modified: head/deskutils/xfce4-volumed-pulse/distinfo
==============================================================================
--- head/deskutils/xfce4-volumed-pulse/distinfo	Tue Feb 13 23:49:51 2018	(r461759)
+++ head/deskutils/xfce4-volumed-pulse/distinfo	Wed Feb 14 00:31:17 2018	(r461760)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473843770
-SHA256 (xfce4/xfce4-volumed-pulse-0.2.2.tar.bz2) = 0ec315cd87943466e35c0572541bf4239730604236e5d793e4d9f46856d04c76
-SIZE (xfce4/xfce4-volumed-pulse-0.2.2.tar.bz2) = 312703
+TIMESTAMP = 1518560480
+SHA256 (xfce4/xfce4-volumed-pulse-0.2.3.tar.bz2) = 13bbf24b8bb52d9ba9b53929764ec0ea4d5ee26aaf71f01fbd021fc9794cc3e0
+SIZE (xfce4/xfce4-volumed-pulse-0.2.3.tar.bz2) = 308063



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802140031.w1E0VHVk008640>