forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
13 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= [email protected] | ||
HOMEPAGE= https://github.com/yshui/compton | ||
|
@@ -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} | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.