Package Details: pencil-bin 3.1.1-1

Git Clone URL: https://aur.archlinux.org/pencil-bin.git (read-only, click to copy)
Package Base: pencil-bin
Description: Sketching and GUI prototyping/wireframing tool
Upstream URL: http://pencil.evolus.vn/
Licenses: GPL2
Conflicts: pencil
Provides: pencil
Replaces: evolus-pencil-bin
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 21
Popularity: 0.135929
First Submitted: 2021-08-23 22:10 (UTC)
Last Updated: 2023-01-03 10:26 (UTC)

Latest Comments

1 2 Next › Last »

VVS commented on 2022-04-18 12:02 (UTC)

Is not wirking:

~ pencil Hardware acceleration disabled for Linux. Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" Background web-printer started. Shortcut main service started. Shortcut: Super+F12 registered [45039:0418/145737.889665:FATAL:gpu_data_manager_impl_private.cc(894)] The display compositor is frequently crashing. Goodbye. zsh: trace trap (core dumped) pencil

geosam commented on 2021-08-23 14:17 (UTC) (edited on 2021-08-23 14:18 (UTC) by geosam)

The https://aur.archlinux.org/packages/pencil/ version is not working properly, so I modified the version to update it. @larvan Is it possible to make a release of binary as pencil-bin?

https://gist.github.com/samtux/c2b06479fa240efeebe95f21513a067e

FabioLolix commented on 2021-08-14 16:45 (UTC)

the other evolus-pencil pkgbuild have been harmonized to simply 'pencil' (which exist since 2012), also this need to follow

cl0ne commented on 2020-03-09 19:42 (UTC)

@larvan Confirm that PKGBUILD by @zhangkaizhao fixes the problem

zhangkaizhao commented on 2019-10-26 15:26 (UTC)

@larvan I have just built it and succeeded to start and use it. (I am in the Mate desktop environment.)

# Maintainer: Leonidas Arvanitis <l.arvanitis@gmail.com>

_binname=Pencil
_pkgname_base=pencil
_pkgname=evolus-pencil
_desktopfile="${_pkgname_base}.desktop"
_mimefile="${_pkgname}-mime.xml"

pkgname=${_pkgname}-bin
pkgver=3.1.0
pkgrel=1
pkgdesc="An open-source GUI prototyping tool - Evolus release"
arch=('x86_64')
url="http://pencil.evolus.vn/"
license=('GPL2')
depends=('gconf')
makedepends=('binutils' 'tar')
provides=($_pkgname)
conflicts=($_pkgname $_pkgname_base)
source=("http://pencil.evolus.vn/dl/V${pkgver}.ga/${_pkgname_base}_${pkgver}.ga_amd64.deb"
    "${_desktopfile}"
    "${_mimefile}")
sha1sums=('a016f0824dcfb791adadd564ef4c287bc4dfaa1d'
    'fd1a937f77388e46917fa566000acd89c5d181c3'
    '975e4818189aa041bfe4df6e20c69d82cd130298')

package() {
    # Extract data
    tar xzf "${srcdir}/data.tar.gz" -C "${pkgdir}/"

    # Package files
    mv "${pkgdir}/opt/${_pkgname_base}-${pkgver}.ga" "${pkgdir}/usr/share/$_pkgname"

    # Binary file
    install -d "${pkgdir}/usr/bin/"
    ln -s "../share/${_pkgname}/${_pkgname_base}" "${pkgdir}/usr/bin/${_pkgname_base}"

    # Desktop file
    install -d "${pkgdir}/usr/share/applications/"
    cp -f "${srcdir}/${_desktopfile}" "${pkgdir}/usr/share/applications/"

    # Mimetype file
    install -d "${pkgdir}/usr/share/mime/packages/"
    cp "${srcdir}/${_mimefile}" "${pkgdir}/usr/share/mime/packages/"

    # Cleanup
    rm -rf "${pkgdir}/opt"
    rm -rf "${pkgdir}/usr/share/doc"
}

larvan commented on 2019-10-26 10:36 (UTC)

Unfortunately at this point there is a library incompatibility and the latest version won't start. I will update the package when it gets fixed.

https://github.com/evolus/pencil/issues/581

larvan commented on 2017-03-31 17:26 (UTC)

I was wrong about the binary releases. They just moved them from github to their own hosting. Updated to 3.0.1 - enjoy!

larvan commented on 2017-03-30 06:55 (UTC)

There are no binaries in the 3.0.0+ releases:(

larvan commented on 2017-03-18 10:47 (UTC)

I updated to 3.0.0_rc.2 and added file associations for *.{ep,epz,epgz} since now the program supports it. Enjoy (and sorry for the delayed update)!