- Update to version 0.4.9 [1]
- Remove leading article from COMMENT - Add missing deps, USE_GNOME=pkgconfig -> USE_PKGCONFIG=build - Respect CFLAGS - Convert tab -> space WWW: line in pkg-descr PR: ports/174292 [1] Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
This commit is contained in:
parent
10b932cc47
commit
a4951654a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309631
3 changed files with 14 additions and 15 deletions
|
@ -1,23 +1,22 @@
|
|||
# New ports collection makefile for: echinus
|
||||
# Date created: 04 August 2008
|
||||
# Whom: hrkfrd@gmail.com
|
||||
#
|
||||
# Created by: hrkfrd@gmail.com
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= echinus
|
||||
PORTVERSION= 0.4.7
|
||||
PORTVERSION= 0.4.9
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://plhk.ru/static/echinus/
|
||||
|
||||
MAINTAINER= hrkfdn@gmail.com
|
||||
COMMENT= A dynamic window manager for X11 based on dwm
|
||||
COMMENT= Dynamic window manager for X11 based on dwm
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
|
||||
LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
||||
freetype:${PORTSDIR}/print/freetype2 \
|
||||
expat:${PORTSDIR}/textproc/expat2 \
|
||||
xcb:${PORTSDIR}/x11/libxcb \
|
||||
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
USE_XORG= x11 xft xrender xrandr
|
||||
USE_GNOME= pkgconfig
|
||||
USE_PKGCONFIG= build
|
||||
USE_XORG= x11 xau xdmcp xext xft xrender xrandr
|
||||
|
||||
MAN1= echinus.1
|
||||
MANCOMPRESSED= no
|
||||
|
@ -34,7 +33,7 @@ PLIST_DIRS= etc/echinus
|
|||
SUB_FILES= pkg-message
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/VERSION/${PORTVERSION}/g' ${WRKSRC}/echinus.1
|
||||
@${REINPLACE_CMD} 's|-Os|${CFLAGS}|' ${WRKSRC}/config.mk
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (echinus-0.4.7.tar.gz) = 174da785d6f60bf50734f106a137654c2c98c3f2aaccc47649f37777491f74c9
|
||||
SIZE (echinus-0.4.7.tar.gz) = 32576
|
||||
SHA256 (echinus-0.4.9.tar.gz) = c57ac8f72845bea02bed0c27256b4023668ae7b41ae3c461d6e9b63e24914d94
|
||||
SIZE (echinus-0.4.9.tar.gz) = 32934
|
||||
|
|
|
@ -6,4 +6,4 @@ Echinus supports a small subset of EWMH to be compatible
|
|||
with external panels and pagers.
|
||||
It draws a border around windows and also an optional titlebar.
|
||||
|
||||
WWW: http://plhk.ru/
|
||||
WWW: http://plhk.ru/
|
||||
|
|
Loading…
Reference in a new issue