[arch-commits] Commit in sweethome3d/repos (5 files)

Fabio Castelli muflone at archlinux.org
Sat Sep 13 22:01:15 UTC 2014


    Date: Sunday, September 14, 2014 @ 00:01:15
  Author: muflone
Revision: 118935

archrelease: copy trunk to community-any

Added:
  sweethome3d/repos/community-any/
  sweethome3d/repos/community-any/PKGBUILD
    (from rev 118934, sweethome3d/trunk/PKGBUILD)
  sweethome3d/repos/community-any/sweethome3d.desktop
    (from rev 118934, sweethome3d/trunk/sweethome3d.desktop)
  sweethome3d/repos/community-any/sweethome3d.install
    (from rev 118934, sweethome3d/trunk/sweethome3d.install)
  sweethome3d/repos/community-any/sweethome3d.sh
    (from rev 118934, sweethome3d/trunk/sweethome3d.sh)

---------------------+
 PKGBUILD            |   31 +++++++++++++++++++++++++++++++
 sweethome3d.desktop |   10 ++++++++++
 sweethome3d.install |   11 +++++++++++
 sweethome3d.sh      |    3 +++
 4 files changed, 55 insertions(+)

Copied: sweethome3d/repos/community-any/PKGBUILD (from rev 118934, sweethome3d/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-09-13 22:01:15 UTC (rev 118935)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: jsteel <mail at jsteel dot org>
+# Contributor: Daniel YC Lin <dlin.tw at gmail>
+# Contributor: Tdy  <tdy at gmx.com>
+# Contributor: Biginoz <biginoz at free.fr>
+# Contributor: Archan Paul <paul.archan at gmail.com>
+
+pkgname=sweethome3d
+pkgver=4.4
+pkgrel=2
+pkgdesc="An interior design application to draw the plan of your house in a 3D environment"
+arch=('any')
+url="http://www.sweethome3d.com/"
+license=('GPL')
+depends=('bash' 'java-runtime' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/${pkgname}/SweetHome3D-${pkgver}.jar"
+        "${pkgname}.sh"
+        "${pkgname}.desktop")
+md5sums=('b4fb46591e84ab5357bc0fd35f025d29'
+         '6e9eca4eb199a6effdc8c2fb8cad1868'
+         'c3455fa8ea4ff1ff6ee130e7d0851dc6')
+install="${pkgname}.install"
+
+package() {
+  cd "${srcdir}"
+  install -D -m 644 "SweetHome3D-${pkgver}.jar" "${pkgdir}/usr/share/java/${pkgname}.jar"
+  install -D -m 644 "com/eteks/sweethome3d/viewcontroller/resources/help/images/applicationIcon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  install -D -m 755 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -D -m 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+}

Copied: sweethome3d/repos/community-any/sweethome3d.desktop (from rev 118934, sweethome3d/trunk/sweethome3d.desktop)
===================================================================
--- community-any/sweethome3d.desktop	                        (rev 0)
+++ community-any/sweethome3d.desktop	2014-09-13 22:01:15 UTC (rev 118935)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Sweet Home 3D
+Comment=An interior design application
+TryExec=/usr/bin/sweethome3d
+Exec=sweethome3d
+Icon=/usr/share/pixmaps/sweethome3d.png
+Categories=Office;Java;
+StartupWMClass=com-eteks-sweethome3d-SweetHome3DBootstrap

Copied: sweethome3d/repos/community-any/sweethome3d.install (from rev 118934, sweethome3d/trunk/sweethome3d.install)
===================================================================
--- community-any/sweethome3d.install	                        (rev 0)
+++ community-any/sweethome3d.install	2014-09-13 22:01:15 UTC (rev 118935)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sweethome3d/repos/community-any/sweethome3d.sh (from rev 118934, sweethome3d/trunk/sweethome3d.sh)
===================================================================
--- community-any/sweethome3d.sh	                        (rev 0)
+++ community-any/sweethome3d.sh	2014-09-13 22:01:15 UTC (rev 118935)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/bin/java -jar /usr/share/java/sweethome3d.jar




More information about the arch-commits mailing list