pkgsrc-WIP-changes archive

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

xwallpaper: Update to 0.7.3



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Wed Aug 11 22:18:29 2021 -0400
Changeset:	999d1f26d8ffbcec927c493aff09d5f07181fa08

Modified Files:
	xwallpaper/Makefile
	xwallpaper/PLIST
	xwallpaper/distinfo

Log Message:
xwallpaper: Update to 0.7.3

Upstream release notes:

0.7.3
 Bug fix:
  Daemon mode releases X resources when disconnected by X clients

0.7.2
Bug fix:
 Properly handle X server resources (pixmap atoms). Bug introduced with
 0.7.0. Reported by and (hopefully) resolved with stharward.

Note:
 Kill xwallpaper --daemon instances manually with pkill xwallpaper or a
 command like that before running xwallpaper --clear or another wallpaper
 setting utility. Right now the daemon process would still leak pixmaps
 as permanently retained if it is killed by another X client.

0.7.1
 Bug fix:
  Extended sandbox for more Linux setups. Reported by and resolved with
  user122983.

0.7.0
 Bug fixes:
  - Release X server resources in daemon mode on resizing events
  - Mark atoms as temporary to stay compatible with feh and hsetroot
  - Added missing --focus option to zsh auto completion

 Changed behaviour:
  - Wallpapers on unspecified outputs are retained by default (queried
    from atoms)

 New features:
  - Added --clear option to remove set wallpapers, which also clears
    unspecified outputs
  - Added --no-atoms option to retain wallpapers set in pseudo
    transparency atoms
  - Added --no-root option to retain wallpaper in X root window

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=999d1f26d8ffbcec927c493aff09d5f07181fa08

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

diffstat:
 xwallpaper/Makefile | 7 ++++---
 xwallpaper/PLIST    | 4 ----
 xwallpaper/distinfo | 8 ++++----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs:
diff --git a/xwallpaper/Makefile b/xwallpaper/Makefile
index 0e0162e068..e780bb95b5 100644
--- a/xwallpaper/Makefile
+++ b/xwallpaper/Makefile
@@ -1,12 +1,13 @@
 # $NetBSD$
 
-DISTNAME=	xwallpaper-0.6.6
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
+DISTNAME=	xwallpaper-0.7.3
 CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=stoeckmann/xwallpaper/releases/download/v0.6.6/}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=stoeckmann/}
 EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	tpaul%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/stoeckmann/xwallpaper/releases/download/v0.6.6/
+HOMEPAGE=	https://github.com/stoeckmann/xwallpaper
 COMMENT=	Wallpaper setting utility for X
 LICENSE=	isc
 
diff --git a/xwallpaper/PLIST b/xwallpaper/PLIST
index b78a2ac14f..12c1f089ec 100644
--- a/xwallpaper/PLIST
+++ b/xwallpaper/PLIST
@@ -1,8 +1,4 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
-@comment $NetBSD$
 bin/xwallpaper
 man/man1/xwallpaper.1
 share/zsh/site-functions/_xwallpaper
diff --git a/xwallpaper/distinfo b/xwallpaper/distinfo
index 7b90a90785..58f265e199 100644
--- a/xwallpaper/distinfo
+++ b/xwallpaper/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (xwallpaper-0.6.6.tar.xz) = 1b8e5f600e4ff650d31dc8e0ea3a1eb868c3e235
-RMD160 (xwallpaper-0.6.6.tar.xz) = a792722bec2a507d99f05b8d058ef93e20857e0f
-SHA512 (xwallpaper-0.6.6.tar.xz) = e37055b9adfa6950fb423228ff880afaa03dbdf2a7ced6ab1e110dbf4813f68aae3c9147668ebd20665b582bea195470c39b6948cd36879afe54d61c90b6f8d9
-Size (xwallpaper-0.6.6.tar.xz) = 85368 bytes
+SHA1 (xwallpaper-0.7.3.tar.xz) = faf19b971e07a6283f57208d315c1f1d1885ddf1
+RMD160 (xwallpaper-0.7.3.tar.xz) = 84f9035335b7fc7dba38a851cff77762f75d81a5
+SHA512 (xwallpaper-0.7.3.tar.xz) = 7fa9cc9ca2445afdfcb647724a6dc8bb3b52b9a6c91d237f6b443cf1fe6624c67d16d611bf4e435c5f3dcdae6cbf73bbde257a4e194bc127dc13dca1f8067c19
+Size (xwallpaper-0.7.3.tar.xz) = 86388 bytes


Home | Main Index | Thread Index | Old Index