wok diff cmus/receipt @ rev 17231
add post_install to some icon themes (for qt4)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 16 19:38:39 2014 +0000 (2014-10-16) |
parents | 380ffe05937a |
children | dac69754212f |
line diff
1.1 --- a/cmus/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/cmus/receipt Thu Oct 16 19:38:39 2014 +0000 1.3 @@ -10,8 +10,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="ncurses libmad libvorbis alsa-lib" 1.8 -BUILD_DEPENDS="ncurses-dev libmad-dev libvorbis-dev alsa-lib-dev" 1.9 +DEPENDS="ncurses libmad libvorbis alsa-lib flac" 1.10 +BUILD_DEPENDS="ncurses-dev libmad-dev libvorbis-dev alsa-lib-dev flac-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()