Update to parole 0.9.1

This commit is contained in:
landry 2017-03-02 17:13:49 +00:00
parent c848b1db60
commit 4786cedc72
3 changed files with 4 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.37 2017/02/17 09:41:11 landry Exp $
# $OpenBSD: Makefile,v 1.38 2017/03/02 17:13:49 landry Exp $
COMMENT = Xfce4 media player
XFCE_VERSION = 0.9.0
XFCE_VERSION = 0.9.1
XFCE_GOODIE = parole
CATEGORIES += audio

View File

@ -1,2 +1,2 @@
SHA256 (xfce4/parole-0.9.0.tar.bz2) = ZWcS0w/S9jN01NTXbmmf4u93KQzCYAwSYFDGmbP+wYU=
SIZE (xfce4/parole-0.9.0.tar.bz2) = 881970
SHA256 (xfce4/parole-0.9.1.tar.bz2) = pZawrdQClCWNzYe3MxcnPlBgx2wgGgoz6OeKUUprS68=
SIZE (xfce4/parole-0.9.1.tar.bz2) = 911699

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-src_parole-player_c,v 1.1 2017/02/17 09:41:11 landry Exp $
https://git.xfce.org/apps/parole/commit/?id=28765c58aac705536ee4fd455fad446fc7e34440
--- src/parole-player.c.orig Thu Feb 16 11:20:37 2017
+++ src/parole-player.c Thu Feb 16 11:20:50 2017
@@ -2647,7 +2647,7 @@ parole_player_constructed (GObject *object)
player->priv->client_id,
current_dir,
restart_command,
- DESKTOPDIR "/" PACKAGE_NAME ".desktop");
+ DESKTOPDIR "/org.xfce.Parole.desktop");
if ( xfce_sm_client_connect (player->priv->sm_client, NULL ) )
{