[arch-commits] Commit in xmind/repos (8 files)
Felix Yan
fyan at archlinux.org
Fri Jan 8 09:55:34 UTC 2016
Date: Friday, January 8, 2016 @ 10:55:33
Author: fyan
Revision: 155716
archrelease: copy trunk to community-i686, community-x86_64
Added:
xmind/repos/community-i686/PKGBUILD
(from rev 155715, xmind/trunk/PKGBUILD)
xmind/repos/community-i686/xmind.install
(from rev 155715, xmind/trunk/xmind.install)
xmind/repos/community-x86_64/PKGBUILD
(from rev 155715, xmind/trunk/PKGBUILD)
xmind/repos/community-x86_64/xmind.install
(from rev 155715, 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 2016-01-08 09:40:24 UTC (rev 155715)
+++ community-i686/PKGBUILD 2016-01-08 09:55:33 UTC (rev 155716)
@@ -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.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-i686/PKGBUILD (from rev 155715, xmind/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-08 09:55:33 UTC (rev 155716)
@@ -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.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"
+}
Deleted: community-i686/xmind.install
===================================================================
--- community-i686/xmind.install 2016-01-08 09:40:24 UTC (rev 155715)
+++ community-i686/xmind.install 2016-01-08 09:55:33 UTC (rev 155716)
@@ -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 155715, xmind/trunk/xmind.install)
===================================================================
--- community-i686/xmind.install (rev 0)
+++ community-i686/xmind.install 2016-01-08 09:55:33 UTC (rev 155716)
@@ -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 2016-01-08 09:40:24 UTC (rev 155715)
+++ community-x86_64/PKGBUILD 2016-01-08 09:55:33 UTC (rev 155716)
@@ -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.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-x86_64/PKGBUILD (from rev 155715, xmind/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-01-08 09:55:33 UTC (rev 155716)
@@ -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.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"
+}
Deleted: community-x86_64/xmind.install
===================================================================
--- community-x86_64/xmind.install 2016-01-08 09:40:24 UTC (rev 155715)
+++ community-x86_64/xmind.install 2016-01-08 09:55:33 UTC (rev 155716)
@@ -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 155715, xmind/trunk/xmind.install)
===================================================================
--- community-x86_64/xmind.install (rev 0)
+++ community-x86_64/xmind.install 2016-01-08 09:55:33 UTC (rev 155716)
@@ -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