mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
xiccd: update to 0.4.1.
This commit is contained in:
parent
d646a11495
commit
5fc93494c3
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'xiccd'
|
# Template file for 'xiccd'
|
||||||
pkgname=xiccd
|
pkgname=xiccd
|
||||||
version=0.3.0
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libX11-devel libXrandr-devel glib-devel colord-devel"
|
makedepends="libX11-devel libXrandr-devel glib-devel colord-devel git"
|
||||||
short_desc="Simple bridge between colord and X"
|
short_desc="Simple bridge between colord and X"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/agalakhov/xiccd"
|
homepage="https://github.com/agalakhov/xiccd"
|
||||||
distfiles="https://github.com/agalakhov/xiccd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/agalakhov/xiccd/archive/v${version}.tar.gz"
|
||||||
checksum=94dbe352ad3043079fa5edd8150318ec88f1dc87b75f69b1fced8ce2981c36a9
|
checksum=bd4077fa45bdb74e3e5e029b4361648459bbb67ecb0d762bc9df9f9cf26ea567
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
aclocal
|
||||||
|
autoconf
|
||||||
|
automake --add-missing --foreign
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue