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

Felix Yan fyan at nymeria.archlinux.org
Tue Mar 11 07:19:47 UTC 2014


    Date: Tuesday, March 11, 2014 @ 08:19:47
  Author: fyan
Revision: 106967

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-11 07:18:38 UTC (rev 106966)
+++ community-i686/PKGBUILD	2014-03-11 07:19:47 UTC (rev 106967)
@@ -1,56 +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.4.1
-_pkgdate=201401221918
-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')
-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=('780fb661d51d68326d4478810d806eab4312b6f21538d4f2dde786f63bd2b9527ec73c25414b83e5aecf496ef78da932697cab2ef099005966a9b13d0f0c5413')
-[ "${CARCH}" = "x86_64" ] && sha512sums=('bfa6f4f3b07091c667fb05fcb4a9f22594f474c6dc34d1439f60bb3769c3c62d583366c2ebd61779c152461553537a2422627f8ad7006be5400f59d4553583f6')
-
-build() {
-  ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb"
-  bsdtar -xf data.tar.gz
-}
-
-package() {
-  install -d "${pkgdir}"/usr/share/xmind/
-  cp -a "${srcdir}"/usr/local/xmind/* "${pkgdir}"/usr/share/xmind/
-  cp -a "${srcdir}"/usr/share/* "${pkgdir}"/usr/share/
-  install -d "${pkgdir}"/usr/bin/
-  cd "${pkgdir}"/usr/bin/
-  ln -s ../../usr/share/xmind/XMind .
-
-  # getting the config files to the right place...
-  install -d "${pkgdir}"/etc/xmind/
-  mv "${pkgdir}"/usr/share/xmind/configuration/* \
-    "${pkgdir}"/etc/xmind/
-  cd "${pkgdir}"/usr/share/xmind/configuration/
-  ln -s ../../../../etc/xmind/* .
-  mv "${pkgdir}"/usr/share/xmind/XMind.ini \
-    "${pkgdir}"/etc/xmind/
-  cd ../
-  ln -s ../../../etc/xmind/XMind.ini .
-
-  # putting the png file where it belongs to
-  install -d "${pkgdir}"/usr/share/pixmaps/
-  mv "${pkgdir}"/usr/share/xmind/xmind-logo-36.png \
-    "${pkgdir}"/usr/share/pixmaps/xmind.png
-  sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \
-    "${pkgdir}"/usr/share/applications/xmind.desktop
-  sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
-    "${pkgdir}"/usr/share/applications/xmind.desktop
-}
-

Copied: xmind/repos/community-i686/PKGBUILD (from rev 106966, xmind/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-11 07:19:47 UTC (rev 106967)
@@ -0,0 +1,56 @@
+# $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.4.1
+_pkgdate=201401221918
+pkgrel=2
+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=('4c020c2eca0646fc18c0066a198e1fb0af1ac18c2e2534968d69d36e78fc1fe6a0b831107d27cd7db642a459d379d4b051f6db1ddaa254de935db4f81e1fa9b8')
+[ "${CARCH}" = "x86_64" ] && sha512sums=('a42c1ce8d4d786940c82d438ceeeca40cc4d742a6bb0943a65d7097ac254cb80a40c0c1cc016931d7479720a8b1543a534154c4ed513cb23acdf32b8cacdeefa')
+
+build() {
+  ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb"
+  bsdtar -xf data.tar.gz
+}
+
+package() {
+  install -d "${pkgdir}"/usr/share/xmind/
+  cp -a "${srcdir}"/usr/local/xmind/* "${pkgdir}"/usr/share/xmind/
+  cp -a "${srcdir}"/usr/share/* "${pkgdir}"/usr/share/
+  install -d "${pkgdir}"/usr/bin/
+  cd "${pkgdir}"/usr/bin/
+  ln -s ../../usr/share/xmind/XMind .
+
+  # getting the config files to the right place...
+  install -d "${pkgdir}"/etc/xmind/
+  mv "${pkgdir}"/usr/share/xmind/configuration/* \
+    "${pkgdir}"/etc/xmind/
+  cd "${pkgdir}"/usr/share/xmind/configuration/
+  ln -s ../../../../etc/xmind/* .
+  mv "${pkgdir}"/usr/share/xmind/XMind.ini \
+    "${pkgdir}"/etc/xmind/
+  cd ../
+  ln -s ../../../etc/xmind/XMind.ini .
+
+  # putting the png file where it belongs to
+  install -d "${pkgdir}"/usr/share/pixmaps/
+  mv "${pkgdir}"/usr/share/xmind/xmind-logo-36.png \
+    "${pkgdir}"/usr/share/pixmaps/xmind.png
+  sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \
+    "${pkgdir}"/usr/share/applications/xmind.desktop
+  sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
+    "${pkgdir}"/usr/share/applications/xmind.desktop
+}
+

Deleted: community-i686/xmind.install
===================================================================
--- community-i686/xmind.install	2014-03-11 07:18:38 UTC (rev 106966)
+++ community-i686/xmind.install	2014-03-11 07:19:47 UTC (rev 106967)
@@ -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 106966, xmind/trunk/xmind.install)
===================================================================
--- community-i686/xmind.install	                        (rev 0)
+++ community-i686/xmind.install	2014-03-11 07:19:47 UTC (rev 106967)
@@ -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	2014-03-11 07:18:38 UTC (rev 106966)
+++ community-x86_64/PKGBUILD	2014-03-11 07:19:47 UTC (rev 106967)
@@ -1,56 +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.4.1
-_pkgdate=201401221918
-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')
-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=('780fb661d51d68326d4478810d806eab4312b6f21538d4f2dde786f63bd2b9527ec73c25414b83e5aecf496ef78da932697cab2ef099005966a9b13d0f0c5413')
-[ "${CARCH}" = "x86_64" ] && sha512sums=('bfa6f4f3b07091c667fb05fcb4a9f22594f474c6dc34d1439f60bb3769c3c62d583366c2ebd61779c152461553537a2422627f8ad7006be5400f59d4553583f6')
-
-build() {
-  ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb"
-  bsdtar -xf data.tar.gz
-}
-
-package() {
-  install -d "${pkgdir}"/usr/share/xmind/
-  cp -a "${srcdir}"/usr/local/xmind/* "${pkgdir}"/usr/share/xmind/
-  cp -a "${srcdir}"/usr/share/* "${pkgdir}"/usr/share/
-  install -d "${pkgdir}"/usr/bin/
-  cd "${pkgdir}"/usr/bin/
-  ln -s ../../usr/share/xmind/XMind .
-
-  # getting the config files to the right place...
-  install -d "${pkgdir}"/etc/xmind/
-  mv "${pkgdir}"/usr/share/xmind/configuration/* \
-    "${pkgdir}"/etc/xmind/
-  cd "${pkgdir}"/usr/share/xmind/configuration/
-  ln -s ../../../../etc/xmind/* .
-  mv "${pkgdir}"/usr/share/xmind/XMind.ini \
-    "${pkgdir}"/etc/xmind/
-  cd ../
-  ln -s ../../../etc/xmind/XMind.ini .
-
-  # putting the png file where it belongs to
-  install -d "${pkgdir}"/usr/share/pixmaps/
-  mv "${pkgdir}"/usr/share/xmind/xmind-logo-36.png \
-    "${pkgdir}"/usr/share/pixmaps/xmind.png
-  sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \
-    "${pkgdir}"/usr/share/applications/xmind.desktop
-  sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
-    "${pkgdir}"/usr/share/applications/xmind.desktop
-}
-

Copied: xmind/repos/community-x86_64/PKGBUILD (from rev 106966, xmind/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-11 07:19:47 UTC (rev 106967)
@@ -0,0 +1,56 @@
+# $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.4.1
+_pkgdate=201401221918
+pkgrel=2
+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=('4c020c2eca0646fc18c0066a198e1fb0af1ac18c2e2534968d69d36e78fc1fe6a0b831107d27cd7db642a459d379d4b051f6db1ddaa254de935db4f81e1fa9b8')
+[ "${CARCH}" = "x86_64" ] && sha512sums=('a42c1ce8d4d786940c82d438ceeeca40cc4d742a6bb0943a65d7097ac254cb80a40c0c1cc016931d7479720a8b1543a534154c4ed513cb23acdf32b8cacdeefa')
+
+build() {
+  ar x "${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb"
+  bsdtar -xf data.tar.gz
+}
+
+package() {
+  install -d "${pkgdir}"/usr/share/xmind/
+  cp -a "${srcdir}"/usr/local/xmind/* "${pkgdir}"/usr/share/xmind/
+  cp -a "${srcdir}"/usr/share/* "${pkgdir}"/usr/share/
+  install -d "${pkgdir}"/usr/bin/
+  cd "${pkgdir}"/usr/bin/
+  ln -s ../../usr/share/xmind/XMind .
+
+  # getting the config files to the right place...
+  install -d "${pkgdir}"/etc/xmind/
+  mv "${pkgdir}"/usr/share/xmind/configuration/* \
+    "${pkgdir}"/etc/xmind/
+  cd "${pkgdir}"/usr/share/xmind/configuration/
+  ln -s ../../../../etc/xmind/* .
+  mv "${pkgdir}"/usr/share/xmind/XMind.ini \
+    "${pkgdir}"/etc/xmind/
+  cd ../
+  ln -s ../../../etc/xmind/XMind.ini .
+
+  # putting the png file where it belongs to
+  install -d "${pkgdir}"/usr/share/pixmaps/
+  mv "${pkgdir}"/usr/share/xmind/xmind-logo-36.png \
+    "${pkgdir}"/usr/share/pixmaps/xmind.png
+  sed -i s!Exec=.*!Exec=/usr/share/xmind/XMind! \
+    "${pkgdir}"/usr/share/applications/xmind.desktop
+  sed -i s!/usr/local/xmind/xmind-logo-36.png!xmind.png! \
+    "${pkgdir}"/usr/share/applications/xmind.desktop
+}
+

Deleted: community-x86_64/xmind.install
===================================================================
--- community-x86_64/xmind.install	2014-03-11 07:18:38 UTC (rev 106966)
+++ community-x86_64/xmind.install	2014-03-11 07:19:47 UTC (rev 106967)
@@ -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 106966, xmind/trunk/xmind.install)
===================================================================
--- community-x86_64/xmind.install	                        (rev 0)
+++ community-x86_64/xmind.install	2014-03-11 07:19:47 UTC (rev 106967)
@@ -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