wok-next diff polkit/receipt @ rev 16946
Add mate-desktop.
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Jul 25 00:20:57 2014 -0300 (2014-07-25) |
parents | a00bf44ed23d |
children | 2f80fd5d9e35 |
line diff
1.1 --- a/polkit/receipt Sat Aug 10 22:18:41 2013 +0000 1.2 +++ b/polkit/receipt Fri Jul 25 00:20:57 2014 -0300 1.3 @@ -11,14 +11,14 @@ 1.4 WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" 1.5 CROSS="error: cannot check for file existence when cross compiling" 1.6 1.7 -DEPENDS="glib libgio gobject-introspection dbus dbus-glib expat" 1.8 +DEPENDS="glib libgio gobject-introspection dbus dbus-glib expat \ 1.9 +util-linux-eject" 1.10 BUILD_DEPENDS="glib-dev libgio-dev gobject-introspection-dev dbus-dev \ 1.11 dbus-glib-dev expat-dev" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --sysconfdir=/etc \