Browse Source

Fixing volumeicon again

master
mid-kid 8 years ago
parent
commit
4f46fc96f1
  1. 3
      satellites/volumeicon.sat

3
satellites/volumeicon.sat

@ -19,8 +19,9 @@ cd "$name-$version"
if option !gtk3; then
patch -p2 -i ../gtk2.patch
autoreconf -i
else
sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure
fi
sed -i -e 's/-DCOMPILEWITH_NOTIFY/ &/' ./configure
compile_configure -- --enable-notify
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:

Loading…
Cancel
Save