mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
hsetroot: fix homepage=, switch to non-ftp mirror
This commit is contained in:
parent
b1345bca79
commit
9b2232c28e
1 changed files with 9 additions and 8 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template build file for 'hsetroot'.
|
# Template file for 'hsetroot'
|
||||||
pkgname=hsetroot
|
pkgname=hsetroot
|
||||||
version=1.0.2
|
version=1.0.2
|
||||||
revision=7
|
revision=8
|
||||||
|
wrksrc="hsetroot-${version}.orig"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkgconf"
|
||||||
makedepends="libX11-devel imlib2-devel"
|
makedepends="libX11-devel imlib2-devel"
|
||||||
short_desc="A tool which changes X server wallpapers"
|
short_desc="Tool which changes X server wallpapers"
|
||||||
maintainer='Juan RP <xtraeme@voidlinux.org>'
|
maintainer='Juan RP <xtraeme@voidlinux.org>'
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.thegraveyard.org/hsetroot.php"
|
homepage="https://directory.fsf.org/wiki/Hsetroot"
|
||||||
distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/hsetroot-${version}.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/h/hsetroot/hsetroot_${version}.orig.tar.gz"
|
||||||
checksum=d6712d330b31122c077bfc712ec4e213abe1fe71ab24b9150ae2774ca3154fd7
|
checksum=597fe1175e590d54d0927095ce361c86ddef15ebc70a96c4bf509f6cb9165723
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
|
|
Loading…
Add table
Reference in a new issue