diff --git a/x11-wm/Makefile b/x11-wm/Makefile index f17774e0e7aa..d7575e5f822e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,133 +1,134 @@ COMMENT = X11 window managers SUBDIR += afterstep SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm SUBDIR += aphelia SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += berry SUBDIR += blackbox SUBDIR += bspwm + SUBDIR += bspwm-devel SUBDIR += cage SUBDIR += cagebreak SUBDIR += chamfer SUBDIR += compiz SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compton SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie SUBDIR += devilspie2 SUBDIR += durden SUBDIR += dwl SUBDIR += dwm SUBDIR += e16 SUBDIR += e16-docs SUBDIR += echinus SUBDIR += emerald SUBDIR += enlightenment SUBDIR += epplets SUBDIR += euclid-wm SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox SUBDIR += fluxter SUBDIR += flwm SUBDIR += fvwm2 SUBDIR += fvwm3 SUBDIR += gamescope SUBDIR += herbstluftwm SUBDIR += hikari SUBDIR += hs-xmonad SUBDIR += hyprland SUBDIR += i3 SUBDIR += i3-gaps SUBDIR += icewm SUBDIR += ittywm SUBDIR += jewel SUBDIR += jwm SUBDIR += kickshaw SUBDIR += kwinft SUBDIR += labwc SUBDIR += larswm SUBDIR += leftwm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxappearance-obconf SUBDIR += lxqt SUBDIR += lxqt-panel SUBDIR += lxqt-session SUBDIR += lxsession SUBDIR += marco SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter SUBDIR += nscde SUBDIR += obconf SUBDIR += obconf-qt SUBDIR += obpager SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phluid SUBDIR += phoc SUBDIR += picom SUBDIR += piewm SUBDIR += plasma5-kdecoration SUBDIR += plasma5-kwin SUBDIR += pwm SUBDIR += qtile SUBDIR += ratmen SUBDIR += ratpoison SUBDIR += river SUBDIR += rubygem-uh-layout SUBDIR += rubygem-uh-wm SUBDIR += sawfish SUBDIR += sdorfehs SUBDIR += selectwm SUBDIR += skippy-xd SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += subtle SUBDIR += sway SUBDIR += swayfx SUBDIR += tinywm SUBDIR += transset SUBDIR += treewm SUBDIR += tvtwm SUBDIR += twm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += wayfire SUBDIR += wayfire-plugins-extra SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmanager-addons SUBDIR += wmconfig SUBDIR += wmii SUBDIR += wmii-devel SUBDIR += wmname SUBDIR += wmx SUBDIR += xcompmgr SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-panel-profiles SUBDIR += xfce4-session SUBDIR += xfce4-wm SUBDIR += yeahwm .include diff --git a/x11-wm/bspwm/Makefile b/x11-wm/bspwm-devel/Makefile similarity index 92% copy from x11-wm/bspwm/Makefile copy to x11-wm/bspwm-devel/Makefile index 0a677e5794be..1c13e8631df7 100644 --- a/x11-wm/bspwm/Makefile +++ b/x11-wm/bspwm-devel/Makefile @@ -1,58 +1,61 @@ PORTNAME= bspwm -DISTVERSION= 0.9.10 +DISTVERSION= 0.9.10.20221119 CATEGORIES= x11-wm +PKGNAMESUFFIX= -devel -MAINTAINER= o.hushchenkov@gmail.com +MAINTAINER= jbo@insane.engineer COMMENT= Tiling window manager based on binary space partitioning WWW= https://github.com/baskerville/bspwm LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-keysyms.so:x11/xcb-util-keysyms RUN_DEPENDS= sxhkd:x11/sxhkd USES= gmake localbase:ldflags xorg -USE_XORG= xcb - USE_GITHUB= yes GH_ACCOUNT= baskerville +GH_TAGNAME= 527864d8716462e52f85a419f97a776c0643a68c +USE_XORG= xcb + +CONFLICTS_INSTALL= bspwm SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES CONTRIB OPTIONS_SUB= yes CONTRIB_DESC= Install contrib (shell completions, etc.) do-install: ${MKDIR} ${STAGEDIR}${BINDIR} ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/bspc ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bspwm ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/bspc.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/bspwm.1 ${STAGEDIR}${MANPREFIX}/man/man1 -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.md ${STAGEDIR}${DOCSDIR} - -post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - post-install-CONTRIB-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions ${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${MKDIR} ${STAGEDIR}${PREFIX}/share/xsessions ${INSTALL_DATA} ${WRKSRC}/contrib/bash_completion \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/bspc ${INSTALL_DATA} ${WRKSRC}/contrib/fish_completion \ ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/bspc.fish ${INSTALL_DATA} ${WRKSRC}/contrib/zsh_completion \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_bspc ${INSTALL_DATA} ${WRKSRC}/contrib/freedesktop/bspwm.desktop \ ${STAGEDIR}${PREFIX}/share/xsessions/bspwm.desktop +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.md ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + .include diff --git a/x11-wm/bspwm-devel/distinfo b/x11-wm/bspwm-devel/distinfo new file mode 100644 index 000000000000..ac989022da4d --- /dev/null +++ b/x11-wm/bspwm-devel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1678473558 +SHA256 (baskerville-bspwm-0.9.10.20221119-527864d8716462e52f85a419f97a776c0643a68c_GH0.tar.gz) = 964a1fee1a0a9b01df3622a8f53ab156b2c754e07ac806095ac3bf943edd13d1 +SIZE (baskerville-bspwm-0.9.10.20221119-527864d8716462e52f85a419f97a776c0643a68c_GH0.tar.gz) = 116801 diff --git a/x11-wm/bspwm-devel/files/pkg-message.in b/x11-wm/bspwm-devel/files/pkg-message.in new file mode 100644 index 000000000000..21b09864d295 --- /dev/null +++ b/x11-wm/bspwm-devel/files/pkg-message.in @@ -0,0 +1,14 @@ +[ +{ type: install + message: <