summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Soares2015-12-12 13:45:55 -0400
committerRafael Soares2015-12-12 13:45:55 -0400
commit8a5813467a88f3f394d0ec5e180eb94aa9bbf0f5 (patch)
tree9216112e5a5902ca2ebe8562df63299cfe5d3b48
downloadaur-8a5813467a88f3f394d0ec5e180eb94aa9bbf0f5.tar.gz
Add SRCINFO
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD64
-rw-r--r--changelog39
-rw-r--r--modelio.desktop8
4 files changed, 133 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..cd32642673b3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+# Generated by mksrcinfo v8
+# Sat Dec 12 17:33:35 UTC 2015
+pkgbase = modelio-bin
+ pkgdesc = The opensource modeling environment
+ pkgver = 3.4.1
+ pkgrel = 1
+ url = https://www.modelio.org/
+ changelog = changelog
+ arch = i686
+ arch = x86_64
+ license = GPL3
+ source_i686 = modelio.desktop
+ source_i686 = http://sourceforge.net/projects/modeliouml/files/3.4.1/modelio-open-201512081403-linux.gtk.x86.tar.gz/download
+ md5sums_i686 = SKIP
+ md5sums_i686 = 0e698d5bef02e0981912c1f6fdc3f98b
+ source_x86_64 = modelio.desktop
+ source_x86_64 = http://sourceforge.net/projects/modeliouml/files/3.4.1/modelio-open-201512081403-linux.gtk.x86_64.tar.gz/download
+ md5sums_x86_64 = SKIP
+ md5sums_x86_64 = 715bf11e8b935254795c8d6f8086131b
+
+pkgname = modelio-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b6ae58cde0ba
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,64 @@
+# Maintainer=rafaelsoaresbr <rafaelsoaresbr@gmail.com>
+# Package name
+#pkgbase=
+pkgname=modelio-bin
+
+# Version
+pkgver=3.4.1
+pkgrel=1
+#epoch=
+
+# Generic
+pkgdesc="The opensource modeling environment"
+arch=('i686' 'x86_64')
+url="https://www.modelio.org/"
+license=('GPL3')
+#groups=()
+
+# Dependencies
+#depends=()
+#optdepends=()
+#makedepends=()
+#checkdepends=()
+
+# Package Relations
+#provides=()
+#conflicts=()
+#replaces=()
+
+# Others
+#backup=()
+#options=()
+#install=modelio
+changelog=changelog
+
+# Sources
+source_i686=("modelio.desktop" "http://sourceforge.net/projects/modeliouml/files/3.4.1/modelio-open-201512081403-linux.gtk.x86.tar.gz/download")
+source_x86_64=("modelio.desktop" "http://sourceforge.net/projects/modeliouml/files/3.4.1/modelio-open-201512081403-linux.gtk.x86_64.tar.gz/download")
+#noextract=()
+#validpgpkeys=()
+
+# Integrity
+md5sums_i686=('SKIP' '0e698d5bef02e0981912c1f6fdc3f98b')
+md5sums_x86_64=('SKIP' '715bf11e8b935254795c8d6f8086131b')
+#sha1sums=()
+#sha256sums=()
+
+#pkgver() {
+#}
+
+#prepare() {
+#}
+
+#build() {
+#}
+
+#check() {
+#}
+
+package() {
+ mkdir -p $pkgdir/usr/share/applications/
+ mkdir -p $pkgdir/opt/
+ cp modelio.desktop $pkgdir/usr/share/applications/
+ cp -r "$srcdir/Modelio 3.4/" "$pkgdir/opt/modelio"
+}
diff --git a/changelog b/changelog
new file mode 100644
index 000000000000..cbb699153795
--- /dev/null
+++ b/changelog
@@ -0,0 +1,39 @@
+Released on November 24th 2015
+
+Evolutions:
+
+ Diagrams layout assistant is now customizable.
+ Floating labels are no more taken into account by the layout assistant.
+ Views positions are now saved when closing a project.
+
+Fixes / Improvements:
+
+ Fixes in the Patterns feature.
+ Fix Use Cases edition boxes.
+ Fixes in Sequence diagrams.
+ Fixes in Activity diagrams.
+ Fixes in XMI import/export.
+
+Notes:
+
+The Rich Note feature has been validated under the following platforms:
+
+ Windows Seven SP1 and Windows 8.1 using the following ‘offices’:
+ MS Office 2003 (32-bit only)
+ MS Office 2007 (32 and 64-bit)
+ MS Office 2010 (32 and 64-bit)
+ MS Office 2013 (32 and 64-bit)
+ OpenOffice 3.4.1 (32-bit only)
+ LibreOffice 3.4.5 (32-bit only)
+ LibreOffice 3.5.4 (32-bit only)
+ LibreOffice 3.6.1 (32-bit only)
+ LibreOffice 4.1.5 (32-bit only)
+ LibreOffice 4.2.0 (32-bit only)
+ Ubuntu 12.04 & 14.04 and CentOS 6 & 7 using the following ‘offices’:
+ OpenOffice 3.3.0 (32 and 64-bit)
+ LibreOffice 3.4.5 (32 and 64-bit)
+ LibreOffice 3.5.4 (32 and 64-bit)
+ LibreOffice 3.6.1 (32 and 64-bit)
+ LibreOffice 4.1.3 (32-bit only)
+
+(Recommended versions are in bold) \ No newline at end of file
diff --git a/modelio.desktop b/modelio.desktop
new file mode 100644
index 000000000000..a8a50b303684
--- /dev/null
+++ b/modelio.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Modelio
+Version=3.4.1
+Comment=The opensource modeling environment
+Exec=/opt/modelio/modelio
+Icon=/opt/modelio/icon.xpm
+Type=Application
+Categories=Development;UML;