Miscellaneous bugfixes and rework of some parts of the installation,
especially for icc. PR: ports/62566 Submitted by: Juan Salaverria <rael@vectorstar.net> (maintainer)
This commit is contained in:
parent
9f38842ac4
commit
504e1377e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100598
3 changed files with 22 additions and 8 deletions
|
@ -5,10 +5,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= quark
|
||||
PORTVERSION= 3.11
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 3.21
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= http://quark.sunsite.dk/
|
||||
MASTER_SITES= http://quark.sunsite.dk/ \
|
||||
http://demian.dyndns.org/src/
|
||||
|
||||
MAINTAINER= rael@vectorstar.net
|
||||
COMMENT= Quark is an audio player, for geeks, by geeks
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (quark-3.11.tar.gz) = 938467f152ef4815caddcbcd32ab478d
|
||||
MD5 (quark-3.21.tar.gz) = d2e16ef97b9107df27ac4a8ba269b6ab
|
||||
SIZE (quark-3.21.tar.gz) = 204423
|
||||
|
|
|
@ -1,13 +1,25 @@
|
|||
bin/charm-quark
|
||||
bin/quark
|
||||
bin/strange-quark
|
||||
etc/gconf/gconf.xml.defaults/apps/quark/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/quark/playlist/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/quark/recent/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/quark/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/quark/playlist/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/quark/recent/%gconf.xml
|
||||
etc/gconf/schemas/quark.schemas
|
||||
etc/gconf/schemas/strange-quark.schemas
|
||||
share/gnome/applications/quark.desktop
|
||||
share/gnome/pixmaps/quark.png
|
||||
share/locale/ko/LC_MESSAGES/quark.mo
|
||||
%%PORTDOCS%%share/doc/quark/AUTHORS
|
||||
%%PORTDOCS%%share/doc/quark/COPYING
|
||||
%%PORTDOCS%%share/doc/quark/INSTALL
|
||||
%%PORTDOCS%%share/doc/quark/README
|
||||
%%PORTDOCS%%@dirrm share/doc/quark
|
||||
share/gnome/applications/quark.desktop
|
||||
share/gnome/pixmaps/quark.png
|
||||
share/locale/ko/LC_MESSAGES/quark.mo
|
||||
@dirrm share/doc/quark
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/quark/recent
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/quark/playlist
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/quark
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/quark/recent
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/quark/playlist
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/quark
|
||||
|
|
Loading…
Reference in a new issue