summaryrefslogtreecommitdiffstats
path: root/qt5-cmake
diff options
context:
space:
mode:
authorTreeve Jelbert2019-01-29 11:11:42 +0100
committerTreeve Jelbert2019-01-29 11:11:42 +0100
commita7f28373db5ac48e10f074bdf9d9ea5a2bc7794b (patch)
tree80dc528a4ccf4dfb799462970fbd099c9bf7a75d /qt5-cmake
parent5fa843106832da6bbe8130324439dc89fd5d0bb6 (diff)
qcomicbook: => 0.9.1
Diffstat (limited to 'qt5-cmake')
-rwxr-xr-xqt5-cmake/qcomicbook/BUILD5
-rwxr-xr-xqt5-cmake/qcomicbook/DEPENDS10
-rwxr-xr-xqt5-cmake/qcomicbook/DETAILS24
-rw-r--r--qt5-cmake/qcomicbook/HISTORY52
-rw-r--r--qt5-cmake/qcomicbook/qcomicbook-0.9.0.tar.gz.sigbin0 -> 287 bytes
5 files changed, 91 insertions, 0 deletions
diff --git a/qt5-cmake/qcomicbook/BUILD b/qt5-cmake/qcomicbook/BUILD
new file mode 100755
index 0000000000..fb046fb833
--- /dev/null
+++ b/qt5-cmake/qcomicbook/BUILD
@@ -0,0 +1,5 @@
+QTDIR=$INSTALL_ROOT/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+
+cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr -DCMAKE_BUILD_TYPE=Release
+make
diff --git a/qt5-cmake/qcomicbook/DEPENDS b/qt5-cmake/qcomicbook/DEPENDS
new file mode 100755
index 0000000000..d61c850b26
--- /dev/null
+++ b/qt5-cmake/qcomicbook/DEPENDS
@@ -0,0 +1,10 @@
+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/qt5-cmake/qcomicbook/DETAILS b/qt5-cmake/qcomicbook/DETAILS
new file mode 100755
index 0000000000..01aaf72e98
--- /dev/null
+++ b/qt5-cmake/qcomicbook/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=qcomicbook
+ VERSION=0.9.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_URL[0]=https://qcomicbook.linux-projects.net/releases/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ WEB_SITE=https://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/qt5-cmake/qcomicbook/HISTORY b/qt5-cmake/qcomicbook/HISTORY
new file mode 100644
index 0000000000..9a1c6da2e0
--- /dev/null
+++ b/qt5-cmake/qcomicbook/HISTORY
@@ -0,0 +1,52 @@
+2019-01-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.1
+
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: depends -sub CXX gcc (half-automated)
+
+2012-05-31 Sukneet Basuta <sukneet@sourcemage.org>
+ * DETAILS: updated spell to 0.9.0
+
+2011-11-08 Sukneet Basuta <sukneet@sourcemage.org>
+ * DETAILS: updated spell to 0.8.2
+ * DEPENDS: added sub_depends poppler QT4, new dependency
+
+2011-05-20 Sukneet Basuta <sukneet@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@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@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@beernabeer.com>
+ * DETAILS: updated spell to 0.3.4
+
+2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-26 Bearcat M. Sandor <sourcemage@feline-soul.com>
+ * DETAILS: updated to 0.3.3
+
+2006-08-26 Bearcat M. Sandor <sourcemage@feline-soul.com>
+ * DETAILS: updated to 0.3.2
+
+2006-08-15 Bearcat M. Sandor <sourcemage@feline-soul.com>
+ * DETAILS: updated to 0.3.0
+ * DEPENDS: Now depends on imlib2
+
+2005-09-04 Bearcat M. Sandor <sourcemage@feline-soul.com>
+ * DETAILS, DEPENDS, HISTORY, BUILD: Created spell
+
diff --git a/qt5-cmake/qcomicbook/qcomicbook-0.9.0.tar.gz.sig b/qt5-cmake/qcomicbook/qcomicbook-0.9.0.tar.gz.sig
new file mode 100644
index 0000000000..7046f56207
--- /dev/null
+++ b/qt5-cmake/qcomicbook/qcomicbook-0.9.0.tar.gz.sig
Binary files differ