Import pidgin-rhythmbox-2.0 as wip/pidgin-rhythmbox.

The Pidgin-Rhythmbox plugin will automatically update your Pidgin user and
  status info with the currently playing music in Rhythmbox
  If the artist and title are known, it will also attempt to create a link to
  the song's lyrics by using Google's "I'm Feeling Lucky" feature
  Pidgin-Rhythmbox will replace %rb in your user info and status message with
  the song information
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-03-15 13:55:18 +00:00 committed by Thomas Klausner
parent c822198ee2
commit 377b02e505
4 changed files with 50 additions and 0 deletions

6
pidgin-rhythmbox/DESCR Normal file
View file

@ -0,0 +1,6 @@
The Pidgin-Rhythmbox plugin will automatically update your Pidgin user and
status info with the currently playing music in Rhythmbox
If the artist and title are known, it will also attempt to create a link to
the song's lyrics by using Google's "I'm Feeling Lucky" feature
Pidgin-Rhythmbox will replace %rb in your user info and status message with
the song information

32
pidgin-rhythmbox/Makefile Normal file
View file

@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/03/15 13:55:18 jihbed Exp $
#
DISTNAME= pidgin-rhythmbox-2.0
CATEGORIES= chat
MASTER_SITES= http://jon.oberheide.org/projects/pidgin-rhythmbox/downloads/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://jon.oberheide.org/projects/pidgin-rhythmbox/
COMMENT= Plugin for pidgin to support Rhythmbox
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
BUILD_DEPENDS+= rhythmbox>=0.11.6:../../audio/rhythmbox
INSTALLATION_DIRS= share/pidgin-rhythmbox
post-install:
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/pidgin-rhythmbox
${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/pidgin-rhythmbox
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/pidgin-rhythmbox
.include "../../chat/pidgin/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

7
pidgin-rhythmbox/PLIST Normal file
View file

@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/15 13:55:18 jihbed Exp $
lib/pidgin/pidgin-rhythmbox.la
share/pidgin-rhythmbox/AUTHORS
share/pidgin-rhythmbox/NEWS
share/pidgin-rhythmbox/README
@dirrm share/pidgin-rhythmbox
@dirrm lib/pidgin

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/03/15 13:55:18 jihbed Exp $
SHA1 (pidgin-rhythmbox-2.0.tar.gz) = 53b9b979d7fa60ad2ef4a4e9c90f5b33c0ceb7d4
RMD160 (pidgin-rhythmbox-2.0.tar.gz) = b5b3b0479e9a039a85e79c4078eb583cf599e40e
Size (pidgin-rhythmbox-2.0.tar.gz) = 320758 bytes