Package Details: octopi 0.16.0-1

Git Clone URL: https://aur.archlinux.org/octopi.git (read-only, click to copy)
Package Base: octopi
Description: A powerful Pacman frontend using Qt libs
Upstream URL: https://tintaescura.com/projects/octopi
Licenses: GPL-2.0-or-later
Conflicts: octopi-notifier
Provides: octopi-cachecleaner, octopi-notifier, octopi-repoeditor
Submitter: ImNtReal
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 1451
Popularity: 36.72
First Submitted: 2013-09-03 23:42 (UTC)
Last Updated: 2024-05-19 16:20 (UTC)

Dependencies (17)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 38 Next › Last »

ImNtReal commented on 2015-07-27 14:09 (UTC)

@dvzrv. I'll move it. That actually came from the upstream PKGBUILD.

dvzrv commented on 2015-07-26 11:13 (UTC)

@ImNtReal: Please install the systemd service file to the correct location in /usr/lib/systemd/system, like so: install -D -m644 "${srcdir}/${pkgbase}-${pkgver}/speedup/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service" /etc/systemd/system is for administrative modifications only (and somewhat the topmost layer).

<deleted-account> commented on 2015-07-23 13:44 (UTC)

@ImNtReal That was all about #include statement. Now everything builds. Thank you.

ImNtReal commented on 2015-07-23 13:11 (UTC)

I added that patch. Let's see if that will fix the qt 5.5 issue.

FadeMind commented on 2015-07-13 09:22 (UTC)

See https://github.com/aarnt/octopi/commit/9c66c2c0f4d24a4975008741937c00ca77858269 LASTEST dev version working like a charm under QT 5.5 http://i.imgur.com/J7SrWE3.png Note: Qt4 support WAS DROPPED

Sir.Tiddlesworth commented on 2015-07-13 08:55 (UTC)

Building octopi against Qt 5.5 seems to fail. --------------- src/QtSolutions/qtlocalpeer.cpp: In member function 'bool QtLocalPeer::sendMessage(const QString&, int)': src/QtSolutions/qtlocalpeer.cpp:158:19: error: variable 'QDataStream ds' has initializer but incomplete type QDataStream ds(&socket); ^ src/QtSolutions/qtlocalpeer.cpp: In member function 'void QtLocalPeer::receiveConnection()': src/QtSolutions/qtlocalpeer.cpp:178:26: error: variable 'QDataStream ds' has initializer but incomplete type QDataStream ds(socket);

vinadoros commented on 2015-07-08 18:29 (UTC)

Can we have 'armv7h' be added to the supported architectures? (as in "arch=('i686' 'x86_64' 'armv7h')"). I have tested this on a RaspberryPi 2, and the octopi series of packages compiles and runs just fine.

duca commented on 2015-05-18 22:24 (UTC)

sorry for the rant, at that time my system crashed but thankfully all was properly saved .

ImNtReal commented on 2015-05-18 13:56 (UTC)

@duca, I hadn't noticed the incorrect variable name. It will be fixed shortly.

duca commented on 2015-05-17 21:08 (UTC)

why the heck did you set a -j without arguments? Please fix that on your packages.