diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-10-20 21:17:07 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-10-20 21:17:07 +0000 |
commit | b3aa18ee33cf54957b57f23fb4aa59f8ee1d660d (patch) | |
tree | 446e18bec11b4418efdf3c755cb48ef3addcc4aa /x11-themes/smplayer-themes/smplayer-themes-0.1.17.ebuild | |
parent | New version for GNOME 2.24. Lots of small improvments, fullscreen mode, chang... (diff) | |
download | gentoo-2-b3aa18ee33cf54957b57f23fb4aa59f8ee1d660d.tar.gz gentoo-2-b3aa18ee33cf54957b57f23fb4aa59f8ee1d660d.tar.bz2 gentoo-2-b3aa18ee33cf54957b57f23fb4aa59f8ee1d660d.zip |
Version bump
(Portage version: 2.2_rc12_p11688/cvs/Linux 2.6.26-hh3 i686)
Diffstat (limited to 'x11-themes/smplayer-themes/smplayer-themes-0.1.17.ebuild')
-rw-r--r-- | x11-themes/smplayer-themes/smplayer-themes-0.1.17.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/smplayer-themes/smplayer-themes-0.1.17.ebuild b/x11-themes/smplayer-themes/smplayer-themes-0.1.17.ebuild new file mode 100644 index 000000000000..4768a33b4ba3 --- /dev/null +++ b/x11-themes/smplayer-themes/smplayer-themes-0.1.17.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smplayer-themes/smplayer-themes-0.1.17.ebuild,v 1.1 2008/10/20 21:17:07 yngwin Exp $ + +DESCRIPTION="Icon themes for smplayer" +HOMEPAGE="http://smplayer.sourceforge.net/" +SRC_URI="mirror://sourceforge/smplayer/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" +DEPEND="" +RDEPEND="media-video/smplayer" + +# Override it as default will call make that will catch the install target... +src_compile() { + return +} + +src_install() { + insinto /usr/share/smplayer + doins -r themes || die "Failed to install themes" + dodoc Changelog README.txt +} |