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

Felix Yan fyan at archlinux.org
Mon Jun 1 00:40:22 UTC 2015


    Date: Monday, June 1, 2015 @ 02:40:22
  Author: fyan
Revision: 134433

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

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

--------------------------------+
 /PKGBUILD                      |   64 +++++++++++++++++++++++++++++++++++++++
 /xmind.install                 |   32 +++++++++++++++++++
 community-i686/PKGBUILD        |   29 -----------------
 community-i686/xmind.install   |   16 ---------
 community-x86_64/PKGBUILD      |   29 -----------------
 community-x86_64/xmind.install |   16 ---------
 6 files changed, 96 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-01 00:39:49 UTC (rev 134432)
+++ community-i686/PKGBUILD	2015-06-01 00:40:22 UTC (rev 134433)
@@ -1,29 +0,0 @@
-# $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.5.1
-_pkgdate=201411201906
-pkgrel=1
-pkgdesc="Brainstorming and Mind Mapping Software"
-arch=('i686' 'x86_64')
-[ "${CARCH}" = "i686" ] && _arch="i386"
-[ "${CARCH}" = "x86_64" ] && _arch="amd64"
-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=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
-[ "${CARCH}" = "i686" ] && sha512sums=('1229a15597deda7b35a0c304a0dd9a066c6c51291f0cb144d8c57f2637dd67030547f5f940922b5c3cc0adf4320ff27cdbc4ae26bb55019ab8a797122039be13')
-[ "${CARCH}" = "x86_64" ] && sha512sums=('0c989272eea261381797d9781ed6c1439fd40758bb716ed854be4a8d6e696c9ac55994ac888f31536584a3747c719e4d9cb4a9e81efd7b115b7c912de1e11de0')
-
-build() {
-  ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb"
-}
-
-package() {
-  bsdtar -xf data.tar.gz -C "$pkgdir"
-}

Copied: xmind/repos/community-i686/PKGBUILD (from rev 134432, xmind/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-01 00:40:22 UTC (rev 134433)
@@ -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.5.2
+_pkgdate=201504270119
+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://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb")
+source_x86_64=("http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb")
+sha512sums_i686=('8faad504ea649f9446d4a383d59ff5ecfe2e8c1deb7492025aff791cd202ad77e4875fb9c9cc48fc136dd2eafa39596b42ba4ab233050f511b788742edb6a07b')
+sha512sums_x86_64=('f26f4f9e99383da9aecea9a626d46addfd35ca22b2e14ed3670e87cc4882898131ebbed313ef04704d8ca4d88c679e767a412a68d363188a1959fa8b9fff24ee')
+
+build() {
+  if [[ "$CARCH" == "i686" ]]; then
+    ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb"
+  else
+    ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb"
+  fi
+}
+
+package() {
+  bsdtar -xf data.tar.gz -C "$pkgdir"
+}

Deleted: community-i686/xmind.install
===================================================================
--- community-i686/xmind.install	2015-06-01 00:39:49 UTC (rev 134432)
+++ community-i686/xmind.install	2015-06-01 00:40:22 UTC (rev 134433)
@@ -1,16 +0,0 @@
-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-i686/xmind.install (from rev 134432, xmind/trunk/xmind.install)
===================================================================
--- community-i686/xmind.install	                        (rev 0)
+++ community-i686/xmind.install	2015-06-01 00:40:22 UTC (rev 134433)
@@ -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 $*

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-01 00:39:49 UTC (rev 134432)
+++ community-x86_64/PKGBUILD	2015-06-01 00:40:22 UTC (rev 134433)
@@ -1,29 +0,0 @@
-# $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.5.1
-_pkgdate=201411201906
-pkgrel=1
-pkgdesc="Brainstorming and Mind Mapping Software"
-arch=('i686' 'x86_64')
-[ "${CARCH}" = "i686" ] && _arch="i386"
-[ "${CARCH}" = "x86_64" ] && _arch="amd64"
-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=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
-[ "${CARCH}" = "i686" ] && sha512sums=('1229a15597deda7b35a0c304a0dd9a066c6c51291f0cb144d8c57f2637dd67030547f5f940922b5c3cc0adf4320ff27cdbc4ae26bb55019ab8a797122039be13')
-[ "${CARCH}" = "x86_64" ] && sha512sums=('0c989272eea261381797d9781ed6c1439fd40758bb716ed854be4a8d6e696c9ac55994ac888f31536584a3747c719e4d9cb4a9e81efd7b115b7c912de1e11de0')
-
-build() {
-  ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb"
-}
-
-package() {
-  bsdtar -xf data.tar.gz -C "$pkgdir"
-}

Copied: xmind/repos/community-x86_64/PKGBUILD (from rev 134432, xmind/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-01 00:40:22 UTC (rev 134433)
@@ -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.5.2
+_pkgdate=201504270119
+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://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb")
+source_x86_64=("http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb")
+sha512sums_i686=('8faad504ea649f9446d4a383d59ff5ecfe2e8c1deb7492025aff791cd202ad77e4875fb9c9cc48fc136dd2eafa39596b42ba4ab233050f511b788742edb6a07b')
+sha512sums_x86_64=('f26f4f9e99383da9aecea9a626d46addfd35ca22b2e14ed3670e87cc4882898131ebbed313ef04704d8ca4d88c679e767a412a68d363188a1959fa8b9fff24ee')
+
+build() {
+  if [[ "$CARCH" == "i686" ]]; then
+    ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb"
+  else
+    ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb"
+  fi
+}
+
+package() {
+  bsdtar -xf data.tar.gz -C "$pkgdir"
+}

Deleted: community-x86_64/xmind.install
===================================================================
--- community-x86_64/xmind.install	2015-06-01 00:39:49 UTC (rev 134432)
+++ community-x86_64/xmind.install	2015-06-01 00:40:22 UTC (rev 134433)
@@ -1,16 +0,0 @@
-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-x86_64/xmind.install (from rev 134432, xmind/trunk/xmind.install)
===================================================================
--- community-x86_64/xmind.install	                        (rev 0)
+++ community-x86_64/xmind.install	2015-06-01 00:40:22 UTC (rev 134433)
@@ -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