|
@ -16,11 +16,12 @@ fi |
|
|
header_end |
|
|
header_end |
|
|
|
|
|
|
|
|
cd "$name-$version" |
|
|
cd "$name-$version" |
|
|
|
|
|
sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure.ac |
|
|
|
|
|
sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure |
|
|
|
|
|
|
|
|
if option !gtk3; then |
|
|
if option !gtk3; then |
|
|
patch -p2 -i ../gtk2.patch |
|
|
patch -p2 -i ../gtk2.patch |
|
|
autoreconf -i |
|
|
autoreconf -i |
|
|
else |
|
|
|
|
|
sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure |
|
|
|
|
|
fi |
|
|
fi |
|
|
compile_configure -- --enable-notify |
|
|
compile_configure -- --enable-notify |
|
|
|
|
|
|
|
|