dhcpcd-gtk: update to 0.7.4; split icons into the -icons subpkgs.
This commit is contained in:
parent
82eda70e52
commit
14adb75f80
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
dhcpcd-gtk
|
Loading…
Reference in New Issue