Skip to content

Commit

Permalink
shotwell: readded to -gnome3
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 28, 2012
1 parent 784e7dd commit 6260af7
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/shotwell/BUILD
@@ -0,0 +1,11 @@
(

# 0.12.3 doesn't compile with current vala
# see http://redmine.yorba.org/issues/5453
sedit "s:store.remove(wrapper.get_iter()):Gtk.TreeIter iter = wrapper.get_iter();store.remove(ref iter):" src/sidebar/Tree.vala &&

OPTS+=" --release --install-headers" &&

default_build

) > $C_FIFO 2>&1
12 changes: 12 additions & 0 deletions apps/shotwell/DEPENDS
@@ -0,0 +1,12 @@
depends vala
depends libgee
depends libgexiv2
depends libgphoto2
depends libsoup
depends libunique
depends librsvg
depends json-glib
depends gtk+-3
depends webkitgtk+-3
depends LibRaw
depends rest
14 changes: 14 additions & 0 deletions apps/shotwell/DETAILS
@@ -0,0 +1,14 @@
MODULE=shotwell
VERSION=0.12.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://yorba.org/download/$MODULE/stable
SOURCE_VFY=sha1:7232ebb3e7592993b4b1cf835974e3725a1eda70
WEB_SITE=http://yorba.org/shotwell
ENTERED=20100909
UPDATED=20120510
PSAFE=no
SHORT="A photo organizer"

cat << EOF
A popular and easy to use photo organizer for the GNOME desktop.
EOF

0 comments on commit 6260af7

Please sign in to comment.