From owner-freebsd-xfce@FreeBSD.ORG Mon Oct 21 21:59:09 2013 Return-Path: Delivered-To: xfce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DC6E7982; Mon, 21 Oct 2013 21:59:09 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 547F929B0; Mon, 21 Oct 2013 21:59:09 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hn9so4748466wib.11 for ; Mon, 21 Oct 2013 14:59:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=DeRvxLsdT4Yf9cgg1HBeLsBFl5kFbWt7M6Aho769KNM=; b=P1U15mWuTWayNgRvHjSCfsMi/rDI6Czqxji6ZkSUm7b6RNoFKqMfael0LrWMjvKJKL 1dmq/g3CPi8W1KvD6MGBoPhVVi2Oro1gzNOF4Y7RYk5Cr2wnNIkQxKed5wEwVd5Hy/S9 RkZnmvBPm0Xekkgz+VKlqUlMEFAFeo/H71/m75ZHXJhjLo6zLJXPAihWCioKlyrhAL3L e1wlaGcxwhNKzB/FXY3i3WRwzFiwdmJyKQHi1A18C1jNfVVhiwnEKi4Bsl8bopYP4aLG npPs06wZpKcjbCg1FJdRe/BtrHICAcB21s0CHqQGM2zuOSKyNANGaHKjsgDwMyWw2qEP K9bA== X-Received: by 10.194.175.133 with SMTP id ca5mr15402862wjc.19.1382392747739; Mon, 21 Oct 2013 14:59:07 -0700 (PDT) Received: from tuborg (AMarseille-656-1-591-24.w2-4.abo.wanadoo.fr. [2.4.20.24]) by mx.google.com with ESMTPSA id fr4sm57501wib.0.2013.10.21.14.59.06 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 21 Oct 2013 14:59:07 -0700 (PDT) Date: Mon, 21 Oct 2013 23:57:32 +0000 From: Olivier Duchateau To: xfce@FreeBSD.org Subject: [Test] multimedia/xfce4-parole 0.5.90 Message-Id: <20131021235732.298fd0459a765c4a24a0eb38@gmail.com> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; i386-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 21:59:09 -0000 Hi, This week-end I worked on the next stable release (0.6.0) of multimedia/xfce4-parole. If someone is interesting to test it, you must: 1. Update your ports tree (I made change in Mk/bsd.xfce.mk) 2. Upgrade x11/libxfce4menu (you must set GTK3 option, otherwise compilation will fail) 3. Upgrade multimedia/xfce4-parole If you use libxfce4menu development release, you must also upgrade sysutils/xfce4-settings and x11-wm/xfce4-wm. Patches are available here [1]. This release supports **only** x11-toolkits/gtk30. So you must install theme (e.g. x11-themes/greybird-theme), which supports this version of Gtk. I patched Parole, because main developers prefer to use symbolic icons (not available in GNOME and Tango themes), so currently I strength to install misc/gnome/icon-theme, to be sure nothing is missing and works fine everywhere. Mandatory screenshot, https://lh4.googleusercontent.com/-VcwtlGijK2g/UmWfuX21rgI/AAAAAAAABnQ/Rng59p6naqI/w534-h542-no/parole-0.5.90.png top image: Parole with elementary-xfce-icon-theme (not available in ports tree) bottom image: Parole with icons-tango (default icons theme) Enjoy [1] https://people.freebsd.org/~olivierd/patches/ -- olivier