Package Details: inq 1.0.0-2

Package Base: inq
Description: Inq is a graphical front-end for libinklevel.
Upstream URL: http://www.fioreltech.net/project/inq/start
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: spuki
Last Packager: None
Votes: 4
First Submitted: 2008-07-09 14:39
Last Updated: 2012-10-04 16:37

Latest Comments

Comment by spuki

2014-11-25 12:51

I will check the dependencies in time. But currently I've been busy for a long time.

Comment by ferrvittorio

2014-11-25 11:13

Anyone? For qt dependency. Any pkg alternatives?

Comment by Seninha

2013-12-03 01:03

there's a dependency error while installing qt. It tries to install qt, but there isn't this package.

Comment by bartus

2013-02-18 20:52

quick dirty patch > installs only inq binary:

--- PKGBUILD 2012-10-04 18:36:09.000000000 +0200
+++ /tmp/PKGBUILD 2013-02-18 21:51:10.205069462 +0100
@@ -10,8 +10,12 @@
source=(http://www.fioreltech.net/_media/project/inq/version-1.0.0/inq-1.0.0.tar.gz)
md5sums=(b82d1f29773eb60d9a336631df1289cc)
build() {
+
+echo "install: inq" > $srcdir/installrules
+echo -e "\t\$(MKDIR) ${pkgdir}/usr/bin" >> $srcdir/installrules
+echo -e "\t\$(INSTALL_PROGRAM) inq ${pkgdir}/usr/bin/inq" >> $srcdir/installrules
+
cp $srcdir/installrules $srcdir/$pkgname-$pkgver
- cp $srcdir/inq.desktop $srcdir/$pkgname-$pkgver
cd $srcdir/$pkgname-$pkgver

./configure

Comment by bartus

2013-02-18 20:16

lack of redefinde installrules and shortcut !!

Comment by jskier

2012-12-30 18:38

x86_64

Comment by spuki

2012-12-30 00:38

Did you build on i686 or x86_64 ?

Comment by jskier

2012-12-29 16:26

Won't build:
==> Starting build()...
cp: cannot stat ‘/tmp/inq/src/installrules’: No such file or directory
==> ERROR: A failure occurred in build().
Aborting...

Comment by spuki

2012-10-04 16:37

Updated package to get it working again.