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 19, 2024
1 parent ed5bcd4 commit 8d99e5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions x11-packages/xwallpaper/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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/v0.7.5.tar.gz
TERMUX_PKG_SHA256=d64b8bae1700835d1c0996b28ff0e9d4a93ead4f8698bbdb6acc19150537aa23
TERMUX_PKG_DEPENDS="libpixman, xcb-util-image, libjpeg-turbo, libpng, libxpm"

termux_step_pre_configure() {
export PKG_CONFIG_PATH=/data/data/com.termux/files/usr/lib/pkgconfig
autoreconf -fi
}

0 comments on commit 8d99e5a

Please sign in to comment.