Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f37b96b29c8dd4d611fa1b1e177cf5864b39cf65)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f37b96b29c8dd4d611fa1b1e177cf5864b39cf65)
  • Date: Tue, 20 Dec 2011 21:22:19 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
graphics/gtk-screenshot/DEPENDS | 12 ++++++++++++
graphics/gtk-screenshot/DETAILS | 16 ++++++++++++++++
graphics/gtk-screenshot/HISTORY | 2 ++
4 files changed, 33 insertions(+)

New commits:
commit f37b96b29c8dd4d611fa1b1e177cf5864b39cf65
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gtk-screenshot: new spell, simple GTK+ screenshot tool

diff --git a/ChangeLog b/ChangeLog
index 5dd60e0..d7881fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-12-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * graphics/gtk-screenshot: new spell, simple GTK+ screenshot tool
+
2011-12-21 Ladislav Hagara <hgr AT 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 0000000..123f905
--- /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 0000000..b3b92a1
--- /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 0000000..a8c0041
--- /dev/null
+++ b/graphics/gtk-screenshot/HISTORY
@@ -0,0 +1,2 @@
+2011-12-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f37b96b29c8dd4d611fa1b1e177cf5864b39cf65), Vlad Glagolev, 12/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page