pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/picom



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Sep  4 12:12:01 UTC 2022

Modified Files:
        pkgsrc/x11/picom: Makefile distinfo
Removed Files:
        pkgsrc/x11/picom/patches: patch-man_meson.build patch-src_c2.c
            patch-src_config.c patch-src_dbus.c patch-src_string__utils.h

Log Message:
picom: update to 9.1

Notable changes:
  New blur method for the experimental backends: dual-kawase
  Support for rounding the corners of windows
  Usability of picom-trans is improved
  It's now possible to match against all values of a window property
  Fix darkening of window edges when using blur
  Some long deprecated options are removed


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/picom/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/picom/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/picom/patches/patch-man_meson.build \
    pkgsrc/x11/picom/patches/patch-src_c2.c \
    pkgsrc/x11/picom/patches/patch-src_config.c \
    pkgsrc/x11/picom/patches/patch-src_dbus.c \
    pkgsrc/x11/picom/patches/patch-src_string__utils.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/picom/Makefile
diff -u pkgsrc/x11/picom/Makefile:1.7 pkgsrc/x11/picom/Makefile:1.8
--- pkgsrc/x11/picom/Makefile:1.7       Fri Jul 29 21:16:32 2022
+++ pkgsrc/x11/picom/Makefile   Sun Sep  4 12:12:01 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/07/29 21:16:32 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2022/09/04 12:12:01 tnn Exp $
 
-DISTNAME=      picom-8.2
-PKGREVISION=   1
+DISTNAME=      picom-9.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=yshui/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -23,11 +22,6 @@ REPLACE_SH+=         bin/picom-trans
 PYTHON_FOR_BUILD_ONLY= tool
 INSTALLATION_DIRS+=    share/examples/picom
 
-SUBST_CLASSES+=                mandir
-SUBST_STAGE.mandir=    pre-configure
-SUBST_FILES.mandir=    man/meson.build
-SUBST_VARS.mandir=     PKGMANDIR
-
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/picom.sample.conf ${DESTDIR}${PREFIX}/share/examples/picom/picom.sample.conf
 

Index: pkgsrc/x11/picom/distinfo
diff -u pkgsrc/x11/picom/distinfo:1.8 pkgsrc/x11/picom/distinfo:1.9
--- pkgsrc/x11/picom/distinfo:1.8       Fri Jul 29 21:16:32 2022
+++ pkgsrc/x11/picom/distinfo   Sun Sep  4 12:12:01 2022
@@ -1,10 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/07/29 21:16:32 tnn Exp $
+$NetBSD: distinfo,v 1.9 2022/09/04 12:12:01 tnn Exp $
 
-BLAKE2s (picom-8.2.tar.gz) = 7875bdc50acd5a81e0eb2871b3c42ac1962f8d23d3c72428c9735717bd0da2c4
-SHA512 (picom-8.2.tar.gz) = bdc6675e73a211075ee0df2b056342cabb19ad27fd73586f5216886f503cd994536845eb866f371e07a8dc0404346c67b899a14830e9b7cbc9c01cbd782f36b1
-Size (picom-8.2.tar.gz) = 242653 bytes
-SHA1 (patch-man_meson.build) = 987bf5451443f0a6d7cd50319052d1f48a0557fe
-SHA1 (patch-src_c2.c) = ef49d0b02691b495b625423c832c603852045a73
-SHA1 (patch-src_config.c) = ffffb13adcf2e6767813fdaade83793d074f4cf5
-SHA1 (patch-src_dbus.c) = 191ff5f507b882bac219174a89d887fd6aaf231a
-SHA1 (patch-src_string__utils.h) = 90f8fefb9ce4cc14049e494b49041e48bd9d82d6
+BLAKE2s (picom-9.1.tar.gz) = 0b5ca67e4a107726a71b690825608d3d29305bd7bcd927aea8bb3e572223ca0f
+SHA512 (picom-9.1.tar.gz) = 375dc245be1c0f277bc0ddfc6e6480255efba06ce49f953c5314b7ba9795d1f50c5de907762208becc13c5210f24ac5b2241e2eb5e0e10dc5e5b96081cc821df
+Size (picom-9.1.tar.gz) = 263924 bytes



Home | Main Index | Thread Index | Old Index