Skip to content

Commit

Permalink
addpkg(x11/xwallpaper): 0.7.5
Browse files Browse the repository at this point in the history
Fixes #17729
  • Loading branch information
twaik committed Oct 20, 2024
1 parent fddfbcb commit 87284d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions x11-packages/xwallpaper/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://github.com/stoeckmann/xwallpaper
TERMUX_PKG_DESCRIPTION="wallpaper setting utility for X"
TERMUX_PKG_LICENSE="ISC"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.7.5
TERMUX_PKG_SRCURL=https://github.com/stoeckmann/xwallpaper/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d64b8bae1700835d1c0996b28ff0e9d4a93ead4f8698bbdb6acc19150537aa23
TERMUX_PKG_DEPENDS="libjpeg-turbo, libpixman, libpng, libxcb, libxpm, xcb-util, xcb-util-image"

termux_step_pre_configure() {
autoreconf -fi
}

0 comments on commit 87284d7

Please sign in to comment.