aboutsummaryrefslogtreecommitdiff
path: root/deskutils/walld
diff options
context:
space:
mode:
authorDotz0cat <Dotz0cat@gmail.com>2022-07-10 07:37:03 +0000
committerDries Michiels <driesm@FreeBSD.org>2022-07-10 08:13:38 +0000
commit7c4dd5a4b829a33391871ddf8107892217e611f9 (patch)
treeca65a2c9625e09d1a9dd08874144e03ffdfce57b /deskutils/walld
parentea86430a71d3d93ed78017a7f71cc2dd84d4ba12 (diff)
downloadports-7c4dd5a4b829a33391871ddf8107892217e611f9.tar.gz
ports-7c4dd5a4b829a33391871ddf8107892217e611f9.zip
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
Diffstat (limited to 'deskutils/walld')
-rw-r--r--deskutils/walld/Makefile20
-rw-r--r--deskutils/walld/distinfo3
-rw-r--r--deskutils/walld/pkg-descr4
-rw-r--r--deskutils/walld/pkg-plist3
4 files changed, 30 insertions, 0 deletions
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