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

Felix Yan fyan at archlinux.org
Thu Apr 28 17:39:59 UTC 2016


    Date: Thursday, April 28, 2016 @ 19:39:59
  Author: fyan
Revision: 172437

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-28 17:39:06 UTC (rev 172436)
+++ community-i686/PKGBUILD	2016-04-28 17:39:59 UTC (rev 172437)
@@ -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.6.1
-_filename=$pkgname-7-update1-linux
-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/${_filename}_i386.deb")
-source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb")
-sha512sums_i686=('dc1e803ea1b268eee118c0515a1b3448923c8c9301396cfcf4f44fe20712cf3df16d70ec8e08a5a0b27d0aec137c9375599622874d739e3660c5dd80a11e9590')
-sha512sums_x86_64=('1ee023b573f861d02223664d4136363763f8532613503f3c80db867dc655169446338d78a3b2d74d99cca80a2702bcd5ff08d96950946bc35b1ae62379cdb397')
-
-build() {
-  if [[ "$CARCH" == "i686" ]]; then
-    ar x "${_filename}_i386.deb"
-  else
-    ar x "${_filename}_amd64.deb"
-  fi
-}
-
-package() {
-  bsdtar -xf data.tar.gz -C "$pkgdir"
-}

Copied: xmind/repos/community-i686/PKGBUILD (from rev 172436, xmind/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-28 17:39:59 UTC (rev 172437)
@@ -0,0 +1,31 @@
+# $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.1
+_filename=$pkgname-7-update1-linux
+pkgrel=2
+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')
+source_i686=("http://www.xmind.net/xmind/downloads/${_filename}_i386.deb")
+source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb")
+sha512sums_i686=('dc1e803ea1b268eee118c0515a1b3448923c8c9301396cfcf4f44fe20712cf3df16d70ec8e08a5a0b27d0aec137c9375599622874d739e3660c5dd80a11e9590')
+sha512sums_x86_64=('1ee023b573f861d02223664d4136363763f8532613503f3c80db867dc655169446338d78a3b2d74d99cca80a2702bcd5ff08d96950946bc35b1ae62379cdb397')
+
+build() {
+  if [[ "$CARCH" == "i686" ]]; then
+    ar x "${_filename}_i386.deb"
+  else
+    ar x "${_filename}_amd64.deb"
+  fi
+}
+
+package() {
+  bsdtar -xf data.tar.gz -C "$pkgdir"
+}

Deleted: community-i686/xmind.install
===================================================================
--- community-i686/xmind.install	2016-04-28 17:39:06 UTC (rev 172436)
+++ community-i686/xmind.install	2016-04-28 17:39:59 UTC (rev 172437)
@@ -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 $*

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-28 17:39:06 UTC (rev 172436)
+++ community-x86_64/PKGBUILD	2016-04-28 17:39:59 UTC (rev 172437)
@@ -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.6.1
-_filename=$pkgname-7-update1-linux
-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/${_filename}_i386.deb")
-source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb")
-sha512sums_i686=('dc1e803ea1b268eee118c0515a1b3448923c8c9301396cfcf4f44fe20712cf3df16d70ec8e08a5a0b27d0aec137c9375599622874d739e3660c5dd80a11e9590')
-sha512sums_x86_64=('1ee023b573f861d02223664d4136363763f8532613503f3c80db867dc655169446338d78a3b2d74d99cca80a2702bcd5ff08d96950946bc35b1ae62379cdb397')
-
-build() {
-  if [[ "$CARCH" == "i686" ]]; then
-    ar x "${_filename}_i386.deb"
-  else
-    ar x "${_filename}_amd64.deb"
-  fi
-}
-
-package() {
-  bsdtar -xf data.tar.gz -C "$pkgdir"
-}

Copied: xmind/repos/community-x86_64/PKGBUILD (from rev 172436, xmind/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-28 17:39:59 UTC (rev 172437)
@@ -0,0 +1,31 @@
+# $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.1
+_filename=$pkgname-7-update1-linux
+pkgrel=2
+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')
+source_i686=("http://www.xmind.net/xmind/downloads/${_filename}_i386.deb")
+source_x86_64=("http://www.xmind.net/xmind/downloads/${_filename}_amd64.deb")
+sha512sums_i686=('dc1e803ea1b268eee118c0515a1b3448923c8c9301396cfcf4f44fe20712cf3df16d70ec8e08a5a0b27d0aec137c9375599622874d739e3660c5dd80a11e9590')
+sha512sums_x86_64=('1ee023b573f861d02223664d4136363763f8532613503f3c80db867dc655169446338d78a3b2d74d99cca80a2702bcd5ff08d96950946bc35b1ae62379cdb397')
+
+build() {
+  if [[ "$CARCH" == "i686" ]]; then
+    ar x "${_filename}_i386.deb"
+  else
+    ar x "${_filename}_amd64.deb"
+  fi
+}
+
+package() {
+  bsdtar -xf data.tar.gz -C "$pkgdir"
+}

Deleted: community-x86_64/xmind.install
===================================================================
--- community-x86_64/xmind.install	2016-04-28 17:39:06 UTC (rev 172436)
+++ community-x86_64/xmind.install	2016-04-28 17:39:59 UTC (rev 172437)
@@ -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 $*



More information about the arch-commits mailing list