git: 00ef172a5115 - main - x11-toolkits/xwallpaper: New port xwallpaper
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Nov 2022 21:43:33 UTC
The branch main has been updated by rodrigo: URL: https://cgit.FreeBSD.org/ports/commit/?id=00ef172a51155e941cc51effcc6311c4633ad34b commit 00ef172a51155e941cc51effcc6311c4633ad34b Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2022-11-15 19:45:09 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2022-11-15 21:31:35 +0000 x11-toolkits/xwallpaper: New port xwallpaper A utility to set image files as your X wallpaper --- x11-toolkits/Makefile | 1 + x11-toolkits/xwallpaper/Makefile | 21 +++++++++++++++++++++ x11-toolkits/xwallpaper/distinfo | 3 +++ x11-toolkits/xwallpaper/pkg-descr | 6 ++++++ 4 files changed, 31 insertions(+) diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index f03a0712485e..1cf914cb77b1 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -236,6 +236,7 @@ SUBDIR += xbae SUBDIR += xforms SUBDIR += xmhtml + SUBDIR += xwallpaper SUBDIR += ztoolkit .include <bsd.port.subdir.mk> diff --git a/x11-toolkits/xwallpaper/Makefile b/x11-toolkits/xwallpaper/Makefile new file mode 100644 index 000000000000..97e581e6bf31 --- /dev/null +++ b/x11-toolkits/xwallpaper/Makefile @@ -0,0 +1,21 @@ +PORTNAME= xwallpaper +DISTVERSION= 0.7.4 +CATEGORIES= x11-toolkits +MASTER_SITES= https://github.com/stoeckmann/xwallpaper/releases/download/v${DISTVERSION}/ + +MAINTAINER= rodrigo@FreeBSD.org +COMMENT= Xwallpaper utility allows you to set image files as your X wallpaper +WWW= https://github.com/stoeckmann/xwallpaper + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libpixman-1.so:x11/pixman \ + libxcb-image.so:x11/xcb-util-image \ + libxcb-util.so:x11/xcb-util + +USES= autoreconf jpeg pkgconfig xorg tar:xz +USE_XORG= x11 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/xwallpaper/distinfo b/x11-toolkits/xwallpaper/distinfo new file mode 100644 index 000000000000..73b31a597064 --- /dev/null +++ b/x11-toolkits/xwallpaper/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668529766 +SHA256 (xwallpaper-0.7.4.tar.xz) = 6a5bde57a25036f486bd1ff46a86b9d1289e0b6cbf541c4c4e0b39e3a31f874d +SIZE (xwallpaper-0.7.4.tar.xz) = 86432 diff --git a/x11-toolkits/xwallpaper/pkg-descr b/x11-toolkits/xwallpaper/pkg-descr new file mode 100644 index 000000000000..7e17f7314d29 --- /dev/null +++ b/x11-toolkits/xwallpaper/pkg-descr @@ -0,0 +1,6 @@ +The xwallpaper utility allows you to set image files as your X wallpaper. +JPEG, PNG, and XPM file formats are supported, all of them being configurable +and therefore no fixed dependencies. + +The wallpaper is also advertised to programs which support semi-transparent +backgrounds.