wok diff gtklp/receipt @ rev 12597
glib: Make sure glib-compile-schemas is in glib not glib-dev. Needed for evince and smplayer to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Apr 28 21:51:35 2012 +0000 (2012-04-28) |
parents | 99241084b602 |
children | b81932a5d9af |
line diff
1.1 --- a/gtklp/receipt Sun Dec 25 15:18:57 2011 +0100 1.2 +++ b/gtklp/receipt Sat Apr 28 21:51:35 2012 +0000 1.3 @@ -18,6 +18,7 @@ 1.4 1.5 compile_rules() { 1.6 cd $src 1.7 + sed -i 's/^gettextize .*/autopoint -f/' autogen.sh 1.8 chmod +x autogen.sh 1.9 ./autogen.sh 1.10 ./configure --prefix=/usr &&