Package Details: belle 0.6-1

Git Clone URL: https://aur.archlinux.org/belle.git (read-only, click to copy)
Package Base: belle
Description: Qt Graphic Editor
Upstream URL: http://opendesktop.org/content/show.php/Belle?content=155259
Licenses: GPL
Submitter: mrbit
Maintainer: mrbit
Last Packager: mrbit
Votes: 2
Popularity: 0.000000
First Submitted: 2012-11-16 12:37 (UTC)
Last Updated: 2016-12-03 18:08 (UTC)

Dependencies (2)

  • qt4AUR
  • qt51-webkit

Required by (0)

Sources (2)

Latest Comments

FredBezies commented on 2021-05-09 21:11 (UTC)

qt51-webkit is missing. So it cannot be build.

Ania commented on 2016-12-03 00:02 (UTC)

Hi, maybe qtwebkit should be in the dependencies?

mrbit commented on 2014-08-02 14:38 (UTC)

Thanks blurymind, updaed

blurymind commented on 2014-08-02 09:04 (UTC)

you need to update your description: Belle is a cross-platform Visual Novel maker focused on being user friendly. It uses C++ with Qt4 for the editor and HTML5 for the engine. Also it should be in the "development" section. Its a novel game development tool like renpy.

blurymind commented on 2014-08-02 08:57 (UTC)

here is an updated buildscript: # Contributer: giacomogiorgianni@gmail.com , blurymind@gmail.com pkgname=belle _name=Belle pkgver=0.4 pkgrel=1 pkgdesc="Qt Graphic Editor" arch=(i686 x86_64) url="http://opendesktop.org/content/show.php/Belle?content=155259" license=('GPL') depends=('qt4') #source=("http://opendesktop.org/CONTENT/content-files/155259-${_name}-${pkgver}a.tar.gz" "${pkgname}.desktop") source=(http://download.savannah.gnu.org/releases/${pkgname}/${_name}_${pkgver}a-src.tar.gz "${pkgname}.desktop") md5sums=('SKIP' 'SKIP') build() { cd "$srcdir/${_name}_${pkgver}a-src" qmake-qt4 Editor/$pkgname.pro -r -config release \ "CONFIG+=LINUX_INTEGRATED" \ "INSTALL_ROOT_PATH=$pkgdir/usr/" \ "LOWERED_APPNAME=$pkgname" make install -D -m755 $pkgname ${pkgdir}/usr/bin/$pkgname install -D -m644 ${srcdir}/$pkgname.desktop \ ${pkgdir}/usr/share/applications/$pkgname.desktop #make #make INSTALL_ROOT=${pkgdir} install }