I will check the dependencies in time. But currently I've been busy for a long time.
Search Criteria
Package Details: inq 1.0.0-2
Package Actions
| Package Base: | inq |
|---|---|
| Description: | Inq is a graphical front-end for libinklevel. |
| Upstream URL: | http://www.fioreltech.net/project/inq/start |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | spuki |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2008-07-09 14:39 |
| Last Updated: | 2012-10-04 16:37 |
Dependencies (2)
Required by (0)
Sources
Latest Comments
Comment by spuki
Comment by ferrvittorio
Anyone? For qt dependency. Any pkg alternatives?
Comment by Seninha
there's a dependency error while installing qt. It tries to install qt, but there isn't this package.
Comment by bartus
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
lack of redefinde installrules and shortcut !!
Comment by jskier
x86_64
Comment by spuki
Did you build on i686 or x86_64 ?
Comment by jskier
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
Updated package to get it working again.