Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d668bd454a26f31ed18f9a094fff7afe8f9ba581)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d668bd454a26f31ed18f9a094fff7afe8f9ba581)
  • Date: Tue, 29 Jan 2019 11:55:16 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 ++
dev/null |binary
graphics/qcomicbook/BUILD | 5 ---
graphics/qcomicbook/DEPENDS | 10 -------
graphics/qcomicbook/DETAILS | 24 ------------------
graphics/qcomicbook/HISTORY | 49 --------------------------------------
qt5-cmake/qcomicbook/DEPENDS | 10 +++++++
qt5-cmake/qcomicbook/DETAILS | 25 +++++++++++++++++++
qt5-cmake/qcomicbook/HISTORY | 55
+++++++++++++++++++++++++++++++++++++++++++
9 files changed, 93 insertions(+), 88 deletions(-)

New commits:
commit d668bd454a26f31ed18f9a094fff7afe8f9ba581
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qcomicbook-0.9.1

commit a7f28373db5ac48e10f074bdf9d9ea5a2bc7794b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qcomicbook: => 0.9.1

diff --git a/ChangeLog b/ChangeLog
index 95ba409..3caea6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-01-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * qt5-cmake/qcomicbook: moved from graphics
+
2019-01-26 Treeve Jelbert <treeve AT sourcemage.org>
* mobile/libopensync*: deleted
project dead
diff --git a/graphics/qcomicbook/BUILD b/graphics/qcomicbook/BUILD
deleted file mode 100755
index fb046fb..0000000
--- a/graphics/qcomicbook/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-QTDIR=$INSTALL_ROOT/usr &&
-PATH=$QTDIR/bin/qt4:$PATH &&
-
-cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr -DCMAKE_BUILD_TYPE=Release
-make
diff --git a/graphics/qcomicbook/DEPENDS b/graphics/qcomicbook/DEPENDS
deleted file mode 100755
index d61c850..0000000
--- a/graphics/qcomicbook/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends -sub CXX gcc &&
-depends cmake &&
-depends qt4 &&
-sub_depends poppler QT4 &&
-suggest_depends zip "" "" "for zip archives" &&
-suggest_depends rar "" "" "for rar archives (non-free, recommended by
upstream)" z-rejected &&
-suggest_depends unrar "" "" "for rar archives" &&
-suggest_depends tar "" "" "for tar archives" &&
-suggest_depends p7zip "" "" "for 7z archives" &&
-suggest_depends unace "" "" "for ace archives" z-rejected
diff --git a/graphics/qcomicbook/DETAILS b/graphics/qcomicbook/DETAILS
deleted file mode 100755
index aa193bb..0000000
--- a/graphics/qcomicbook/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- SPELL=qcomicbook
- VERSION=0.9.0
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://qcomicbook.linux-projects.net/releases/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
- WEB_SITE=http://qcomicbook.linux-projects.net/
- 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:
-
- * automatic handling of archives
- * full-screen mode
- * two-pages mode
- * japanese mode
- * thumbnails
- * page scaling (fit to window width/height, whole page) and rotating
- * mouse or keyboard navigation, whatever you prefer
- * bookmarks
-EOF
diff --git a/graphics/qcomicbook/HISTORY b/graphics/qcomicbook/HISTORY
deleted file mode 100644
index 415bd94..0000000
--- a/graphics/qcomicbook/HISTORY
+++ /dev/null
@@ -1,49 +0,0 @@
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DEPENDS: depends -sub CXX gcc (half-automated)
-
-2012-05-31 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.9.0
-
-2011-11-08 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.8.2
- * DEPENDS: added sub_depends poppler QT4, new dependency
-
-2011-05-20 Sukneet Basuta <sukneet AT sourcemage.org>
- * DETAILS: updated spell to 0.7.2
- * DEPENDS: added p7zip suggested depends
- added rar (non-free) suggested depends
- made all archivers suggested depends
- since they are not necessary for compiling or running
-
-2010-09-10 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 0.6.0, new WEB_SITE and SOURCE_URL[0]
- * BUILD: converted to cmake-based build system
- * DEPENDS: added cmake and suggest_depends unace
- * PRE_BUILD: removed
-
-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
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-26 Bearcat M. Sandor <sourcemage AT feline-soul.com>
- * DETAILS: updated to 0.3.3
-
-2006-08-26 Bearcat M. Sandor <sourcemage AT feline-soul.com>
- * DETAILS: updated to 0.3.2
-
-2006-08-15 Bearcat M. Sandor <sourcemage AT feline-soul.com>
- * DETAILS: updated to 0.3.0
- * DEPENDS: Now depends on imlib2
-
-2005-09-04 Bearcat M. Sandor <sourcemage AT feline-soul.com>
- * DETAILS, DEPENDS, HISTORY, BUILD: Created spell
-
diff --git a/graphics/qcomicbook/qcomicbook-0.9.0.tar.gz.sig
b/graphics/qcomicbook/qcomicbook-0.9.0.tar.gz.sig
deleted file mode 100644
index 7046f56..0000000
Binary files a/graphics/qcomicbook/qcomicbook-0.9.0.tar.gz.sig and /dev/null
differ
diff --git a/qt5-cmake/qcomicbook/DEPENDS b/qt5-cmake/qcomicbook/DEPENDS
new file mode 100755
index 0000000..01bf2e1
--- /dev/null
+++ b/qt5-cmake/qcomicbook/DEPENDS
@@ -0,0 +1,10 @@
+source $GRIMOIRE/QT5_DEPENDS &&
+depends qttools &&
+depends qtx11extras &&
+sub_depends poppler QT5 &&
+suggest_depends zip "" "" "for zip archives" &&
+suggest_depends rar "" "" "for rar archives (non-free, recommended by
upstream)" z-rejected &&
+suggest_depends unrar "" "" "for rar archives" &&
+suggest_depends tar "" "" "for tar archives" &&
+suggest_depends p7zip "" "" "for 7z archives" &&
+suggest_depends unace "" "" "for ace archives" z-rejected
diff --git a/qt5-cmake/qcomicbook/DETAILS b/qt5-cmake/qcomicbook/DETAILS
new file mode 100755
index 0000000..2d5b1f0
--- /dev/null
+++ b/qt5-cmake/qcomicbook/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=qcomicbook
+ SPELLX=QComicBook
+ VERSION=0.9.1
+
SOURCE_HASH=sha512:87bd983c4442e220f1bc463e54e0ea583cddbc6becd9eec64801dc5e7e061cdac5805cba83167685ab454e41fcce329fa399d622d7f588940bf057ce4b1f423d
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELLX}-${VERSION}
+ WEB_SITE=https://github.com/stolowski/QComicBook
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ 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:
+
+ * automatic handling of archives
+ * full-screen mode
+ * two-pages mode
+ * japanese mode
+ * thumbnails
+ * page scaling (fit to window width/height, whole page) and rotating
+ * mouse or keyboard navigation, whatever you prefer
+ * bookmarks
+EOF
diff --git a/qt5-cmake/qcomicbook/HISTORY b/qt5-cmake/qcomicbook/HISTORY
new file mode 100644
index 0000000..ca72f30
--- /dev/null
+++ b/qt5-cmake/qcomicbook/HISTORY
@@ -0,0 +1,55 @@
+2019-01-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.1
+ now at github
+ * DEPENDS: now uses qt5
+ * BUILD: deleted
+
+2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: depends -sub CXX gcc (half-automated)
+
+2012-05-31 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.0
+
+2011-11-08 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.8.2
+ * DEPENDS: added sub_depends poppler QT4, new dependency
+
+2011-05-20 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.2
+ * DEPENDS: added p7zip suggested depends
+ added rar (non-free) suggested depends
+ made all archivers suggested depends
+ since they are not necessary for compiling or running
+
+2010-09-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.6.0, new WEB_SITE and SOURCE_URL[0]
+ * BUILD: converted to cmake-based build system
+ * DEPENDS: added cmake and suggest_depends unace
+ * PRE_BUILD: removed
+
+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
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-26 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS: updated to 0.3.3
+
+2006-08-26 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS: updated to 0.3.2
+
+2006-08-15 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS: updated to 0.3.0
+ * DEPENDS: Now depends on imlib2
+
+2005-09-04 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS, DEPENDS, HISTORY, BUILD: Created spell
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d668bd454a26f31ed18f9a094fff7afe8f9ba581), Treeve Jelbert, 01/29/2019

Archive powered by MHonArc 2.6.24.

Top of Page