Package Details: pineapple 0.8.0-2

Git Clone URL: https://aur.archlinux.org/pineapple.git (read-only, click to copy)
Package Base: pineapple
Description: wxWidgets frontend for Jupyter Notebook, fork of project abandoned by original author (https://nwhitehead.github.io/pineapple/)
Upstream URL: https://github.com/darthoctopus/pineapple/tree/thin-client
Keywords: frontend ipython jupyter notebook wxwidgets
Licenses: GPL3
Submitter: joelongjiamian
Maintainer: joelongjiamian
Last Packager: joelongjiamian
Votes: 2
Popularity: 0.000000
First Submitted: 2017-06-24 16:40 (UTC)
Last Updated: 2017-11-03 12:18 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2018-07-24 15:37 (UTC)

How can I build for gtk2?

Setting _GTK3=0 in the PKGBUILD produces the following error on cmake:

CMake Error at /usr/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES)
Call Stack (most recent call first):
  /usr/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.11/Modules/FindwxWidgets.cmake:953 (find_package_handle_standard_args)
  CMakeLists.txt:91 (find_package)


-- Configuring incomplete, errors occurred!
See also "/tmp/pineapple/src/pineapple/build/CMakeFiles/CMakeOutput.log".

dreieck commented on 2018-07-24 14:51 (UTC)

Please name your package pineapple-git (and add `provides=("pineapple=${pkgver}"), since you download the latest status of the git repo and not a fixed version.

dreieck commented on 2018-07-24 14:50 (UTC)

pkgver() returns version 3.5.r21.g1a49f06-1, although Pineapple itself reposts to be version 0.8.0 (and wxWidgets is 3.0.4).

What is going on?

Schmetzler commented on 2017-07-11 07:48 (UTC)

I could not build the package because it failed in the package step. I guess the _opts is placed to early where ${pkgdir} is not defined. To solve the issue I changed the cmake line in build to: cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" ..