Skip to content

Commit

Permalink
wm/blackbox70: update to version 0.74
Browse files Browse the repository at this point in the history
While here, add a LICENSE definition, and fix compliation on some Linux
distributions.

Change log:

Release blackbox-0.74 released 2018-10-31
-----------------------------------------

Brian Bidulock <[email protected]> (9):
      update po files
      add a release file
      remove bashisms from gennews.sh
      make autogen.sh handle gnits and remove bashisms
      5-part AC_INIT and prefer asciidoc to asciidoctor
      generate and distribute release file
      add release files to .gitignore
      update po files
      update release files

Brian Bidulock <[email protected]> (1):
      Merge pull request #19 from vl-80/fullscreen_fix

VL-80 <[email protected]> (1):
      Fix fullscreen mode for non-maximized windows

Release blackbox-0.73 released 2018-05-28
-----------------------------------------

Brian Bidulock <[email protected]> (18):
      zero errno when not using it
      silent rules with /usr prefix
      add branch to substitution
      add more checks
      update make flags
      silent now default
      tweaks
      add some ignores
      better build
      update install file
      initialize XKEYBOARD
      update po files
      become child subreaper and session leader
      Merge branch 'master' of github.com:bbidulock/blackboxwm
      prctl is linux-specific
      update po files
      update release files
      update release files

Brian Bidulock <[email protected]> (1):
      Merge pull request #13 from psolyca/master

Damien Gaignon <[email protected]> (1):
      Add errno.h as include
  • Loading branch information
dhgutteridge committed Jan 19, 2019
1 parent 8b5f0b8 commit 54fe95b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
8 changes: 5 additions & 3 deletions wm/blackbox70/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.18 2018/12/29 04:37:25 gutteridge Exp $
# $NetBSD: Makefile,v 1.19 2019/01/19 21:21:04 gutteridge Exp $

VERSION= 0.72
VERSION= 0.74
DISTNAME= blackbox-${VERSION}
PKGREVISION= 1
PKGNAME= blackbox70-${VERSION}
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=bbidulock/}
Expand All @@ -12,6 +11,7 @@ GITHUB_TAG= ${VERSION}
MAINTAINER= [email protected]
HOMEPAGE= https://github.com/bbidulock/blackboxwm
COMMENT= Small and fast X11 window manager
LICENSE= mit

CONFLICTS= bsetroot-[0-9]*
CONFLICTS+= blackbox-[0-9]*
Expand All @@ -21,6 +21,8 @@ USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake autopoint gettext-m4 gsed pkg-config
GNU_CONFIGURE= YES

CXXFLAGS.Linux+= -fpermissive

CONFIGURE_ARGS+= --enable-nls

BROKEN_GETTEXT_DETECTION=yes
Expand Down
11 changes: 5 additions & 6 deletions wm/blackbox70/distinfo
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
$NetBSD: distinfo,v 1.12 2018/12/29 00:29:32 joerg Exp $
$NetBSD: distinfo,v 1.13 2019/01/19 21:21:04 gutteridge Exp $

SHA1 (blackbox-0.72.tar.gz) = 87e90c7d6da9f94a79100433490b33de4189f194
RMD160 (blackbox-0.72.tar.gz) = 3991d8512703cceafcd93185978684441d06d7d7
SHA512 (blackbox-0.72.tar.gz) = 8fffb8857240cfa11876c29dbb61dff3381b8e5b6f1937e14c81202d30b0cbc23135e42c6d8829c6e7ab7cdc821a1a62fee34db59da9b846634175442c5d7c1e
Size (blackbox-0.72.tar.gz) = 360673 bytes
SHA1 (patch-autogen.sh) = 28074bddfdfb4df2d78122f6bb8089522028ef23
SHA1 (blackbox-0.74.tar.gz) = b252f052c590f092ae0e9c381c6c7e823fd83654
RMD160 (blackbox-0.74.tar.gz) = 5c124739cbf1098341378c3bae1b7a461ec22dd4
SHA512 (blackbox-0.74.tar.gz) = 7d67fe2fe6c0c2e9cd18d494fbba885ab7ca8c7aadcfe5ceada97c1280633b575f3f47a36dc5393c61ae0baf50eef61e56683899913fa58859148148e5041389
Size (blackbox-0.74.tar.gz) = 395732 bytes
SHA1 (patch-doc_fr__FR_Makefile.am) = 77fdac4d552af2ef0e8d43c5f6f8aeb0f8e20862
SHA1 (patch-doc_ja__JP_Makefile.am) = e5dcdf4da59f805547cbf0cc9eb5d28468685e2b
SHA1 (patch-doc_nl__NL_Makefile.am) = 951a4babc59a7a237cf662c7c3a2d2b865d9495b
Expand Down
10 changes: 0 additions & 10 deletions wm/blackbox70/patches/patch-autogen.sh

This file was deleted.

0 comments on commit 54fe95b

Please sign in to comment.