Skip to content

Commit

Permalink
x11/thingylaunch: update to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed Mar 4, 2023
1 parent 94173a2 commit 493b4f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 30 deletions.
34 changes: 6 additions & 28 deletions x11/thingylaunch/Makefile
@@ -1,41 +1,19 @@
PORTNAME= thingylaunch
PORTVERSION= 2.0.3
PORTREVISION= 8
PORTVERSION= 3.0.0
CATEGORIES= x11
MASTER_SITES= http://gahr.ch/thingylaunch/
MASTER_SITES= https://code.ptrcrt.ch/thingylaunch/tarball/${PORTVERSION}/

MAINTAINER= gahr@FreeBSD.org
COMMENT= Lightweight launcher for X
WWW= https://www.gahr.ch/thingylaunch

LICENSE= MIT BSD2CLAUSE
LICENSE_COMB= multi
LICENSE= BSD2CLAUSE

OPTIONS_SINGLE= X11
OPTIONS_SINGLE_X11= LIBX11 LIBXCB
LIBX11_DESC= Build against libX11
LIBXCB_DESC= Build against libXCB
OPTIONS_DEFAULT= LIBX11

USES= cmake compiler:c++11-lib xorg
USE_XORG= xorgproto
USE_CXXSTD= c++11

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MLIBX11}
USE_XORG+= x11
.endif

.if ${PORT_OPTIONS:MLIBXCB}
USE_XORG+= xcb
USES= compiler:c++11-lib xorg
USE_XORG= xorgproto xcb
LIB_DEPENDS+= libxcb-icccm.so:x11/xcb-util-wm \
libxcb-keysyms.so:x11/xcb-util-keysyms
CMAKE_ARGS+= -DUSE_XCB:BOOL=ON
.endif

USE_GITHUB= yes
GH_ACCOUNT= gahr
USE_CXXSTD= c++11

PLIST_FILES= bin/${PORTNAME}

Expand Down
5 changes: 3 additions & 2 deletions x11/thingylaunch/distinfo
@@ -1,2 +1,3 @@
SHA256 (gahr-thingylaunch-2.0.3_GH0.tar.gz) = 4d9cc6b826bddb3d02836f721316bfc24c2b31f75c9c2d5077ae162eb3d60b60
SIZE (gahr-thingylaunch-2.0.3_GH0.tar.gz) = 11336
TIMESTAMP = 1677944136
SHA256 (thingylaunch-3.0.0.tar.gz) = 385e350152d8b229170b88a47eff11c456ca02d9bfe77a001d74a2d04341772d
SIZE (thingylaunch-3.0.0.tar.gz) = 10050

0 comments on commit 493b4f4

Please sign in to comment.