Package Details: gdevelop 5.3.201.wip-1

Git Clone URL: https://aur.archlinux.org/gdevelop.git (read-only, click to copy)
Package Base: gdevelop
Description: Game engine designed to be used by everyone
Upstream URL: https://github.com/4ian/GDevelop
Keywords: gamengine html5 native
Licenses: MIT
Submitter: kprkpr
Maintainer: xiota (arthuro555, Popolon)
Last Packager: xiota
Votes: 1
Popularity: 0.000000
First Submitted: 2017-06-27 22:06 (UTC)
Last Updated: 2024-05-01 02:04 (UTC)

Latest Comments

« First ‹ Previous 1 2

kprkpr commented on 2020-05-21 09:41 (UTC)

Maybe someone can help me..

I can build new gdevelop 5 files using this PKGBUILD ( https://hastebin.con/xodisusazo.bash ) and a patch for SMFL ( hastebin.com/ucuposukuk.diff ), but I can't package it because package() things are not in same folders, I found SMFL things but I don't know how to package gdevelop and I didn't found a official guide of author..

kprkpr commented on 2019-08-01 07:28 (UTC) (edited on 2019-08-01 07:29 (UTC) by kprkpr)

Hi @paulequilibrio Yes.. I knew thas it is a binary package, but I wanted to use source building.. For binary package we have to use -bin name (gdevelop-bin). I edited your PKGBUILD, used new beta76 and uploaded to gdevelop-bin, try it please

paulequilibrio commented on 2019-07-31 22:15 (UTC) (edited on 2019-07-31 22:17 (UTC) by paulequilibrio)

Hi @kprkpr, there's no need for compile for now. Just download the tar.gz file and run the binary gdevelop. I made a simple PKGBUILD:

pkgname=gdevelop
pkgver=5.0.0_beta75
pkgrel=1
pkgdesc="Open-source, cross-platform game creator designed to be used by everyone - no programming skills required."
arch=('x86_64')
url='https://gdevelop-app.com/'
license=('GPL' 'MIT' 'zlib/png')
groups=()
provides=('gdevelop')
depends=('gconf')
source=("https://github.com/4ian/GDevelop/archive/v${pkgver//_/-}.tar.gz"
        'https://github.com/4ian/GDevelop/raw/master/Core/docs/images/glogo.png'
        'gdevelop.desktop')
sha256sums=('b6aa7dd4952222c14497c875db873d511e5259e863d89ffed01de9d149c1b246'
            '6ec8974d1c073442e1e653ac75d8ab4c1ed1cc1c2d14c6d73d6c50543a4f4b5f'
            'eda1cf9ad3e72d184ba4c45c876ab2ecbd58eb7ece3de1776a9cf67c373b58a3')

package() {
  install -dm 755 "$pkgdir"/{opt/$pkgname,usr/{bin,share/{applications,pixmaps}}}
  cp -a "${srcdir}/${pkgname}-${pkgver//_/-}/." "${pkgdir}/opt/$pkgname/"
  ln -s "/opt/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
  install -D -m 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
  install -D -m 644 "${srcdir}/glogo.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
}

The gdevelop.desktop file is:

#!/usr/bin/env xdg-open

[Desktop Entry]
Name=GDevelop
Comment=GDevelop
Exec=/opt/gdevelop/gdevelop
Icon=/usr/share/pixmaps/gdevelop.png
Categories=Development
Type=Application

I hope it helps :)

kprkpr commented on 2019-07-29 14:47 (UTC) (edited on 2019-07-29 14:48 (UTC) by kprkpr)

Hi +paulequilibrio I saw it, I tried to compile it but with my PKGBUILD doesn't worked.. (Editing download url with https://github.com/4ian/GDevelop/archive/v5.0.0-beta75.tar.gz and respective folders... You have idea?

paulequilibrio commented on 2019-07-21 14:24 (UTC)

First of all, thanks for the package!

Please update the package to the new version from https://gdevelop-app.com/download/

https://github.com/4ian/GDevelop/releases/download/v5.0.0-beta75/gdevelop-5.0.0-beta75.tar.gz

kprkpr commented on 2017-10-22 19:23 (UTC)

+bgenc Updated sums and version. I don't know why changed the md5 of same version, but now works

bgenc commented on 2017-10-20 08:08 (UTC)

This now fails to validate: ==> Validating source files with md5sums... 4.0.94.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build gdevelop. Could you please look into this problem?