Skip to content

Commit

Permalink
Update to 5.1:
Browse files Browse the repository at this point in the history
Notable changes since v4:


    Config file search order makes more sense now. Make sure user config files are always preferred over system ones. c11c24b
    Fixed handling of -h. 9d64dec



    Makefile has been removed.
    Shadow calculation is a bit different now. There shouldn't be much actual visual difference, but you would need to increase your shadow radius by about 50% to keep what you have now. (dffde06)
    wintypes options actually overrides the global options now. Previously, setting shadow = false for a wintype when the global shadow option is true has no effect. Now that actually disables shadow for that specific wintype. (f97cf48)
    New config file path: ~/.config/compton/compton.conf (#62)
    compton now relies on libxdg-basedir for finding config files. (94b1bc0)
    Better logging (#67).
  • Loading branch information
youri committed Mar 1, 2019
1 parent 613207a commit bde42f7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 39 deletions.
10 changes: 6 additions & 4 deletions x11/compton/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.6 2018/12/13 14:39:24 tnn Exp $
# $NetBSD: Makefile,v 1.7 2019/03/01 17:11:23 youri Exp $

DISTNAME= compton-4.0
DISTNAME= compton-5.1
CATEGORIES= x11 wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=yshui/}
GITHUB_TAG= v4
GITHUB_TAG= v5.1

MAINTAINER= nia@NetBSD.org
HOMEPAGE= https://github.com/yshui/compton
Expand All @@ -12,9 +12,9 @@ LICENSE= mit AND mpl-2.0

BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc

REPLACE_PYTHON= bin/compton-convgen.py
EXTRACT_USING= bsdtar
USE_TOOLS+= gmake pkg-config
NO_CONFIGURE= yes
BUILD_TARGET= compton docs
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
MAKE_FLAGS+= COMPTON_VERSION=${PKGVERSION}
Expand All @@ -26,13 +26,15 @@ post-install:
${DESTDIR}${PREFIX}/share/examples/compton

.include "options.mk"
.include "../../devel/py-meson/build.mk"
.include "../../devel/libconfig/buildlink3.mk"
.include "../../devel/libev/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libxdg-basedir/buildlink3.mk"
.include "../../x11/pixman/buildlink3.mk"
.include "../../x11/xcb-util-image/buildlink3.mk"
.include "../../x11/xcb-util-renderutil/buildlink3.mk"
Expand Down
5 changes: 2 additions & 3 deletions x11/compton/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2015/09/26 07:25:59 tnn Exp $
@comment $NetBSD: PLIST,v 1.2 2019/03/01 17:11:23 youri Exp $
bin/compton
bin/compton-convgen.py
bin/compton-trans
man/man1/compton-trans.1
man/man1/compton.1
share/applications/compton.desktop
share/examples/compton/compton.sample.conf
share/icons/hicolor/48x48/apps/compton.png
Expand Down
11 changes: 5 additions & 6 deletions x11/compton/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.3 2018/12/01 13:23:51 nia Exp $
$NetBSD: distinfo,v 1.4 2019/03/01 17:11:23 youri Exp $

SHA1 (compton-4.0.tar.gz) = f94eb9f964f2cc7c547a153c1f7e435bbaa32c8d
RMD160 (compton-4.0.tar.gz) = f283e11f9d33b79d3c57c7d52e9013d0539b2e01
SHA512 (compton-4.0.tar.gz) = ba585df25792519b8093a5a91d62ca2d3b02dd9df41d787dc4007cee5c8aef7cd0a3c267b58d21026c97b7859f7c5376384dffb7da728a99ccc4122a2ae43679
Size (compton-4.0.tar.gz) = 171662 bytes
SHA1 (patch-Makefile) = 240dcfc712d9697399a747f4c668a6c86fec317d
SHA1 (compton-5.1.tar.gz) = 323904b6305dbf32c1bb7355d75ba4f8f50e9fd1
RMD160 (compton-5.1.tar.gz) = b1d05080aaa7db33d3500620c77ea41377ee2816
SHA512 (compton-5.1.tar.gz) = 61f88019b2b4ef06e5c6a155f913b0b1c0ab7d077be5af14104596cebe0428ba6d0d98399e3c450c494945a1d4727446b2f3631989dc766439112527a9d0a888
Size (compton-5.1.tar.gz) = 199770 bytes
26 changes: 0 additions & 26 deletions x11/compton/patches/patch-Makefile

This file was deleted.

0 comments on commit bde42f7

Please sign in to comment.