Convert packages to the new template format (g).

This commit is contained in:
Juan RP
2013-04-12 15:11:12 +02:00
parent 00b1fe30ed
commit 7da8b87b01
169 changed files with 1481 additions and 999 deletions

View File

@@ -4,7 +4,6 @@ version=0.8.3
revision=1
build_style=gnu-configure
make_install_args="UPDATE_ICON_CACHE=true"
depends="hicolor-icon-theme"
makedepends="pkg-config flex gtk+-devel libglade-devel vte-devel"
short_desc="A small utility for fast and easy GUI building"
maintainer="Juan RP <xtraeme@gmail.com>"
@@ -17,3 +16,10 @@ post_install() {
vmkdir usr/share/doc/$pkgname
cp -a examples ${DESTDIR}/usr/share/doc/$pkgname/examples
}
gtkdialog_package() {
depends="hicolor-icon-theme"
pkg_install() {
vmove usr
}
}