Package Details: staruml 6.0.1-1

Git Clone URL: https://aur.archlinux.org/staruml.git (read-only, click to copy)
Package Base: staruml
Description: A sophisticated software modeler
Upstream URL: http://staruml.io/
Licenses: custom:staruml
Submitter: mkusher
Maintainer: gmy
Last Packager: leledumbo
Votes: 66
Popularity: 0.187292
First Submitted: 2015-03-28 11:40 (UTC)
Last Updated: 2023-10-27 10:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

nphinity commented on 2020-05-17 11:20 (UTC)

Was unable to build this package because of gconf dependency. Removed gconf from the PKGBUILD script, which allowed me to build and install the package. Is gconf really neccesary ?

theaifam5 commented on 2019-12-17 15:54 (UTC) (edited on 2019-12-17 15:54 (UTC) by theaifam5)

Are you sure that this package requires gconf ?

Koffiepoeder commented on 2019-11-14 22:26 (UTC)

The harfbuzz problem has been fixed and an official release was made. To fix the package build you can temporarily edit the following parameters, whilst the package is still not up to date:

pkgver=3.1.1
source_x86_64=("$pkgname-$pkgver-$CARCH.AppImage::http://staruml.io/download/releases/StarUML-$pkgver.AppImage")
sha256sums_x86_64=('fff117b68ee6ceb37a2bd1977fcbb5a7c1351ab2d0cfee86950f6b05224e505c')
sha256sums_i686=('8ecfb924bf4b10f0f5b70c646ced0a230025fac0aac7aaa75be3bf1fee12620b')

cluxter commented on 2019-11-14 11:17 (UTC)

v3.1.1 is out and should solve the recent issues

jfernandz commented on 2019-11-12 13:28 (UTC) (edited on 2019-11-12 13:40 (UTC) by jfernandz)

Here you have a PKGBUILD for the 3.1.1 testing version (I'm not flagging out of date the package because this version has not been released yet)

# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
pkgname=staruml
#pkgver=3.1.0
pkgver=3.1.1
pkgrel=1
pkgdesc="A sophisticated software modeler"
arch=('i686' 'x86_64')
url="http://staruml.io/"
license=('custom:staruml')
depends=('gconf' 'libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2')
#source_i686=("$pkgname-$pkgver-$CARCH.AppImage::http://staruml.io/download/releases/StarUML-$pkgver-i386.AppImage")
#source_x86_64=("$pkgname-$pkgver-$CARCH.AppImage::http://staruml.io/download/releases/StarUML-$pkgver-x86_64.AppImage")
source_x86_64=("$pkgname-$pkgver-$CARCH.AppImage::https://staruml-bucket.s3.amazonaws.com/StarUML-$pkgver.AppImage")
noextract=("$pkgname-$pkgver-$CARCH.AppImage")
#sha256sums_i686=('7a470c05d301c35289b7d6eafe422255442208679fdd1d79e1748dd7ea23d78d')
#sha256sums_x86_64=('352b5680414ec87c8a11dda6a78ed74f28aa585ad27bcbc46462ab7298569a70')
sha256sums_x86_64=('c262eb412b9c489a4bb790776f3315461f3fee14fd379107abe9c155321ebef1')

prepare() {
  chmod +x $pkgname-$pkgver-$CARCH.AppImage
  ./$pkgname-$pkgver-$CARCH.AppImage --appimage-extract
}

package() {
  mkdir -p $pkgdir/opt/${pkgname} $pkgdir/usr/share/applications $pkgdir/usr/bin/
  find $srcdir/squashfs-root/* -path $srcdir/squashfs-root/usr -prune -o -prune -exec cp -Rf {} $pkgdir/opt/${pkgname} \;
  cp -Rf $srcdir/squashfs-root/usr/share/* $pkgdir/usr/share
  cp -fp  $srcdir/squashfs-root/staruml.desktop $pkgdir/usr/share/applications
  sed -i 's/AppRun/staruml/g' $pkgdir/usr/share/applications/staruml.desktop
  chmod -R 755 $pkgdir
  ln -fs /opt/staruml/staruml $pkgdir/usr/bin/staruml
  ln -fs /usr/share/icons/hicolor/512x512/apps/staruml.png $pkgdir/opt/${pkgname}/staruml.png
}

Zeioth commented on 2019-09-27 15:24 (UTC) (edited on 2019-09-27 15:29 (UTC) by Zeioth)

Thig bug requires urgent attention. Downgrading to pango-1:1.44.1-1 crashes agaisnt thunar and many other applications that need newer versions of pango to work. Please up vote the request:

https://staruml.uservoice.com/forums/245359-feature-request/suggestions/38405104-update-harfbuzz-in-appimage

evanwashkow commented on 2019-09-14 13:09 (UTC)

This problem has been filed against StarUML. Please up vote it:

https://staruml.uservoice.com/forums/245359-feature-request/suggestions/38405104-update-harfbuzz-in-appimage

DhatGuy commented on 2019-08-17 13:41 (UTC)

@btd1337 downgrade one more version, I'm assuming you've downgraded to 1.44-1 it gave me rectangles on that version as well.

Downgrading pango to version 1.43-0 fixed all problems for me

btd1337 commented on 2019-08-17 13:13 (UTC)

Downgrading pango the app open ok, but when you try to open files, the window has errors.

All letters are replaced by rectangles.

Does anyone know how to solve?

gasr commented on 2019-08-14 13:34 (UTC)

@DhatGuy you are a crack! I downgraded pango version to pango-1:1.44.1-1 and staruml is working again!!!!.

Thanks a lot!!!