Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (caef45e35e8290163fa187330bebc43d322f8650)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (caef45e35e8290163fa187330bebc43d322f8650)
  • Date: Fri, 17 Apr 2020 18:05:28 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
x11/xwallpaper/BUILD | 3 +++
x11/xwallpaper/CONFIGURE | 3 +++
x11/xwallpaper/DEPENDS | 25 +++++++++++++++++++++++++
x11/xwallpaper/DETAILS | 21 +++++++++++++++++++++
x11/xwallpaper/HISTORY | 3 +++
x11/xwallpaper/xwallpaper.gpg |binary
7 files changed, 58 insertions(+)

New commits:
commit caef45e35e8290163fa187330bebc43d322f8650
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xwallpaper: new spell, secure wallpaper setting utility for X

diff --git a/ChangeLog b/ChangeLog
index bc783a6..665fbb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-04-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * x11/xwallpaper: new spell, secure wallpaper setting utility for X
+
2020-04-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* kernels/wireguard-modules: spell deprecated [part of mainstream now]

diff --git a/x11/xwallpaper/BUILD b/x11/xwallpaper/BUILD
new file mode 100755
index 0000000..d384d46
--- /dev/null
+++ b/x11/xwallpaper/BUILD
@@ -0,0 +1,3 @@
+OPTS="${XWALLPAPER_OPTS} ${OPTS}" &&
+
+default_build
diff --git a/x11/xwallpaper/CONFIGURE b/x11/xwallpaper/CONFIGURE
new file mode 100755
index 0000000..28e30b0
--- /dev/null
+++ b/x11/xwallpaper/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option XWALLPAPER_OPTS "Enable RandR/daemon mode support?" y \
+ "--with-randr" \
+ "--without-randr"
diff --git a/x11/xwallpaper/DEPENDS b/x11/xwallpaper/DEPENDS
new file mode 100755
index 0000000..0600d04
--- /dev/null
+++ b/x11/xwallpaper/DEPENDS
@@ -0,0 +1,25 @@
+depends libx11 &&
+depends pixman &&
+depends libxcb &&
+depends xcb-util &&
+depends xcb-util-image &&
+
+optional_depends JPEG \
+ "--with-jpeg" \
+ "--without-jpeg" \
+ "for JPEG support" &&
+
+optional_depends libpng \
+ "--with-png" \
+ "--without-png" \
+ "for PNG support" &&
+
+optional_depends libxpm \
+ "--with-xpm" \
+ "--without-xpm" \
+ "for XPM support" &&
+
+optional_depends libseccomp \
+ "--with-seccomp" \
+ "--without-seccomp" \
+ "to filter out syscalls"
diff --git a/x11/xwallpaper/DETAILS b/x11/xwallpaper/DETAILS
new file mode 100755
index 0000000..70aa065
--- /dev/null
+++ b/x11/xwallpaper/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=xwallpaper
+ VERSION=0.6.5
+ SOURCE=${SPELL}-${VERSION}.tar.xz
+ SOURCE2=${SOURCE}.sig
+
SOURCE_URL[0]=https://github.com/stoeckmann/${SPELL}/releases/download/v${VERSION}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL}.sig
+ SOURCE_GPG=xwallpaper.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/stoeckmann/xwallpaper
+ LICENSE[0]=ISC
+ ENTERED=20200417
+ SHORT="secure wallpaper setting utility for X"
+cat << EOF
+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.
+EOF
diff --git a/x11/xwallpaper/HISTORY b/x11/xwallpaper/HISTORY
new file mode 100644
index 0000000..123c265
--- /dev/null
+++ b/x11/xwallpaper/HISTORY
@@ -0,0 +1,3 @@
+2020-04-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, CONFIGURE, xwallpaper.gpg: created spell,
+ version 0.6.5
diff --git a/x11/xwallpaper/xwallpaper.gpg b/x11/xwallpaper/xwallpaper.gpg
new file mode 100644
index 0000000..7a6ffe9
Binary files /dev/null and b/x11/xwallpaper/xwallpaper.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (caef45e35e8290163fa187330bebc43d322f8650), Vlad Glagolev, 04/17/2020

Archive powered by MHonArc 2.6.24.

Top of Page