diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2022-11-15 19:45:09 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2022-11-15 21:31:35 +0000 |
commit | 00ef172a51155e941cc51effcc6311c4633ad34b (patch) | |
tree | be9a53af3eba81c302646a1fc161fd575a44b075 | |
parent | 09a165c50c726d59ea263c52be3338c074fd01a9 (diff) | |
download | ports-00ef172a51155e941cc51effcc6311c4633ad34b.tar.gz ports-00ef172a51155e941cc51effcc6311c4633ad34b.zip |
x11-toolkits/xwallpaper: New port xwallpaper
A utility to set image files as your X wallpaper
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/xwallpaper/Makefile | 21 | ||||
-rw-r--r-- | x11-toolkits/xwallpaper/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/xwallpaper/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
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. |