x11-wm/e16 - update to 1.0.19
Add option to build with PANGO support for text rendering. Fix NLS with non-default prefix. Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.19
This commit is contained in:
parent
8d0b88d2ef
commit
64a75dd8d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479423
3 changed files with 14 additions and 11 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= e16
|
||||
PORTVERSION= 1.0.18
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.19
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= x11-wm enlightenment
|
||||
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
|
@ -15,27 +15,29 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libImlib2.so:graphics/imlib2
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS SOUND
|
||||
OPTIONS_DEFINE= DOCS NLS PANGO SOUND
|
||||
OPTIONS_SUB= yes
|
||||
SOUND_DESC= Sound support via pulseaudio/libsndfile
|
||||
SOUND_LIB_DEPENDS= libpulse.so:audio/pulseaudio \
|
||||
libsndfile.so:audio/libsndfile
|
||||
SOUND_CONFIGURE_ON= --enable-sound \
|
||||
--enable-sound-pulse \
|
||||
SOUND_CONFIGURE_ON= --enable-sound=pulseaudio \
|
||||
--with-sndldr=sndfile
|
||||
SOUND_CONFIGURE_OFF= --disable-sound \
|
||||
--with-sndldr=none
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
PANGO_USE= GNOME=pango
|
||||
PANGO_CONFIGURE_ENABLE= pango
|
||||
DOCS_CONFIGURE_ON= --enable-docs=yes
|
||||
DOCS_CONFIGURE_OFF= --enable-docs=no
|
||||
|
||||
USES= gmake iconv libtool gnome perl5 pkgconfig shebangfix
|
||||
|
||||
USE_XORG= ice sm xorgproto x11 xbitmaps \
|
||||
xcomposite xdamage xext xfixes xft xinerama xrandr xrender \
|
||||
xxf86vm
|
||||
USES= gettext gmake iconv libtool perl5 pkgconfig shebangfix
|
||||
SHEBANG_FILES= scripts/e_gen_menu
|
||||
CFLAGS+= -Wno-unused-parameter
|
||||
CFLAGS+= -Wno-unused-parameter -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-dependency-tracking \
|
||||
--disable-rpath --enable-mans SHELL=/bin/sh
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1492428510
|
||||
SHA256 (e16-1.0.18.tar.gz) = 88888e738f1ada3be5a1a28d2291068e70b5f57490c2f8a1f285afb712bc85c2
|
||||
SIZE (e16-1.0.18.tar.gz) = 2441111
|
||||
TIMESTAMP = 1534231652
|
||||
SHA256 (e16-1.0.19.tar.gz) = fa754668b86cbe69bc12061f788f72e3669e6fc98579e380bbd057c52ab0bea4
|
||||
SIZE (e16-1.0.19.tar.gz) = 2459808
|
||||
|
|
|
@ -3,6 +3,7 @@ bin/edox
|
|||
bin/eesh
|
||||
bin/epp
|
||||
bin/starte16
|
||||
lib/e16/libhack.so
|
||||
share/applications/e16.desktop
|
||||
share/gnome-session/sessions/e16-gnome.session
|
||||
share/xsessions/e16-session.desktop
|
||||
|
|
Loading…
Reference in a new issue