mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
swirc: update to 3.4.6.
This commit is contained in:
parent
d22dc1cc8d
commit
793c0e8010
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'swirc'
|
# Template file for 'swirc'
|
||||||
pkgname=swirc
|
pkgname=swirc
|
||||||
version=3.4.5
|
version=3.4.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="$(vopt_with notify libnotify)"
|
configure_args="$(vopt_with notify libnotify)"
|
||||||
|
@ -17,7 +17,7 @@ license="BSD-3-Clause, ISC, MIT"
|
||||||
homepage="https://www.nifty-networks.net/swirc"
|
homepage="https://www.nifty-networks.net/swirc"
|
||||||
changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/uhlin/swirc/master/CHANGELOG.md"
|
||||||
distfiles="https://www.nifty-networks.net/swirc/releases/swirc-${version}.tgz"
|
distfiles="https://www.nifty-networks.net/swirc/releases/swirc-${version}.tgz"
|
||||||
checksum=a25373e380140d519077ad15633fb9efb8493bf1575544d6c3a1164cbf00b48e
|
checksum=b34b2fed727eb4ebd7f7fdd134e2466d70665e3fc397b1488bdb2c0f475da982
|
||||||
|
|
||||||
build_options="notify"
|
build_options="notify"
|
||||||
build_options_default="notify"
|
build_options_default="notify"
|
||||||
|
@ -29,8 +29,8 @@ post_configure() {
|
||||||
msg_error "cannot find $_file\n"
|
msg_error "cannot find $_file\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
vsed -i "$_file" -e "s/CC=/CC?=/"
|
vsed -i "$_file" -e "s/CC =/CC ?=/"
|
||||||
vsed -i "$_file" -e "s/CXX=/CXX?=/"
|
vsed -i "$_file" -e "s/CXX =/CXX ?=/"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_check() {
|
post_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue