pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/hsetroot



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 17 14:40:30 UTC 2020

Modified Files:
        pkgsrc/x11/hsetroot: Makefile PLIST distinfo
Removed Files:
        pkgsrc/x11/hsetroot/patches: patch-aa

Log Message:
hsetroot: Update to 1.0.5

Changes:

- Adds -root parameter, to treat the whole desktop as one display, applying the image over the whole, instead of per each display.
- finding the details of xrandr outputs no longer uses grep and sed to parse the xrandr command line output, using libxinerama instead
- using XParseColor to parse color names - supports things like "black" or "#000" in addition to the exisitng formats
- add an (optional) hsr-outputs tool, to output output sizes and position as text, csv or json


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/hsetroot/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/hsetroot/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/hsetroot/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/hsetroot/patches/patch-aa

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

Modified files:

Index: pkgsrc/x11/hsetroot/Makefile
diff -u pkgsrc/x11/hsetroot/Makefile:1.25 pkgsrc/x11/hsetroot/Makefile:1.26
--- pkgsrc/x11/hsetroot/Makefile:1.25   Tue Sep 19 08:21:10 2017
+++ pkgsrc/x11/hsetroot/Makefile        Sun May 17 14:40:29 2020
@@ -1,21 +1,23 @@
-# $NetBSD: Makefile,v 1.25 2017/09/19 08:21:10 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2020/05/17 14:40:29 nia Exp $
 
-DISTNAME=      hsetroot-1.0.2
-PKGREVISION=   14
+DISTNAME=      hsetroot-1.0.5
 CATEGORIES=    x11
-MASTER_SITES=  http://thegraveyard.org/files/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=himdel/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/himdel/hsetroot
 COMMENT=       Allows you to compose wallpapers for X
 LICENSE=       gnu-gpl-v2
 
-MAKE_JOBS_SAFE=                no
+USE_TOOLS+=    gmake pkg-config
 
-GNU_CONFIGURE= yes
+INSTALLATION_DIRS+=    bin
 
-LDFLAGS.SunOS+=        -lX11
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/hsetroot ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/hsr-outputs ${DESTDIR}${PREFIX}/bin
 
 .include "../../graphics/imlib2/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXinerama/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/hsetroot/PLIST
diff -u pkgsrc/x11/hsetroot/PLIST:1.1.1.1 pkgsrc/x11/hsetroot/PLIST:1.2
--- pkgsrc/x11/hsetroot/PLIST:1.1.1.1   Sun May 22 09:16:28 2005
+++ pkgsrc/x11/hsetroot/PLIST   Sun May 17 14:40:29 2020
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/22 09:16:28 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/05/17 14:40:29 nia Exp $
 bin/hsetroot
+bin/hsr-outputs

Index: pkgsrc/x11/hsetroot/distinfo
diff -u pkgsrc/x11/hsetroot/distinfo:1.3 pkgsrc/x11/hsetroot/distinfo:1.4
--- pkgsrc/x11/hsetroot/distinfo:1.3    Wed Nov  4 03:28:33 2015
+++ pkgsrc/x11/hsetroot/distinfo        Sun May 17 14:40:29 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 03:28:33 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/05/17 14:40:29 nia Exp $
 
-SHA1 (hsetroot-1.0.2.tar.gz) = a39e0fff11eb17e5432761aabcd8b68242210bb5
-RMD160 (hsetroot-1.0.2.tar.gz) = 0aadf0308ec0068525babca338a35cc3899c1dc9
-SHA512 (hsetroot-1.0.2.tar.gz) = 51788a6b579b82368ef5e11255ff56e2db978a02f7ad752ba64ec33c56ae5f27c1f0ef3452725d1c7bdb9d97b8a3a5b64422031c9c75a7279c407b8772d5edc3
-Size (hsetroot-1.0.2.tar.gz) = 125535 bytes
-SHA1 (patch-aa) = 72abcf8b764bd9b9109915da7da3a370f274bdf3
+SHA1 (hsetroot-1.0.5.tar.gz) = b24b1a24fe93b67f886ebe5a9cda7bf547ab2886
+RMD160 (hsetroot-1.0.5.tar.gz) = 270b15a8a89204a7194d928e052830401c9afe3b
+SHA512 (hsetroot-1.0.5.tar.gz) = b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167
+Size (hsetroot-1.0.5.tar.gz) = 12878 bytes



Home | Main Index | Thread Index | Old Index