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.191344
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 .. 9 Next › Last »

Guilty_P01nt3r commented on 2021-12-02 23:04 (UTC)

Update PKGBUILD for 4.1.16

pkgname=staruml
pkgver=4.1.6
pkgrel=1
pkgdesc="A sophisticated software modeler"
arch=('x86_64')
url="http://staruml.io/"
license=('custom:staruml')
depends=('libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2')
source=("$pkgname-${pkgver}_amd64.deb::https://staruml.io/download/releases-v4/StarUML_${pkgver}_amd64.deb")
sha256sums=('09439da51f1113130b78e5fce3af5e804368b4c36e3d4e33f12d481aa036d73d')

package() {
    # Extract package data
    tar xf data.tar.xz -C "${pkgdir}"

    install -D -m644 "${pkgdir}/opt/StarUML/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    chmod 4755 "${pkgdir}/opt/StarUML/chrome-sandbox"
    mkdir "${pkgdir}/usr/bin"
    ln -s '/opt/StarUML/staruml' "${pkgdir}/usr/bin/staruml"
}

rabin commented on 2021-02-20 04:15 (UTC)

Updated PKGBUILD for 4.0.1

pkgname=staruml
pkgver=4.0.1
pkgrel=1
pkgdesc="A sophisticated software modeler"
arch=('x86_64')
url="http://staruml.io/"
license=('custom:staruml')
depends=('libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2')
source=("$pkgname-${pkgver}_amd64.deb::https://staruml.io/download/releases-v4/StarUML_${pkgver}_amd64.deb")
sha256sums=('3932275d206a384ebdfda5c47a8ed901c50d181653347704b3eb04457cd1b96f')

package() {
    # Extract package data
    tar xf data.tar.xz -C "${pkgdir}"

    install -D -m644 "${pkgdir}/opt/StarUML/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    chmod 4755 "${pkgdir}/opt/StarUML/chrome-sandbox"
    mkdir "${pkgdir}/usr/bin"
    ln -s '/opt/StarUML/staruml' "${pkgdir}/usr/bin/staruml"
}

leledumbo commented on 2020-12-12 19:35 (UTC) (edited on 2020-12-12 19:40 (UTC) by leledumbo)

Sorry, guys. My internet is still metered, it's not unlimited. And StarUML AppImages (or .deb / .rpm now) are quite big. It's getting harder these days to find a free wifi to download them and update the package. In the mean time, I'm about to update based on @farseerfc modification without checking. 32-bit support seems to have been dropped, right?

rabin commented on 2020-12-08 05:44 (UTC)

I am desperately waiting for the package to get updated. It's been about 2 months since version 4 is out. The maintainers ought to be more active than this.

pydvlpr commented on 2020-11-30 15:00 (UTC)

Dear maintainer, can you test the PKGBUILD of farseerfc yourself and update the aur-package? Thx

Sgt_Skinner commented on 2020-11-27 18:28 (UTC) (edited on 2020-11-27 18:28 (UTC) by Sgt_Skinner)

Thank you! @farseerfc

it works perfectly c:

pydvlpr commented on 2020-11-19 14:32 (UTC) (edited on 2020-11-19 14:33 (UTC) by pydvlpr)

Tested PKGBUILD from farseerfc. Works fine for me and I successfully installed StarUML 4 manually with it. Thx!

farseerfc commented on 2020-11-05 05:10 (UTC)

I rewrite a PKGBUILD for 4.0.0 from deb package:

pkgname=staruml
pkgver=4.0.0
pkgrel=1
pkgdesc="A sophisticated software modeler"
arch=('x86_64')
url="http://staruml.io/"
license=('custom:staruml')
depends=('libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2')
source=("$pkgname-${pkgver}_amd64.deb::https://staruml.io/download/releases-v4/StarUML_${pkgver}_amd64.deb")
sha256sums=('cb0ab6a19c2e03aac0f92191dfcfed20d480460b68abc17544b40deaa4aad088')

package() {
    # Extract package data
    tar xf data.tar.xz -C "${pkgdir}"

    install -D -m644 "${pkgdir}/opt/StarUML/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    chmod 4755 "${pkgdir}/opt/StarUML/chrome-sandbox"
    mkdir "${pkgdir}/usr/bin"
    ln -s '/opt/StarUML/staruml' "${pkgdir}/usr/bin/staruml"
}

BORBER commented on 2020-11-05 03:18 (UTC)

Hello Developers 4.0.0 is out now!

rabin commented on 2020-09-02 04:12 (UTC)

I don't think gconf is needed. StarUML works even if the build of gconf failed, which was totally my fault, I hadn't installed base-devel package. So the main point is gconf is not needed as a dependency