Skip to content

Instantly share code, notes, and snippets.

@gr3y
gr3y / PKGBUILD
Created June 18, 2012 21:12
PKGBUILD for building modelio-open 2.2-1 from AUR. !!!NOTE!!! Since I run on 32-bit I haven't updated checksum for 64-bit. Url to 64-bit should be ok (not tested)
# Maintainer: Sven Nobis <aur[at]sven[dot]to>
pkgname=modelio-open
pkgver=2.2
pkgrel=1
pkgdesc="Modelio is an Open Source UML tool developed by Modeliosoft. It supports the UML2 and BPMN2 standards."
url="http://www.modelio.org/"
arch=('x86_64' 'i686')
license=('GPL3'
'APACHE')
@gr3y
gr3y / PKGBUILD
Created February 13, 2012 00:09
PKGBUILD for Solidity gtk3 theme/engine
pkgname=gtk3-engine-solidity
pkgver=0.4
pkgrel=1
pkgdesc="Solidity theme engine for GTK3"
arch=('i686' 'x86_64')
url="http://gnome-look.org/content/show.php?content=142331"
license=('GPL')
makedepends=('vala' 'gcc' 'make')
depends=('gtk3')
source=(http://gnome-look.org/CONTENT/content-files/142331-solidity-${pkgver}.tar.bz2)