diff --git a/srcpkgs/gamin/gamin-devel.template b/srcpkgs/gamin/gamin-devel.template index 931bc7d6b1d..52f66030c24 100644 --- a/srcpkgs/gamin/gamin-devel.template +++ b/srcpkgs/gamin/gamin-devel.template @@ -5,6 +5,9 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +revision=1 + +Add_dependency run glibc-devel Add_dependency run gamin do_install() diff --git a/srcpkgs/gamin/gamin-python.template b/srcpkgs/gamin/gamin-python.template index 3cc9edece3d..390fb7136c6 100644 --- a/srcpkgs/gamin/gamin-python.template +++ b/srcpkgs/gamin/gamin-python.template @@ -5,6 +5,9 @@ long_desc="${long_desc} This package contains the python bindings." +revision=1 + +Add_dependency run glibc Add_dependency run gamin Add_dependency run python diff --git a/srcpkgs/gamin/template b/srcpkgs/gamin/template index 4cd0d676b8d..a0661d963ae 100644 --- a/srcpkgs/gamin/template +++ b/srcpkgs/gamin/template @@ -14,7 +14,8 @@ long_desc=" daemon." subpackages="$pkgname-devel $pkgname-python" +Add_dependency run glibc +Add_dependency run glib Add_dependency build pkg-config Add_dependency build python -Add_dependency full glibc -Add_dependency full glib +Add_dependency build glib-devel