moc-tray: initial port

This commit is contained in:
Bartlomiej Palmowski 2010-03-01 18:45:38 +01:00
parent a64b68ad19
commit faa18c1176
3 changed files with 28 additions and 0 deletions

11
moc-tray/.footprint Normal file
View File

@ -0,0 +1,11 @@
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

1
moc-tray/.md5sum Normal file
View File

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

16
moc-tray/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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
}