diff options
author | novel <novel@FreeBSD.org> | 2005-06-18 22:08:38 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-06-18 22:08:38 +0800 |
commit | 5cfa0c52f24ec1952d0cb97ab4fac14e56768d39 (patch) | |
tree | 27b075707951d7ab91ea20c33549386096b2bc23 /audio | |
parent | d60e86e832156a2eb3a317545480bb97d27ab58d (diff) | |
download | freebsd-ports-gnome-5cfa0c52f24ec1952d0cb97ab4fac14e56768d39.tar.gz freebsd-ports-gnome-5cfa0c52f24ec1952d0cb97ab4fac14e56768d39.tar.zst freebsd-ports-gnome-5cfa0c52f24ec1952d0cb97ab4fac14e56768d39.zip |
Fix plist.
PR: 82292
Submitted by: Soren Straarup <xride@x12.dk>
Approved by: Mark Daniel Reidel (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/glurp/pkg-plist | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/audio/glurp/pkg-plist b/audio/glurp/pkg-plist index 3214b368e30e..526b90fe4228 100644 --- a/audio/glurp/pkg-plist +++ b/audio/glurp/pkg-plist @@ -1,15 +1,20 @@ bin/glurp +%%DATADIR%%/pixmaps/add.png +%%DATADIR%%/pixmaps/config.png %%DATADIR%%/pixmaps/media-audiofile.png -%%DATADIR%%/pixmaps/media-stream.png %%DATADIR%%/pixmaps/player-prev.png %%DATADIR%%/pixmaps/player-play.png %%DATADIR%%/pixmaps/player-pause.png %%DATADIR%%/pixmaps/player-stop.png %%DATADIR%%/pixmaps/player-next.png %%DATADIR%%/pixmaps/player-repeat.png -%%DATADIR%%/pixmaps/player-shuffle.png +%%DATADIR%%/pixmaps/player-random.png %%DATADIR%%/pixmaps/online.png %%DATADIR%%/pixmaps/offline.png +%%DATADIR%%/pixmaps/outputs.png +%%DATADIR%%/pixmaps/playlist.png +%%DATADIR%%/pixmaps/playlists.png +%%DATADIR%%/pixmaps/remove.png %%DATADIR%%/glurp.glade @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% |