summaryrefslogtreecommitdiff
path: root/cmus
diff options
context:
space:
mode:
authorAntti Nykanen <aon@iki.fi>2008-07-13 00:07:01 +0300
committerAntti Nykanen <aon@iki.fi>2008-07-13 00:07:57 +0300
commitcabea6c98eba2eb8d8836c6c4776b655e3eae37d (patch)
tree81c950fb505019e203d0b8fbc6cb35c25f24bcfa /cmus
parentfc9ccb5efa5bd75b56b65f8c37ec6748005ccea2 (diff)
downloadopt-cabea6c98eba2eb8d8836c6c4776b655e3eae37d.tar.gz
opt-cabea6c98eba2eb8d8836c6c4776b655e3eae37d.tar.xz
cmus: removed optional modules from .footprint and themes
Diffstat (limited to 'cmus')
-rw-r--r--cmus/.footprint11
-rw-r--r--cmus/Pkgfile4
2 files changed, 2 insertions, 13 deletions
diff --git a/cmus/.footprint b/cmus/.footprint
index fbc252585..192f37228 100644
--- a/cmus/.footprint
+++ b/cmus/.footprint
@@ -5,13 +5,8 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmus/
drwxr-xr-x root/root usr/lib/cmus/ip/
--rwxr-xr-x root/root usr/lib/cmus/ip/mad.so
--rwxr-xr-x root/root usr/lib/cmus/ip/modplug.so
--rwxr-xr-x root/root usr/lib/cmus/ip/vorbis.so
-rwxr-xr-x root/root usr/lib/cmus/ip/wav.so
drwxr-xr-x root/root usr/lib/cmus/op/
--rwxr-xr-x root/root usr/lib/cmus/op/alsa.so
--rwxr-xr-x root/root usr/lib/cmus/op/ao.so
-rwxr-xr-x root/root usr/lib/cmus/op/oss.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
@@ -19,10 +14,4 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cmus.1.gz
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/rc
--rw-r--r-- root/root usr/share/cmus/xterm-white.theme
diff --git a/cmus/Pkgfile b/cmus/Pkgfile
index bcd1b5e4e..007219681 100644
--- a/cmus/Pkgfile
+++ b/cmus/Pkgfile
@@ -7,7 +7,7 @@
name=cmus
version=2.2.0
-release=1
+release=2
source=(http://mirror.greaterscope.net/$name/$name-$version.tar.bz2)
build() {
@@ -15,5 +15,5 @@ build() {
./configure prefix=/usr mandir=/usr/man CONFIG_ARTS=n
make
make DESTDIR=$PKG install install-man
- rm -rf $PKG/usr/share/doc
+ rm -rf $PKG/usr/share/{doc,cmus/*.theme}
}

Generated by cgit