1
0
forked from ports/opt

cmus: inlcude themes

This commit is contained in:
Thomas Penteker 2016-08-05 17:27:42 +02:00
parent 6ae3685028
commit 4791bbc197
2 changed files with 11 additions and 1 deletions

View File

@ -11,7 +11,17 @@ drwxr-xr-x root/root usr/lib/cmus/op/
-rwxr-xr-x root/root usr/lib/cmus/op/oss.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cmus/
-rw-r--r-- root/root usr/share/cmus/cyan.theme
-rw-r--r-- root/root usr/share/cmus/default.theme
-rw-r--r-- root/root usr/share/cmus/gray-88.theme
-rw-r--r-- root/root usr/share/cmus/green-mono-88.theme
-rw-r--r-- root/root usr/share/cmus/green.theme
-rw-r--r-- root/root usr/share/cmus/night.theme
-rw-r--r-- root/root usr/share/cmus/rc
-rw-r--r-- root/root usr/share/cmus/solarized-dark.theme
-rw-r--r-- root/root usr/share/cmus/solarized-light.theme
-rw-r--r-- root/root usr/share/cmus/xterm-white.theme
-rw-r--r-- root/root usr/share/cmus/zenburn.theme
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cmus-remote.1.gz

View File

@ -19,5 +19,5 @@ build() {
./configure prefix=/usr CONFIG_ARTS=n
make
make DESTDIR=$PKG install install-man
rm -rf $PKG/usr/share/{doc,cmus/*.theme}
rm -rf $PKG/usr/share/doc
}