mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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'
|
# Template file for 'dhcpcd-gtk'
|
||||||
pkgname=dhcpcd-gtk
|
pkgname=dhcpcd-gtk
|
||||||
version=0.7.5
|
version=0.7.7
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=dhcpcd-ui-${version}
|
wrksrc=dhcpcd-ui-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,11 +9,19 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+-devel libnotify-devel dbus-devel"
|
makedepends="gtk+-devel libnotify-devel dbus-devel"
|
||||||
depends="dhcpcd dhcpcd-icons desktop-file-utils"
|
depends="dhcpcd dhcpcd-icons desktop-file-utils"
|
||||||
short_desc="GTK+ monitor and configuration GUI for dhcpcd"
|
short_desc="GTK+ monitor and configuration GUI for dhcpcd"
|
||||||
homepage="http://roy.marples.name/projects/dhcpcd-ui"
|
|
||||||
license="BSD"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.bz2"
|
license="BSD-2-Clause"
|
||||||
checksum=2dae2108605867aba78d98cc9e56e22d7b751eedc3f7e6d689d42d08e706aaf3
|
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() {
|
dhcpcd-icons_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
|
Loading…
Add table
Reference in a new issue