mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
x11/thingylaunch: update to 3.0.2
Changes: - Don't override compiler/linker flags, append to them Also, small tidying to the port's makefile PR: 278227 Submitted by: diizzy
This commit is contained in:
parent
ea87fb0a3c
commit
3109f13fec
@ -1,20 +1,23 @@
|
||||
PORTNAME= thingylaunch
|
||||
PORTVERSION= 3.0.1
|
||||
DISTVERSION= 3.0.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= https://code.ptrcrt.ch/${PORTNAME}/tarball/${PORTVERSION}/
|
||||
MASTER_SITES= https://code.ptrcrt.ch/${PORTNAME}/tarball/${DISTVERSION}/
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= Lightweight launcher for X
|
||||
WWW= https://code.ptrcrt.ch/${PORTNAME}
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
USES= compiler:c++11-lib pkgconfig xorg
|
||||
USE_XORG= xorgproto xcb
|
||||
LIB_DEPENDS+= libxcb-icccm.so:x11/xcb-util-wm \
|
||||
libxcb-keysyms.so:x11/xcb-util-keysyms
|
||||
USE_CXXSTD= c++11
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} '/^CXXFLAGS/s|-O3||' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1677951204
|
||||
SHA256 (thingylaunch-3.0.1.tar.gz) = dd5ba3982dfb56e20ade86af27984697a0ab8c2fb29ece42f64f54b596c0082c
|
||||
SIZE (thingylaunch-3.0.1.tar.gz) = 10111
|
||||
TIMESTAMP = 1712580055
|
||||
SHA256 (thingylaunch-3.0.2.tar.gz) = c0e96237b1c41841c9765103b528659c53d456d9e1ab83f8fd7d5b80fd1aea0a
|
||||
SIZE (thingylaunch-3.0.2.tar.gz) = 10231
|
||||
|
Loading…
Reference in New Issue
Block a user