diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-31 21:55:46 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-31 23:51:26 -0500 |
commit | 2bec686bc96db57ae04c335d08169d97a46eef9a (patch) | |
tree | 215276732a4b9f87f27b8ce0ae56111613eda83f /libraries/clutter-gtk/clutter-gtk.SlackBuild | |
parent | 81ae0d778befd6b6412c5096ac46952dce7865f4 (diff) |
libraries/clutter-gtk: Patched for new gtk.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/clutter-gtk/clutter-gtk.SlackBuild')
-rw-r--r-- | libraries/clutter-gtk/clutter-gtk.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libraries/clutter-gtk/clutter-gtk.SlackBuild b/libraries/clutter-gtk/clutter-gtk.SlackBuild index 57eed5c58c119..1c795424bccb2 100644 --- a/libraries/clutter-gtk/clutter-gtk.SlackBuild +++ b/libraries/clutter-gtk/clutter-gtk.SlackBuild @@ -22,17 +22,17 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Modified by the SlackBuilds.org team + PRGNAM=clutter-gtk VERSION=0.10.2 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -67,6 +67,9 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# Patch for newer gtk +patch -p1 < $CWD/clutter-gtk_newgtk.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |