forked from ports/contrib
gmpc: NEW port
This commit is contained in:
parent
f733595d40
commit
b5891fbc23
37
gmpc/.footprint
Normal file
37
gmpc/.footprint
Normal file
@ -0,0 +1,37 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/gmpc
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/gmpc/
|
||||
-rw-r--r-- root/root usr/include/gmpc/TreeSearchWidget.h
|
||||
-rw-r--r-- root/root usr/include/gmpc/config1.h
|
||||
-rw-r--r-- root/root usr/include/gmpc/gmpc_easy_download.h
|
||||
-rw-r--r-- root/root usr/include/gmpc/metadata.h
|
||||
-rw-r--r-- root/root usr/include/gmpc/plugin.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/gmpc.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/gmpc.desktop
|
||||
drwxr-xr-x root/root usr/share/gmpc/
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc-add-url.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc-loading-cover.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc-no-cover.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc-tray-disconnected.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc-tray-pause.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc-tray-play.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc-tray.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc.glade
|
||||
-rw-r--r-- root/root usr/share/gmpc/gmpc.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/media-album.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/media-artist.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/media-audiofile.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/media-playlist.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/media-stream.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/player-repeat.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/player-shuffle.png
|
||||
-rw-r--r-- root/root usr/share/gmpc/playlist3.glade
|
||||
-rw-r--r-- root/root usr/share/gmpc/stock_volume.png
|
||||
drwxr-xr-x root/root usr/share/pixmaps/
|
||||
-rw-r--r-- root/root usr/share/pixmaps/gmpc.png
|
1
gmpc/.md5sum
Normal file
1
gmpc/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
0c95f6a0a44ea4606eafdc7bb50b3bdb gmpc-0.14.0.tar.gz
|
20
gmpc/Pkgfile
Normal file
20
gmpc/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: MPD client for GNOME
|
||||
# URL: http://sarine.nl/gmpc
|
||||
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Packager: Mark Rosenstand, mark at borkware dot net
|
||||
#
|
||||
# Depends on: libglade, libmpd, p5-xml-parser
|
||||
|
||||
name=gmpc
|
||||
version=0.14.0
|
||||
release=1
|
||||
source=(http://download.sarine.nl/gmpc-0.14.0/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd gmpc-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share/locale
|
||||
chown -R root:root $PKG
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user