gnome/shotwell: Upgraded to shotwell-0.12.3.

slackware-14.2
Damien Goutte-Gattat 2012-10-17 16:55:14 +02:00
parent a2715bc2f6
commit 6a4354be03
3 changed files with 6 additions and 6 deletions

View File

@ -1 +0,0 @@
abd6e771168910943101b62d76f7768a49e69be9 shotwell-0.10.1.tar.bz2

View File

@ -0,0 +1 @@
7232ebb3e7592993b4b1cf835974e3725a1eda70 shotwell-0.12.3.tar.bz2

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2011 Damien Goutte-Gattat
# Copyright (C) 2011,2012 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -25,14 +25,14 @@
# Latest shotwell sourcecode is available at:
# <http://yorba.org/shotwell/>.
#
# Depends: d/vala, gnome/gconf, l/webkit, l/libraw, gnome/libgee
# Depends: l/libgexiv2, l/libraw, gnome/json-glib
# Depends: d/vala, l/webkit, l/libraw, gnome/libgee, l/libgexiv2
# Depends: l/libraw, gnome/json-glib, gnome/libunique, l/rest
# Source package infos
NAMESRC=${NAMESRC:-shotwell}
VERSION=${VERSION:-0.10.1}
VERSION=${VERSION:-0.12.3}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2}
WGET=${WGET:-http://yorba.org/download/shotwell/0.10/$ARCHIVE}
WGET=${WGET:-http://yorba.org/download/shotwell/0.12/$ARCHIVE}
# Build infos
NAMEPKG=${NAMEPKG:-shotwell}