From 54df9f885df6f35f36c4bdef15491140be2be407 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 23 Mar 2009 15:39:39 +0000 Subject: [PATCH] - add same MESSAGE as evolution so that people don't think rhythmbox deps are broken found out by rgouveia on #bsdcow --- audio/rhythmbox/Makefile | 4 ++-- audio/rhythmbox/pkg/MESSAGE | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 audio/rhythmbox/pkg/MESSAGE diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 601686b4795..c1f3eb3409d 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.28 2009/03/20 16:56:34 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.29 2009/03/23 15:39:39 ajacoutot Exp $ COMMENT= music management application for GNOME GNOME_PROJECT= rhythmbox GNOME_VERSION= 0.12.0 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 SHARED_LIBS += rhythmbox-core 0.0 # .0.0 CATEGORIES= audio diff --git a/audio/rhythmbox/pkg/MESSAGE b/audio/rhythmbox/pkg/MESSAGE new file mode 100644 index 00000000000..f1575be6d97 --- /dev/null +++ b/audio/rhythmbox/pkg/MESSAGE @@ -0,0 +1,4 @@ +If you intend to run rhythmbox outside of GNOME and don't have a +default icon theme setup, you need to configure one. Add the following +line in ~/.gtkrc-2.0: + gtk-icon-theme-name="gnome"