You are not logged in.
Hi there,
Substance Composer is a promising new editor for digital publishing.
Short description:
Create impressive web publications
Whether you're a journalist, writer or scientist, the Substance Composer
is the tool to create and share professional web-first publications.
more...
They released a Beta 3 Preview for Ubuntu as a Debian package:
Is it possible to package this pre-built binary for Arch?
Last edited by orschiro (2014-04-28 18:37:44)
Offline
First approach which builds successfully but only opens a blank node-webkit page: Screenshot
$ substance-composer
[10360:0429/075738:INFO:gpu_info_collector_x11.cc(80)] NVCtrl extension does not exist.# Contributer: Robert Orzanna <orschiro@gmail.com>
pkgname=substance-composer-beta-preview-deb
name=substance-composer
pkgver=1.0.0.3
pkgrel=1
pkgdesc="Substance is an open platform for digital publishing built on top of a web-first document format"
arch=('i686' 'x86_64')
url="http://substance.io/"
license=('Freeware')
#depends=('node-webkit')
install=""
makedepends=('')
md5sums=('e3f140061e9a94f7fe02f9167365df57')
source=("https://github.com/substance/composer/releases/download/v1.0.0-beta3-preview/substance-composer-beta3-preview.deb")
package() {
cd ${startdir}/src
tar -zxf ${startdir}/src/data.tar.gz
cp -rp usr $pkgdir
install -Dm644 "$srcdir/usr/share/$name/icons/app256.png" "$pkgdir/usr/share/pixmaps/$name.png"
install -D -m644 "${srcdir}/usr/share/$name/$name.desktop" "${pkgdir}/usr/share/applications/${name}.desktop"
install -D -m755 "${srcdir}/usr/share/$name/nw.pak" "${pkgdir}/usr/bin/nw.pak"
install -D -m755 "${srcdir}/usr/share/$name/$name" "${pkgdir}/usr/bin/$name"
#rm -rf "$pkgdir/$pkgname"
}Offline