mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hsetroot: update to 1.0.5.
This commit is contained in:
parent
c77b0b5291
commit
8de6b4b8e7
2 changed files with 11 additions and 22 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- src/Makefile.am.orig
|
|
||||||
+++ src/Makefile.am
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
bin_PROGRAMS = hsetroot
|
|
||||||
|
|
||||||
AM_CFLAGS = @CFLAGS@ @IMLIB2_CFLAGS@ -Wall
|
|
||||||
-LIBS = @IMLIB2_LIBS@
|
|
||||||
+LIBS = @IMLIB2_LIBS@ -lX11
|
|
||||||
|
|
||||||
hsetroot_SOURCES = hsetroot.c
|
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'hsetroot'
|
# Template file for 'hsetroot'
|
||||||
pkgname=hsetroot
|
pkgname=hsetroot
|
||||||
version=1.0.2
|
version=1.0.5
|
||||||
revision=9
|
revision=1
|
||||||
wrksrc="hsetroot-${version}.orig"
|
build_style=gnu-makefile
|
||||||
build_style=gnu-configure
|
make_use_env=yes
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libX11-devel imlib2-devel"
|
makedepends="libX11-devel imlib2-devel libXinerama-devel"
|
||||||
short_desc="Tool which changes X server wallpapers"
|
short_desc="Tool which changes X server wallpapers"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://directory.fsf.org/wiki/Hsetroot"
|
homepage="https://github.com/himdel/hsetroot"
|
||||||
distfiles="${DEBIAN_SITE}/main/h/hsetroot/hsetroot_${version}.orig.tar.gz"
|
distfiles="https://github.com/himdel/hsetroot/archive/${version}.tar.gz"
|
||||||
checksum=597fe1175e590d54d0927095ce361c86ddef15ebc70a96c4bf509f6cb9165723
|
checksum="cff5f83b85a21e0c5c8c8eecbd552090bb75d8ac59e27b0bae48046f9cb5a44a"
|
||||||
|
|
||||||
pre_configure() {
|
pre_build() {
|
||||||
autoreconf -if
|
vsed -i 's|install -st $(PREFIX)/bin/|install -Dt $(DESTDIR)$(PREFIX)/bin/|' Makefile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue