summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-12-21 07:21:40 +0400
committerVlad Glagolev2011-12-21 07:21:40 +0400
commitf37b96b29c8dd4d611fa1b1e177cf5864b39cf65 (patch)
treefcf235c72557e7ce99b26b8f1e84eca387382b66
parent32ee7858206e0129895a737292f80f353bce8198 (diff)
gtk-screenshot: new spell, simple GTK+ screenshot tool
-rw-r--r--ChangeLog3
-rwxr-xr-xgraphics/gtk-screenshot/DEPENDS12
-rwxr-xr-xgraphics/gtk-screenshot/DETAILS16
-rw-r--r--graphics/gtk-screenshot/HISTORY2
4 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dd60e0a21..d7881fa5f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-12-21 Vlad Glagolev <stealth@sourcemage.org>
+ * graphics/gtk-screenshot: new spell, simple GTK+ screenshot tool
+
2011-12-21 Ladislav Hagara <hgr@vabo.cz>
* editors/mmarchitect: new spell, software for working with mind maps
diff --git a/graphics/gtk-screenshot/DEPENDS b/graphics/gtk-screenshot/DEPENDS
new file mode 100755
index 0000000000..123f90527c
--- /dev/null
+++ b/graphics/gtk-screenshot/DEPENDS
@@ -0,0 +1,12 @@
+depends glib2 &&
+depends gtk+2 &&
+
+optional_depends libxext \
+ "--with-xshape" \
+ "--without-xshape" \
+ "for XShape support from X11" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/graphics/gtk-screenshot/DETAILS b/graphics/gtk-screenshot/DETAILS
new file mode 100755
index 0000000000..b3b92a15f0
--- /dev/null
+++ b/graphics/gtk-screenshot/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gtk-screenshot
+ VERSION=0.1.0
+ SOURCE=${SPELL}_${VERSION}-1.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:84415f850a541ececf4cb4a1fbd72942983be8b51423518a975c567880852ae2e350fdb3129751155732a63993aabe1b7b6168eac6fd3f80e028b3fe596cac5e
+ WEB_SITE=http://sourceforge.net/projects/gtk-screenshot/
+ ENTERED=20111221
+ LICENSE[0]=GPL
+ KEYWORDS="graphics"
+ SHORT="simple GTK+ screenshot tool"
+cat << EOF
+gtk-screenshot is a simple GTK+ tool to take screen capture.
+
+May be called in interactive or in command line mode.
+EOF
diff --git a/graphics/gtk-screenshot/HISTORY b/graphics/gtk-screenshot/HISTORY
new file mode 100644
index 0000000000..a8c004176c
--- /dev/null
+++ b/graphics/gtk-screenshot/HISTORY
@@ -0,0 +1,2 @@
+2011-12-21 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: spell created