git: 7c4dd5a4b829 - main - deskutils/walld: add new port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Jul 2022 08:15:03 UTC
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c4dd5a4b829a33391871ddf8107892217e611f9 commit 7c4dd5a4b829a33391871ddf8107892217e611f9 Author: Dotz0cat <Dotz0cat@gmail.com> AuthorDate: 2022-07-10 07:37:03 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2022-07-10 08:13:38 +0000 deskutils/walld: add new port Walld automatically changes the wallpaper. It sets the wallpaper through feh. It changes the wallpaper by default every 30 minutes. PR: 265067 --- deskutils/Makefile | 1 + deskutils/walld/Makefile | 20 ++++++++++++++++++++ deskutils/walld/distinfo | 3 +++ deskutils/walld/pkg-descr | 4 ++++ deskutils/walld/pkg-plist | 3 +++ 5 files changed, 31 insertions(+) diff --git a/deskutils/Makefile b/deskutils/Makefile index b72bdae36340..28507fbd7315 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -261,6 +261,7 @@ SUBDIR += ultralist SUBDIR += virt-manager SUBDIR += vit + SUBDIR += walld SUBDIR += when SUBDIR += wmpinboard SUBDIR += x026 diff --git a/deskutils/walld/Makefile b/deskutils/walld/Makefile new file mode 100644 index 000000000000..3adb51642627 --- /dev/null +++ b/deskutils/walld/Makefile @@ -0,0 +1,20 @@ +PORTNAME= walld +DISTVERSION= 1.4.1 +CATEGORIES= deskutils + +MAINTAINER= Dotz0cat@gmail.com +COMMENT= Wallpaper daemon + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libevent.so:devel/libevent \ + libconfig.so:devel/libconfig +RUN_DEPENDS= feh>0:graphics/feh + +USES= magick meson pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= Dotz0cat + +.include <bsd.port.mk> diff --git a/deskutils/walld/distinfo b/deskutils/walld/distinfo new file mode 100644 index 000000000000..1e995e9c372e --- /dev/null +++ b/deskutils/walld/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1656886224 +SHA256 (Dotz0cat-walld-1.4.1_GH0.tar.gz) = c13b94a680081cec8ae8bff21c3e52d9e4c70a7c506de0ff17d7c76b83ad883e +SIZE (Dotz0cat-walld-1.4.1_GH0.tar.gz) = 25464 diff --git a/deskutils/walld/pkg-descr b/deskutils/walld/pkg-descr new file mode 100644 index 000000000000..3a970fb782e5 --- /dev/null +++ b/deskutils/walld/pkg-descr @@ -0,0 +1,4 @@ +Walld is a wallpaper daemon. It can change the wallpaper every 30 minutes. +It has the ablity to be configured into what you want it to be. + +WWW: https://github.com/Dotz0cat/walld diff --git a/deskutils/walld/pkg-plist b/deskutils/walld/pkg-plist new file mode 100644 index 000000000000..e91102476726 --- /dev/null +++ b/deskutils/walld/pkg-plist @@ -0,0 +1,3 @@ +bin/walld +man/man1/walld.1.gz +man/man5/walldrc.5.gz