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

Felix Yan fyan at archlinux.org
Sat Jul 11 02:09:00 UTC 2015


    Date: Saturday, July 11, 2015 @ 04:08:59
  Author: fyan
Revision: 136689

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

Added:
  xmind/repos/community-i686/PKGBUILD
    (from rev 136688, xmind/trunk/PKGBUILD)
  xmind/repos/community-i686/xmind.install
    (from rev 136688, xmind/trunk/xmind.install)
  xmind/repos/community-x86_64/PKGBUILD
    (from rev 136688, xmind/trunk/PKGBUILD)
  xmind/repos/community-x86_64/xmind.install
    (from rev 136688, 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        |   32 -------------------
 community-i686/xmind.install   |   16 ---------
 community-x86_64/PKGBUILD      |   32 -------------------
 community-x86_64/xmind.install |   16 ---------
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-11 02:08:16 UTC (rev 136688)
+++ community-i686/PKGBUILD	2015-07-11 02:08:59 UTC (rev 136689)
@@ -1,32 +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.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"
-}

Copied: xmind/repos/community-i686/PKGBUILD (from rev 136688, xmind/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-11 02:08:59 UTC (rev 136689)
@@ -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.3
+_pkgdate=201506180105
+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=('a6d51ab84fe5ab4a0c4271a27c6392f3655a94f43434a28b63eece7a430a92fdb92e26a796a2b81aa5ff51ee5818332407588b302ca46875415568d5e6e7e8c4')
+sha512sums_x86_64=('1f019b22d7332e5b6d1dfad883a82e7e29a64e3ac29a7d3cd8d2662cd47fff692c6691715d9d5e418c34531760e40f74396ded290a15dcea4e334cb7749eb10f')
+
+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-07-11 02:08:16 UTC (rev 136688)
+++ community-i686/xmind.install	2015-07-11 02:08:59 UTC (rev 136689)
@@ -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 136688, xmind/trunk/xmind.install)
===================================================================
--- community-i686/xmind.install	                        (rev 0)
+++ community-i686/xmind.install	2015-07-11 02:08:59 UTC (rev 136689)
@@ -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-07-11 02:08:16 UTC (rev 136688)
+++ community-x86_64/PKGBUILD	2015-07-11 02:08:59 UTC (rev 136689)
@@ -1,32 +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.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"
-}

Copied: xmind/repos/community-x86_64/PKGBUILD (from rev 136688, xmind/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-11 02:08:59 UTC (rev 136689)
@@ -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.3
+_pkgdate=201506180105
+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=('a6d51ab84fe5ab4a0c4271a27c6392f3655a94f43434a28b63eece7a430a92fdb92e26a796a2b81aa5ff51ee5818332407588b302ca46875415568d5e6e7e8c4')
+sha512sums_x86_64=('1f019b22d7332e5b6d1dfad883a82e7e29a64e3ac29a7d3cd8d2662cd47fff692c6691715d9d5e418c34531760e40f74396ded290a15dcea4e334cb7749eb10f')
+
+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-07-11 02:08:16 UTC (rev 136688)
+++ community-x86_64/xmind.install	2015-07-11 02:08:59 UTC (rev 136689)
@@ -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 136688, xmind/trunk/xmind.install)
===================================================================
--- community-x86_64/xmind.install	                        (rev 0)
+++ community-x86_64/xmind.install	2015-07-11 02:08:59 UTC (rev 136689)
@@ -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