moc-tray: dropped

This commit is contained in:
Bartlomiej Palmowski 2012-07-22 16:13:13 +02:00
parent 0c958dd65a
commit 46beccb7ed
3 changed files with 0 additions and 28 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/moc-tray
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/moc-tray.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/moc-tray.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/moc-tray.png

View File

@ -1 +0,0 @@
e8ebc26a326b9498ff025283b032ba98 moc-tray-0.4.tar.bz2

View File

@ -1,16 +0,0 @@
# Description: tray icon for music on console player
# URL: http://code.google.com/p/moc-tray/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: moc p5-gtk2
name=moc-tray
version=0.4
release=1
source=(http://$name.googlecode.com/files/$name-$version.tar.bz2)
build() {
cd $name-$version
make DESTDIR=$PKG install
mkdir -p $PKG/usr/man/man1
pod2man $PKG/usr/bin/$name > $PKG/usr/man/man1/$name.1
}