diff --git a/srcpkgs/dhcpcd-gtk/template b/srcpkgs/dhcpcd-gtk/template index f910206b0cd..f4a0c955c43 100644 --- a/srcpkgs/dhcpcd-gtk/template +++ b/srcpkgs/dhcpcd-gtk/template @@ -1,15 +1,27 @@ # Template file for 'dhcpcd-gtk' pkgname=dhcpcd-gtk -version=0.7.3 +version=0.7.4 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 desktop-file-utils" +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="Juan RP " distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-$version.tar.bz2" -checksum=fd69dfe988c7ab9222c40e24857d0be7a4265ef8c403dbbb8aeb310b3c71b0b2 +checksum=19f02d4428773d37fc6dcd28ddc685c83fa0b15ed693c26276f2e1d8d4fda883 + +dhcpcd-icons_package() { + noarch=yes + 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 + } +} diff --git a/srcpkgs/dhcpcd-icons b/srcpkgs/dhcpcd-icons new file mode 120000 index 00000000000..94e4ad68509 --- /dev/null +++ b/srcpkgs/dhcpcd-icons @@ -0,0 +1 @@ +dhcpcd-gtk \ No newline at end of file