Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (bb5ed44933d6196c53a63da8e2d34eaad76f9b8b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (bb5ed44933d6196c53a63da8e2d34eaad76f9b8b)
  • Date: Thu, 2 Oct 2008 14:02:43 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

dev/null |binary
graphics/qcomicbook/BUILD | 4 ++++
graphics/qcomicbook/DEPENDS | 3 +--
graphics/qcomicbook/DETAILS | 11 ++++++-----
graphics/qcomicbook/HISTORY | 7 +++++++
graphics/qcomicbook/PRE_BUILD | 4 ++++
graphics/qcomicbook/qcomicbook-0.3.4.tar.gz.sig | 0
graphics/qcomicbook/qcomicbook-0.4.0.tar.gz.sig |binary
8 files changed, 22 insertions(+), 7 deletions(-)

New commits:
commit bb5ed44933d6196c53a63da8e2d34eaad76f9b8b
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

qcomicbook: Updated to version 0.4.0. Now depends on qt4.
Added BUILD and PRE_BUILD to find qt4.

diff --git a/graphics/qcomicbook/BUILD b/graphics/qcomicbook/BUILD
new file mode 100755
index 0000000..438640d
--- /dev/null
+++ b/graphics/qcomicbook/BUILD
@@ -0,0 +1,4 @@
+QTDIR=/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+export QTDIR=/usr &&
+default_build
diff --git a/graphics/qcomicbook/DEPENDS b/graphics/qcomicbook/DEPENDS
index 25f3024..a7fea32 100755
--- a/graphics/qcomicbook/DEPENDS
+++ b/graphics/qcomicbook/DEPENDS
@@ -1,5 +1,4 @@
-depends qt-x11 &&
-depends imlib2 &&
+depends qt4 &&
depends zip &&
depends unrar &&
depends tar
diff --git a/graphics/qcomicbook/DETAILS b/graphics/qcomicbook/DETAILS
index 8db48cf..8de4e24 100755
--- a/graphics/qcomicbook/DETAILS
+++ b/graphics/qcomicbook/DETAILS
@@ -1,17 +1,19 @@
SPELL=qcomicbook
- VERSION=0.3.4
+ VERSION=0.4.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://linux.bydg.org/~yogin/${SOURCE}
+ SOURCE_URL[0]=http://linux.bydg.org/~yogin/qcomicbook/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://linux.bydg.org/~yogin
ENTERED=20060626
LICENSE[0]=GPL
KEYWORDS="graphics"
SHORT="qcomicbook is a comic book viewer"
+
cat << EOF
-QComicBook is a viewer for comic book archives containing jpeg/png images,
which aims at convenience and simplicity. Features include:
-
+QComicBook is a viewer for comic book archives containing jpeg/png images,
+which aims at convenience and simplicity. Features include:
+
* automatic handling of archives
* full-screen mode
* two-pages mode
@@ -21,4 +23,3 @@ QComicBook is a viewer for comic book archives containing
jpeg/png images, which
* mouse or keyboard navigation, whatever you prefer
* bookmarks
EOF
-
diff --git a/graphics/qcomicbook/HISTORY b/graphics/qcomicbook/HISTORY
index 82cc100..c0c0862 100644
--- a/graphics/qcomicbook/HISTORY
+++ b/graphics/qcomicbook/HISTORY
@@ -1,3 +1,10 @@
+2008-10-02 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.4.0. Fixed SOURCE_URL[0]
+ Fixed long description wrap
+ * PRE_BUILD: Added sed to use moc vice moc-qt4
+ * BUILD: Added code to find qt4
+ * DEPENDS: depends qt4 vice qt-x11. Removed depends imlib2
+
2007-02-17 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 0.3.4

diff --git a/graphics/qcomicbook/PRE_BUILD b/graphics/qcomicbook/PRE_BUILD
new file mode 100755
index 0000000..4d91ef7
--- /dev/null
+++ b/graphics/qcomicbook/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "s:moc-qt4:moc:g" src/Makefile.in &&
+sed -i "s:moc-qt4:moc:g" src/Makefile.am
diff --git a/graphics/qcomicbook/qcomicbook-0.3.4.tar.gz.sig
b/graphics/qcomicbook/qcomicbook-0.3.4.tar.gz.sig
deleted file mode 100644
index 4378ba8..0000000
Binary files a/graphics/qcomicbook/qcomicbook-0.3.4.tar.gz.sig and /dev/null
differ
diff --git a/graphics/qcomicbook/qcomicbook-0.4.0.tar.gz.sig
b/graphics/qcomicbook/qcomicbook-0.4.0.tar.gz.sig
new file mode 100644
index 0000000..eda0c04
Binary files /dev/null and b/graphics/qcomicbook/qcomicbook-0.4.0.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (bb5ed44933d6196c53a63da8e2d34eaad76f9b8b), George Sherwood, 10/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page