Upgrade to 9.11.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. Remark: gdk-pixbuf is preferred over libafterimage. Notified by: Marcin Cieslak <saper (a) saper.info>
This commit is contained in:
parent
28330c2a48
commit
38cdb39001
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273632
2 changed files with 17 additions and 10 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= rxvt-unicode
|
||||
PORTVERSION= 9.10
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 9.11
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . Attic
|
||||
|
@ -23,8 +22,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
|
|||
USE_GNOME= pkgconfig
|
||||
USE_XORG= xpm xft xrender
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-lutil"
|
||||
CONFIGURE_ARGS= --enable-shared --enable-everything --with-term=rxvt \
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV= LIBS="-lutil"
|
||||
CONFIGURE_ARGS= --enable-everything --with-term=rxvt \
|
||||
--with-terminfo=${LOCALBASE}/share/misc/terminfo.db
|
||||
USE_BZIP2= yes
|
||||
WANT_PERL= yes
|
||||
|
@ -43,7 +43,8 @@ OPTIONS= \
|
|||
MOUSEWHEEL "Support for scrolling via mouse wheel" On \
|
||||
SMART_RESIZE "Smart growth/shrink behaviour" On \
|
||||
IMLOCALE_FIX "imlocale encoding conversion fix" On \
|
||||
AFTERIMAGE "Use libAfterImage for background images" On \
|
||||
GDK_PIXBUF "Use gdk-pixbuf for background images" On \
|
||||
AFTERIMAGE "Use libAfterImage for background images" Off \
|
||||
256_COLOR "Support for 256 colors" Off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -129,12 +130,18 @@ CONFIGURE_ARGS+= --disable-smart-resize
|
|||
CONFIGURE_ARGS+= --enable-smart-resize
|
||||
.endif
|
||||
|
||||
# enable integration with libAfterImage for background images
|
||||
.if defined(WITHOUT_AFTERIMAGE)
|
||||
# enable integration with gdk-pixbuf / or libAfterImage for background images
|
||||
.if defined(WITHOUT_GDK_PIXBUF)
|
||||
CONFIGURE_ARGS+= --disable-pixbuf
|
||||
. if defined(WITHOUT_AFTERIMAGE)
|
||||
CONFIGURE_ARGS+= --disable-afterimage # To be upgraded
|
||||
.else
|
||||
. else
|
||||
LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage
|
||||
CONFIGURE_ARGS+= --enable-afterimage
|
||||
. endif
|
||||
.else
|
||||
USE_GNOME+= gdkpixbuf2
|
||||
CONFIGURE_ARGS+= --enable-pixbuf
|
||||
.endif
|
||||
|
||||
# enable support for 256 colors
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rxvt-unicode-9.10.tar.bz2) = 1c238f7e545b1a8da81239b826fb2a7d196c73effbcbd211db7a50995a0a067a
|
||||
SIZE (rxvt-unicode-9.10.tar.bz2) = 884501
|
||||
SHA256 (rxvt-unicode-9.11.tar.bz2) = 0452c00066774ef6e32fcd0a1e6f09230392ea9f6f42e1c2ef7b91d6fcb82d85
|
||||
SIZE (rxvt-unicode-9.11.tar.bz2) = 882787
|
||||
|
|
Loading…
Reference in a new issue