[arch-commits] Commit in xmind/repos (6 files)

Felix Yan fyan at archlinux.org
Wed Nov 11 07:22:50 UTC 2015


    Date: Wednesday, November 11, 2015 @ 08:22:50
  Author: fyan
Revision: 146573

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  xmind/repos/community-testing-i686/
  xmind/repos/community-testing-i686/PKGBUILD
    (from rev 146572, xmind/trunk/PKGBUILD)
  xmind/repos/community-testing-i686/xmind.install
    (from rev 146572, xmind/trunk/xmind.install)
  xmind/repos/community-testing-x86_64/
  xmind/repos/community-testing-x86_64/PKGBUILD
    (from rev 146572, xmind/trunk/PKGBUILD)
  xmind/repos/community-testing-x86_64/xmind.install
    (from rev 146572, xmind/trunk/xmind.install)

----------------------------------------+
 community-testing-i686/PKGBUILD        |   32 +++++++++++++++++++++++++++++++
 community-testing-i686/xmind.install   |   16 +++++++++++++++
 community-testing-x86_64/PKGBUILD      |   32 +++++++++++++++++++++++++++++++
 community-testing-x86_64/xmind.install |   16 +++++++++++++++
 4 files changed, 96 insertions(+)

Copied: xmind/repos/community-testing-i686/PKGBUILD (from rev 146572, xmind/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-11-11 07:22:50 UTC (rev 146573)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Christoph Drexler <chrdr at gmx dot at>
+# Contributor: Jelle van der Waa <jellevdwaa at gmail.com>
+
+pkgname=xmind
+pkgver=3.6.0
+_pkgdate=201511090408
+pkgrel=1
+pkgdesc="Brainstorming and Mind Mapping Software"
+arch=('i686' 'x86_64')
+url="http://www.xmind.net"
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 'shared-mime-info' 'libxext')
+optdepends=('lame: needed for the feature audio notes')
+install=xmind.install
+source_i686=("http://www.xmind.net/xmind/downloads/${pkgname}7-linux-${pkgver}.R-${_pkgdate}_i386.deb")
+source_x86_64=("http://www.xmind.net/xmind/downloads/${pkgname}7-linux-${pkgver}.R-${_pkgdate}_amd64.deb")
+sha512sums_i686=('1724e82754b16ab1dfdc2543eb5679c186d3c6f4c2d54ba34dfc09d39f4f5b5b933c6e173e1fcba4005801889bd5d5c87fa1134b6b8da83771fea451056f3fdb')
+sha512sums_x86_64=('c6599b057c5fe1fbee2e7e057a58951ded4e0767b881c2df253bb05f80df2806bae63989384ecc6fe1b5fb191a03542374001e5b81b89b5fba71bc002a1e7e61')
+
+build() {
+  if [[ "$CARCH" == "i686" ]]; then
+    ar x "${pkgname}7-linux-${pkgver}.R-${_pkgdate}_i386.deb"
+  else
+    ar x "${pkgname}7-linux-${pkgver}.R-${_pkgdate}_amd64.deb"
+  fi
+}
+
+package() {
+  bsdtar -xf data.tar.gz -C "$pkgdir"
+}

Copied: xmind/repos/community-testing-i686/xmind.install (from rev 146572, xmind/trunk/xmind.install)
===================================================================
--- community-testing-i686/xmind.install	                        (rev 0)
+++ community-testing-i686/xmind.install	2015-11-11 07:22:50 UTC (rev 146573)
@@ -0,0 +1,16 @@
+post_install() {
+	echo "Updating MIME database"
+	update-mime-database /usr/share/mime
+	update-desktop-database
+}
+
+post_remove() {
+	echo "Updating MIME database"
+	update-mime-database /usr/share/mime
+	update-desktop-database
+}
+
+op=$1
+shift
+
+$op $*

Copied: xmind/repos/community-testing-x86_64/PKGBUILD (from rev 146572, xmind/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-11-11 07:22:50 UTC (rev 146573)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Christoph Drexler <chrdr at gmx dot at>
+# Contributor: Jelle van der Waa <jellevdwaa at gmail.com>
+
+pkgname=xmind
+pkgver=3.6.0
+_pkgdate=201511090408
+pkgrel=1
+pkgdesc="Brainstorming and Mind Mapping Software"
+arch=('i686' 'x86_64')
+url="http://www.xmind.net"
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 'shared-mime-info' 'libxext')
+optdepends=('lame: needed for the feature audio notes')
+install=xmind.install
+source_i686=("http://www.xmind.net/xmind/downloads/${pkgname}7-linux-${pkgver}.R-${_pkgdate}_i386.deb")
+source_x86_64=("http://www.xmind.net/xmind/downloads/${pkgname}7-linux-${pkgver}.R-${_pkgdate}_amd64.deb")
+sha512sums_i686=('1724e82754b16ab1dfdc2543eb5679c186d3c6f4c2d54ba34dfc09d39f4f5b5b933c6e173e1fcba4005801889bd5d5c87fa1134b6b8da83771fea451056f3fdb')
+sha512sums_x86_64=('c6599b057c5fe1fbee2e7e057a58951ded4e0767b881c2df253bb05f80df2806bae63989384ecc6fe1b5fb191a03542374001e5b81b89b5fba71bc002a1e7e61')
+
+build() {
+  if [[ "$CARCH" == "i686" ]]; then
+    ar x "${pkgname}7-linux-${pkgver}.R-${_pkgdate}_i386.deb"
+  else
+    ar x "${pkgname}7-linux-${pkgver}.R-${_pkgdate}_amd64.deb"
+  fi
+}
+
+package() {
+  bsdtar -xf data.tar.gz -C "$pkgdir"
+}

Copied: xmind/repos/community-testing-x86_64/xmind.install (from rev 146572, xmind/trunk/xmind.install)
===================================================================
--- community-testing-x86_64/xmind.install	                        (rev 0)
+++ community-testing-x86_64/xmind.install	2015-11-11 07:22:50 UTC (rev 146573)
@@ -0,0 +1,16 @@
+post_install() {
+	echo "Updating MIME database"
+	update-mime-database /usr/share/mime
+	update-desktop-database
+}
+
+post_remove() {
+	echo "Updating MIME database"
+	update-mime-database /usr/share/mime
+	update-desktop-database
+}
+
+op=$1
+shift
+
+$op $*



More information about the arch-commits mailing list