Skip to content

Commit

Permalink
x11-toolkits/xwallpaper: New port xwallpaper
Browse files Browse the repository at this point in the history
A utility to set image files as your X wallpaper
  • Loading branch information
rosorio committed Nov 15, 2022
1 parent 09a165c commit 00ef172
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-toolkits/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
SUBDIR += xbae
SUBDIR += xforms
SUBDIR += xmhtml
SUBDIR += xwallpaper
SUBDIR += ztoolkit

.include <bsd.port.subdir.mk>
21 changes: 21 additions & 0 deletions x11-toolkits/xwallpaper/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions x11-toolkits/xwallpaper/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1668529766
SHA256 (xwallpaper-0.7.4.tar.xz) = 6a5bde57a25036f486bd1ff46a86b9d1289e0b6cbf541c4c4e0b39e3a31f874d
SIZE (xwallpaper-0.7.4.tar.xz) = 86432
6 changes: 6 additions & 0 deletions x11-toolkits/xwallpaper/pkg-descr
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 00ef172

Please sign in to comment.