diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-19 16:33:57 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-19 17:45:10 +0200 |
commit | 8722f3a634adea44e10a5235c45c117f55e1721a (patch) | |
tree | 1bf62c55439cfcbb7a62ec03bc40c46caf6bb49a /recipes/gnome-mplayer/gnome-mplayer_svn.bb | |
parent | 02cc40c6ed09c3bb715391d07be2626f7ef88160 (diff) |
gnome-mplayer: point svn to googlecode.com. builds fine.
Diffstat (limited to 'recipes/gnome-mplayer/gnome-mplayer_svn.bb')
-rw-r--r-- | recipes/gnome-mplayer/gnome-mplayer_svn.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gnome-mplayer/gnome-mplayer_svn.bb b/recipes/gnome-mplayer/gnome-mplayer_svn.bb new file mode 100644 index 0000000000..06686997cb --- /dev/null +++ b/recipes/gnome-mplayer/gnome-mplayer_svn.bb @@ -0,0 +1,13 @@ +require gnome-mplayer.inc + +SRCDATE = "20080101" +PV = "0.5.3+svn${SRCDATE}" +PR = "r6" +S = "${WORKDIR}/trunk" + +SRC_URI += "svn://gnome-mplayer.googlecode.com/svn/;module=trunk;proto=http" + +do_install_append() { + sed -i "s/OnlyShowIn=GNOME;//" ${D}${datadir}/applications/gnome-mplayer.desktop +} + |