# Template file for 'dhcpcd-gtk' pkgname=dhcpcd-gtk version=0.7.7 revision=1 wrksrc=dhcpcd-ui-${version} build_style=gnu-configure configure_args="--with-gtk --with-icons --with-notification" 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" maintainer="Orphaned " 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 short_desc+=" - icon set" depends="hicolor-icon-theme" replaces="dhcpcd-gtk<0.7.4" pkg_install() { vmove usr/share/icons vmove usr/share/dhcpcd/icons } }