dhcpcd-gtk: update to 0.7.7.
This commit is contained in:
parent
27abc89237
commit
d72098ff5b
1 changed files with 13 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dhcpcd-gtk'
|
||||
pkgname=dhcpcd-gtk
|
||||
version=0.7.5
|
||||
version=0.7.7
|
||||
revision=1
|
||||
wrksrc=dhcpcd-ui-${version}
|
||||
build_style=gnu-configure
|
||||
|
@ -9,11 +9,19 @@ hostmakedepends="pkg-config"
|
|||
makedepends="gtk+-devel libnotify-devel dbus-devel"
|
||||
depends="dhcpcd dhcpcd-icons desktop-file-utils"
|
||||
short_desc="GTK+ monitor and configuration GUI for dhcpcd"
|
||||
homepage="http://roy.marples.name/projects/dhcpcd-ui"
|
||||
license="BSD"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.bz2"
|
||||
checksum=2dae2108605867aba78d98cc9e56e22d7b751eedc3f7e6d689d42d08e706aaf3
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://roy.marples.name/projects/dhcpcd-ui"
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.xz"
|
||||
checksum=81d448f82c9aa88ff85e4bc3cead5e4c7f3ea08e57c713dff9996fb5ba2c42b0
|
||||
|
||||
pre_install() {
|
||||
head -n 25 src/dhcpcd-gtk/dhcpcd-gtk.h > LICENSE
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
dhcpcd-icons_package() {
|
||||
archs=noarch
|
||||
|
|
Loading…
Reference in a new issue