gscreenshot 1.3-4
http://gscreenshot.googlecode.com/
A GUI front-end for scrot
unsupported :: multimedia
Maintainer: tdy
Votes: 65
License: GPL
Last Updated: Sat, 22 Aug 2009 04:55:25 +0000
First Submitted: Mon, 14 Aug 2006 22:20:56 +0000
Dependencies libglade pil pygtk scrot
Fixed - it's a bulky name, but I wanted to give credit for where it came from.
small error in the PKGBUILD
this line:
install -Dm644 "$srcdir/black-white_2-Style-applications-graphics.png" \
"$pkgdir/usr/share/pixmaps/black-white_2-Style-applications-graphics.png"
should be:
install -Dm644 "$srcdir/black-white_2-Style-applets-screenshooter.png" \
"$pkgdir/usr/share/pixmaps/black-white_2-Style-applets-screenshooter.png"
or alternatively, rename the png file.
--2008-10-08 16:58:09-- http://gscreenshot.googlecode.com/svn/trunk/gscreenshot-1.3.tar.gz
Resolving gscreenshot.googlecode.com... 74.125.47.82
Connecting to gscreenshot.googlecode.com|74.125.47.82|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2008-10-08 16:58:10 ERROR 403: Forbidden.
==> ERROR: Failure while downloading gscreenshot-1.3.tar.gz
Aborting...
Error: Makepkg was unable to build gscreenshot package.
add a comma before the last } for an easy mkdir error fix:
mkdir -p $startdir/pkg/{usr/{bin,share/gscreenshot}}
->
mkdir -p $startdir/pkg/{usr/{bin,share/gscreenshot},}
Needs an arch=() line and the mkdir command crashes the build.
Check dependencies and use "install" instead of "cp"/"mkdir" when you can.
Hi,
I had to replaced this line mkdir -p $startdir/pkg/{usr/{bin,share/gscreenshot}}
with this 2 lines:
mkdir -p $startdir/pkg/usr/bin mkdir -p $startdir/pkg/usr/share/gscreenshot
to install.
What about add gscreenshot.desktop to the package?
new version
now you can save screenshots into these file formats:
png, bmp, eps, gif, jpg, pcx, pdf, ppm, tiff
new version
gscreenshot is a GUI front-end for the scrot program
v1.6.0