1 # Maintainter: Ahmed M. Abdellah <a3dman1@gmail.com>
2 pkgname=gnome-shell-activity-journal-git
5 pkgdesc="Zeitgeist based activity history journal"
7 url="https://github.com/kitallis/gnome-shell-activity-journal"
9 depends=('gnome-shell' 'zeitgeist')
12 _gitroot="git://github.com/kitallis/gnome-shell-activity-journal.git"
13 _gitname="gnome-shell-activity-journal"
17 msg "Connecting to the GIT server..."
18 if [[ -d ${srcdir}/${_gitname} ]] ; then
21 msg "The local files are updated..."
23 git clone ${_gitroot} ${gitname}
26 msg "GIT checkout done."
30 cd "$srcdir/${_gitname}"
31 mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
32 cp -R "activity-journal@gnome-shell-extensions.gnome.org" "$pkgdir/usr/share/gnome-shell/extensions"