mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
audio/deforaos-mixer: allow staging
- Allow staging - Bump revision for libdesktop PR: ports/183641 Submitted by: maintainer
This commit is contained in:
parent
21945daceb
commit
db817389dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332781
@ -3,26 +3,25 @@
|
||||
|
||||
PORTNAME= mixer
|
||||
PORTVERSION= 0.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/3705/
|
||||
DISTNAME= Mixer-${PORTVERSION}
|
||||
PKGNAMEPREFIX= deforaos-
|
||||
DISTNAME= Mixer-${PORTVERSION}
|
||||
|
||||
MAINTAINER= olivier@cochard.me
|
||||
COMMENT= DeforaOS desktop audio mixer
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= Desktop:${PORTSDIR}/x11/deforaos-libdesktop
|
||||
LIB_DEPENDS= libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
|
||||
|
||||
MAKE_ARGS= PREFIX=${PREFIX}
|
||||
USES= pkgconfig gettext
|
||||
NO_STAGE= yes
|
||||
USE_GNOME= gtk20 desktopfileutils
|
||||
USES= desktop-file-utils gettext pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
PLIST_FILES= bin/mixer \
|
||||
share/applications/mixer.desktop \
|
||||
share/locale/fr/LC_MESSAGES/Mixer.mo
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|Exec=mixer|Exec=${LOCALBASE}/bin/mixer|g' \
|
||||
${WRKSRC}/data/mixer.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user