1 # Maintainer: FzerorubigD <Fzerorubigd {AT} GMail {DOT} com>
6 pkgdesc="a clipboard management tool which comes with a tray applet as well as a GNOME Shell extension"
8 url="https://github.com/Keruspe/GPaste"
10 depends=('gnome-shell' 'vala')
11 makedepends=('git' 'intltool')
17 install=$pkgname.install
19 _gitroot=https://github.com/Keruspe/GPaste.git
24 msg "Connecting to githup.com GIT server...."
26 if [ -d $_gitname ] ; then
27 cd $_gitname && git pull origin && cd ..
28 msg "The local files are updated."
34 msg "GIT checkout done or server timeout"
35 ./autogen.sh --enable-gnome-shell-extension
36 ./configure --prefix=/usr --sysconfdir=/etc
38 make DESTDIR=$pkgdir install