- Update to 1.0.13.003
Changes: * Fixup after list changes. * Autofoo macro cleanups. * Obsolete event handling tweak (click grabs). * Obsolete event handling tweak (serial wrap). * Remove useless Name[] entries from .desktop files. * Fix menu generation some more. * Update gettext version to 0.17. - STAGE-clean - Convert to new LIB_DEPENDS format - Add DOCS and NLS to OPTIONSng
This commit is contained in:
parent
2d3f8ef422
commit
8cdd3fae3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330284
2 changed files with 6 additions and 7 deletions
|
@ -2,14 +2,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= e16
|
||||
PORTVERSION= 1.0.13.001
|
||||
PORTVERSION= 1.0.13.003
|
||||
CATEGORIES= x11-wm enlightenment
|
||||
MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= A very artistic X window manager
|
||||
|
||||
OPTIONS_DEFINE= SOUND
|
||||
OPTIONS_DEFINE= DOCS NLS SOUND
|
||||
SOUND_DESC= Sound support via pulseaudio/libsndfile
|
||||
|
||||
USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \
|
||||
|
@ -21,12 +21,11 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --disable-dependency-tracking \
|
||||
--disable-rpath --enable-mans SHELL=/bin/sh
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSOUND}
|
||||
LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio \
|
||||
sndfile:${PORTSDIR}/audio/libsndfile
|
||||
LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio \
|
||||
libsndfile.so:${PORTSDIR}/audio/libsndfile
|
||||
CONFIGURE_ARGS+=--enable-sound \
|
||||
--enable-sound-pulse \
|
||||
--with-sndldr=sndfile
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (e16-1.0.13.001.tar.gz) = 556346ba6b80677df22e94484e9a98bee69251ff3b79acd08c48c39b604b1f32
|
||||
SIZE (e16-1.0.13.001.tar.gz) = 2330693
|
||||
SHA256 (e16-1.0.13.003.tar.gz) = 2d6d2eff4e4cda47a4257a2abd72e99128527935da85c3b5f062fedf0db306ad
|
||||
SIZE (e16-1.0.13.003.tar.gz) = 2343521
|
||||
|
|
Loading…
Reference in a new issue