[arch-commits] Commit in vym/repos (16 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Nov 9 19:42:23 UTC 2015


    Date: Monday, November 9, 2015 @ 20:42:22
  Author: jlichtblau
Revision: 146453

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

Added:
  vym/repos/community-i686/PKGBUILD
    (from rev 146452, vym/trunk/PKGBUILD)
  vym/repos/community-i686/vym.changelog
    (from rev 146452, vym/trunk/vym.changelog)
  vym/repos/community-i686/vym.desktop
    (from rev 146452, vym/trunk/vym.desktop)
  vym/repos/community-i686/vym.install
    (from rev 146452, vym/trunk/vym.install)
  vym/repos/community-x86_64/PKGBUILD
    (from rev 146452, vym/trunk/PKGBUILD)
  vym/repos/community-x86_64/vym.changelog
    (from rev 146452, vym/trunk/vym.changelog)
  vym/repos/community-x86_64/vym.desktop
    (from rev 146452, vym/trunk/vym.desktop)
  vym/repos/community-x86_64/vym.install
    (from rev 146452, vym/trunk/vym.install)
Deleted:
  vym/repos/community-i686/PKGBUILD
  vym/repos/community-i686/vym.changelog
  vym/repos/community-i686/vym.desktop
  vym/repos/community-i686/vym.install
  vym/repos/community-x86_64/PKGBUILD
  vym/repos/community-x86_64/vym.changelog
  vym/repos/community-x86_64/vym.desktop
  vym/repos/community-x86_64/vym.install

--------------------------------+
 /PKGBUILD                      |   94 +++++++++++++++++++++++++++++++++++++++
 /vym.changelog                 |   58 ++++++++++++++++++++++++
 /vym.desktop                   |   76 +++++++++++++++++++++++++++++++
 /vym.install                   |   22 +++++++++
 community-i686/PKGBUILD        |   46 -------------------
 community-i686/vym.changelog   |   26 ----------
 community-i686/vym.desktop     |   38 ---------------
 community-i686/vym.install     |   11 ----
 community-x86_64/PKGBUILD      |   46 -------------------
 community-x86_64/vym.changelog |   26 ----------
 community-x86_64/vym.desktop   |   38 ---------------
 community-x86_64/vym.install   |   11 ----
 12 files changed, 250 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-09 19:41:59 UTC (rev 146452)
+++ community-i686/PKGBUILD	2015-11-09 19:42:22 UTC (rev 146453)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org> 
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Søren Holm <sgh at sgh.dk> 
-
-pkgname=vym
-pkgver=2.2.4
-pkgrel=3
-pkgdesc="A mindmapping tool"
-arch=('i686' 'x86_64')
-url="http://www.insilmaril.de/vym/"
-license=('GPL')
-depends=('qt4' 'unzip' 'zip')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
-        $pkgname.desktop)
-sha256sums=('fa6d088327feae80c4c6760454fba64fe253a7de6e7e46f45a4c7f7db9b998f4'
-            'e299c69c213e7aac3f5b5d0ab088132b4ec7cb63a391f272e75ed64f049d541b')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  qmake-qt4 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-# install files
-  make INSTALL_ROOT="${pkgdir}" install
-
-# correct doc location
-  install -d "${pkgdir}"/usr/share/{doc/$pkgname,man/man1}
-  install -m644 doc/* "${pkgdir}"/usr/share/doc/$pkgname
-  rm -rf "${pkgdir}"/usr/share/doc/packages
-  mv "${pkgdir}"/usr/share/doc/vym/vym.1.gz "${pkgdir}"/usr/share/man/man1/
-
-# .desktop and icon file
-  install -D -m644 "${srcdir}"/$pkgname.desktop \
-    "${pkgdir}"/usr/share/applications/$pkgname.desktop
-  install -D -m644 "${pkgdir}"/usr/share/vym/icons/$pkgname.png \
-    "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-}

Copied: vym/repos/community-i686/PKGBUILD (from rev 146452, vym/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-09 19:42:22 UTC (rev 146453)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org> 
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Søren Holm <sgh at sgh.dk> 
+
+pkgname=vym
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A mindmapping tool"
+arch=('i686' 'x86_64')
+url="http://www.insilmaril.de/vym/"
+license=('GPL')
+depends=('qt5-svg' 'desktop-file-utils')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+        $pkgname.desktop)
+sha256sums=('8412c3ce8de3330fb61e7c2c75dfcde0cc955c0804d5a5f384f726eb32cc23dd'
+            'e299c69c213e7aac3f5b5d0ab088132b4ec7cb63a391f272e75ed64f049d541b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  qmake PREFIX=/usr/share
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# install files
+  make INSTALL_ROOT="${pkgdir}" install
+
+# fix executable path
+  mv "${pkgdir}"/usr/share/bin "${pkgdir}"/usr/bin
+  
+# install man page, remove PDF manual
+  install -Dm644 "${srcdir}"/$pkgname-$pkgver/doc/$pkgname.1.gz \
+    "${pkgdir}"/usr/share/man/man1/$pkgname.1.gz
+  rm -rf "${pkgdir}"/usr/share/doc
+
+# .desktop and icon file
+   install -Dm644 "${srcdir}"/$pkgname.desktop \
+     "${pkgdir}"/usr/share/applications/$pkgname.desktop
+   install -Dm644 "${pkgdir}"/usr/share/vym/icons/$pkgname.png \
+     "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+}

Deleted: community-i686/vym.changelog
===================================================================
--- community-i686/vym.changelog	2015-11-09 19:41:59 UTC (rev 146452)
+++ community-i686/vym.changelog	2015-11-09 19:42:22 UTC (rev 146453)
@@ -1,26 +0,0 @@
-2014-02-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.2.4-3 FS#38753 fixed, qt4 rebuild finalized
-
-2012-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.2.4-1
-
-2012-06-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.2.0-1
-
-2012-05-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.0.12-1
-
-2012-01-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.0.3-1
-
-2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 1.99.0-1
-
-2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 1.12.8-1
-
-2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.12.7
-
-2009-12-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.12.6

Copied: vym/repos/community-i686/vym.changelog (from rev 146452, vym/trunk/vym.changelog)
===================================================================
--- community-i686/vym.changelog	                        (rev 0)
+++ community-i686/vym.changelog	2015-11-09 19:42:22 UTC (rev 146453)
@@ -0,0 +1,29 @@
+2015-11-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.5.0-1
+
+2014-02-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.2.4-3 FS#38753 fixed, qt4 rebuild finalized
+
+2012-08-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.2.4-1
+
+2012-06-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.2.0-1
+
+2012-05-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.0.12-1
+
+2012-01-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.0.3-1
+
+2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 1.99.0-1
+
+2011-02-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 1.12.8-1
+
+2010-03-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.12.7
+
+2009-12-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.12.6

Deleted: community-i686/vym.desktop
===================================================================
--- community-i686/vym.desktop	2015-11-09 19:41:59 UTC (rev 146452)
+++ community-i686/vym.desktop	2015-11-09 19:42:22 UTC (rev 146453)
@@ -1,38 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=vym
-Icon=vym
-MimeType=application/x-vym;
-Categories=Qt;KDE;Education;
-Name=VYM - View Your Mind
-Name[de]=VYM - View Your Mind
-Name[fi]=VYM - ohjelma miellekarttojen (MindMap) tekemiseksi
-Name[hu]=VYM - Gondolatmegjelenítő
-Name[nb]=VYM - Vis tankene dine
-Name[pa]=VYM - ਵਿਊ ਯੂਅਰ ਮਾਈਡ
-Name[ru]=VYM - загляни в себя
-Name[uk]=VYM - Перегляд вашого розуму
-Name[zh_CN]=VYM - 绘制你的思维
-Comment=Create mind maps
-Comment[ca]=Creeu mapes mentals
-Comment[de]=Mindmap erstellen
-Comment[es]=Crear mapas mentales
-Comment[fr]=Créez des cartes d'associations d'idées
-Comment[it]=Crea mappe mentali
-GenericName=Planning Tool
-GenericName[ca]=Eina de planificació
-GenericName[da]=Planlægnings- og brainstormværktøj
-GenericName[de]=Planungs- und Brainstorming-Tool
-GenericName[es]=Herramienta de planificación
-GenericName[fi]=Suunnittelu- ja aivoriihityökalu
-GenericName[fr]=Outil de plannification
-GenericName[hu]=Tervező- és ötletgyűjtési eszköz
-GenericName[it]=Strumento di pianificazione e brainstorming
-GenericName[km]=ឧបករណ៍​ធ្វើ​ផែនការ និង​បំផុស​គំនិត
-GenericName[nb]=Planleggings- og idéverktøy
-GenericName[nl]=Programma voor plannen en brainstormen
-GenericName[pl]=Planowanie i burze mózgów
-GenericName[pt]=Ferramenta de Planeamento e Tempestades de Ideias
-GenericName[ru]=Срелдство для планирования и проведения "мозгового штурма"
-GenericName[uk]=Засіб планування і занотовування ідей
-GenericName[zh_CN]=规划和头脑风暴工具

Copied: vym/repos/community-i686/vym.desktop (from rev 146452, vym/trunk/vym.desktop)
===================================================================
--- community-i686/vym.desktop	                        (rev 0)
+++ community-i686/vym.desktop	2015-11-09 19:42:22 UTC (rev 146453)
@@ -0,0 +1,38 @@
+[Desktop Entry]
+Type=Application
+Exec=vym
+Icon=vym
+MimeType=application/x-vym;
+Categories=Qt;KDE;Education;
+Name=VYM - View Your Mind
+Name[de]=VYM - View Your Mind
+Name[fi]=VYM - ohjelma miellekarttojen (MindMap) tekemiseksi
+Name[hu]=VYM - Gondolatmegjelenítő
+Name[nb]=VYM - Vis tankene dine
+Name[pa]=VYM - ਵਿਊ ਯੂਅਰ ਮਾਈਡ
+Name[ru]=VYM - загляни в себя
+Name[uk]=VYM - Перегляд вашого розуму
+Name[zh_CN]=VYM - 绘制你的思维
+Comment=Create mind maps
+Comment[ca]=Creeu mapes mentals
+Comment[de]=Mindmap erstellen
+Comment[es]=Crear mapas mentales
+Comment[fr]=Créez des cartes d'associations d'idées
+Comment[it]=Crea mappe mentali
+GenericName=Planning Tool
+GenericName[ca]=Eina de planificació
+GenericName[da]=Planlægnings- og brainstormværktøj
+GenericName[de]=Planungs- und Brainstorming-Tool
+GenericName[es]=Herramienta de planificación
+GenericName[fi]=Suunnittelu- ja aivoriihityökalu
+GenericName[fr]=Outil de plannification
+GenericName[hu]=Tervező- és ötletgyűjtési eszköz
+GenericName[it]=Strumento di pianificazione e brainstorming
+GenericName[km]=ឧបករណ៍​ធ្វើ​ផែនការ និង​បំផុស​គំនិត
+GenericName[nb]=Planleggings- og idéverktøy
+GenericName[nl]=Programma voor plannen en brainstormen
+GenericName[pl]=Planowanie i burze mózgów
+GenericName[pt]=Ferramenta de Planeamento e Tempestades de Ideias
+GenericName[ru]=Срелдство для планирования и проведения "мозгового штурма"
+GenericName[uk]=Засіб планування і занотовування ідей
+GenericName[zh_CN]=规划和头脑风暴工具

Deleted: community-i686/vym.install
===================================================================
--- community-i686/vym.install	2015-11-09 19:41:59 UTC (rev 146452)
+++ community-i686/vym.install	2015-11-09 19:42:22 UTC (rev 146453)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: vym/repos/community-i686/vym.install (from rev 146452, vym/trunk/vym.install)
===================================================================
--- community-i686/vym.install	                        (rev 0)
+++ community-i686/vym.install	2015-11-09 19:42:22 UTC (rev 146453)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-09 19:41:59 UTC (rev 146452)
+++ community-x86_64/PKGBUILD	2015-11-09 19:42:22 UTC (rev 146453)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org> 
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Søren Holm <sgh at sgh.dk> 
-
-pkgname=vym
-pkgver=2.2.4
-pkgrel=3
-pkgdesc="A mindmapping tool"
-arch=('i686' 'x86_64')
-url="http://www.insilmaril.de/vym/"
-license=('GPL')
-depends=('qt4' 'unzip' 'zip')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
-        $pkgname.desktop)
-sha256sums=('fa6d088327feae80c4c6760454fba64fe253a7de6e7e46f45a4c7f7db9b998f4'
-            'e299c69c213e7aac3f5b5d0ab088132b4ec7cb63a391f272e75ed64f049d541b')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  qmake-qt4 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-# install files
-  make INSTALL_ROOT="${pkgdir}" install
-
-# correct doc location
-  install -d "${pkgdir}"/usr/share/{doc/$pkgname,man/man1}
-  install -m644 doc/* "${pkgdir}"/usr/share/doc/$pkgname
-  rm -rf "${pkgdir}"/usr/share/doc/packages
-  mv "${pkgdir}"/usr/share/doc/vym/vym.1.gz "${pkgdir}"/usr/share/man/man1/
-
-# .desktop and icon file
-  install -D -m644 "${srcdir}"/$pkgname.desktop \
-    "${pkgdir}"/usr/share/applications/$pkgname.desktop
-  install -D -m644 "${pkgdir}"/usr/share/vym/icons/$pkgname.png \
-    "${pkgdir}"/usr/share/pixmaps/$pkgname.png
-}

Copied: vym/repos/community-x86_64/PKGBUILD (from rev 146452, vym/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-09 19:42:22 UTC (rev 146453)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org> 
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Søren Holm <sgh at sgh.dk> 
+
+pkgname=vym
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A mindmapping tool"
+arch=('i686' 'x86_64')
+url="http://www.insilmaril.de/vym/"
+license=('GPL')
+depends=('qt5-svg' 'desktop-file-utils')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+        $pkgname.desktop)
+sha256sums=('8412c3ce8de3330fb61e7c2c75dfcde0cc955c0804d5a5f384f726eb32cc23dd'
+            'e299c69c213e7aac3f5b5d0ab088132b4ec7cb63a391f272e75ed64f049d541b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  qmake PREFIX=/usr/share
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# install files
+  make INSTALL_ROOT="${pkgdir}" install
+
+# fix executable path
+  mv "${pkgdir}"/usr/share/bin "${pkgdir}"/usr/bin
+  
+# install man page, remove PDF manual
+  install -Dm644 "${srcdir}"/$pkgname-$pkgver/doc/$pkgname.1.gz \
+    "${pkgdir}"/usr/share/man/man1/$pkgname.1.gz
+  rm -rf "${pkgdir}"/usr/share/doc
+
+# .desktop and icon file
+   install -Dm644 "${srcdir}"/$pkgname.desktop \
+     "${pkgdir}"/usr/share/applications/$pkgname.desktop
+   install -Dm644 "${pkgdir}"/usr/share/vym/icons/$pkgname.png \
+     "${pkgdir}"/usr/share/pixmaps/$pkgname.png
+}

Deleted: community-x86_64/vym.changelog
===================================================================
--- community-x86_64/vym.changelog	2015-11-09 19:41:59 UTC (rev 146452)
+++ community-x86_64/vym.changelog	2015-11-09 19:42:22 UTC (rev 146453)
@@ -1,26 +0,0 @@
-2014-02-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.2.4-3 FS#38753 fixed, qt4 rebuild finalized
-
-2012-08-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.2.4-1
-
-2012-06-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.2.0-1
-
-2012-05-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.0.12-1
-
-2012-01-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 2.0.3-1
-
-2011-10-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 1.99.0-1
-
-2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* vym 1.12.8-1
-
-2010-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.12.7
-
-2009-12-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 1.12.6

Copied: vym/repos/community-x86_64/vym.changelog (from rev 146452, vym/trunk/vym.changelog)
===================================================================
--- community-x86_64/vym.changelog	                        (rev 0)
+++ community-x86_64/vym.changelog	2015-11-09 19:42:22 UTC (rev 146453)
@@ -0,0 +1,29 @@
+2015-11-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.5.0-1
+
+2014-02-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.2.4-3 FS#38753 fixed, qt4 rebuild finalized
+
+2012-08-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.2.4-1
+
+2012-06-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.2.0-1
+
+2012-05-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.0.12-1
+
+2012-01-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 2.0.3-1
+
+2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 1.99.0-1
+
+2011-02-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* vym 1.12.8-1
+
+2010-03-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.12.7
+
+2009-12-19 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.12.6

Deleted: community-x86_64/vym.desktop
===================================================================
--- community-x86_64/vym.desktop	2015-11-09 19:41:59 UTC (rev 146452)
+++ community-x86_64/vym.desktop	2015-11-09 19:42:22 UTC (rev 146453)
@@ -1,38 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=vym
-Icon=vym
-MimeType=application/x-vym;
-Categories=Qt;KDE;Education;
-Name=VYM - View Your Mind
-Name[de]=VYM - View Your Mind
-Name[fi]=VYM - ohjelma miellekarttojen (MindMap) tekemiseksi
-Name[hu]=VYM - Gondolatmegjelenítő
-Name[nb]=VYM - Vis tankene dine
-Name[pa]=VYM - ਵਿਊ ਯੂਅਰ ਮਾਈਡ
-Name[ru]=VYM - загляни в себя
-Name[uk]=VYM - Перегляд вашого розуму
-Name[zh_CN]=VYM - 绘制你的思维
-Comment=Create mind maps
-Comment[ca]=Creeu mapes mentals
-Comment[de]=Mindmap erstellen
-Comment[es]=Crear mapas mentales
-Comment[fr]=Créez des cartes d'associations d'idées
-Comment[it]=Crea mappe mentali
-GenericName=Planning Tool
-GenericName[ca]=Eina de planificació
-GenericName[da]=Planlægnings- og brainstormværktøj
-GenericName[de]=Planungs- und Brainstorming-Tool
-GenericName[es]=Herramienta de planificación
-GenericName[fi]=Suunnittelu- ja aivoriihityökalu
-GenericName[fr]=Outil de plannification
-GenericName[hu]=Tervező- és ötletgyűjtési eszköz
-GenericName[it]=Strumento di pianificazione e brainstorming
-GenericName[km]=ឧបករណ៍​ធ្វើ​ផែនការ និង​បំផុស​គំនិត
-GenericName[nb]=Planleggings- og idéverktøy
-GenericName[nl]=Programma voor plannen en brainstormen
-GenericName[pl]=Planowanie i burze mózgów
-GenericName[pt]=Ferramenta de Planeamento e Tempestades de Ideias
-GenericName[ru]=Срелдство для планирования и проведения "мозгового штурма"
-GenericName[uk]=Засіб планування і занотовування ідей
-GenericName[zh_CN]=规划和头脑风暴工具

Copied: vym/repos/community-x86_64/vym.desktop (from rev 146452, vym/trunk/vym.desktop)
===================================================================
--- community-x86_64/vym.desktop	                        (rev 0)
+++ community-x86_64/vym.desktop	2015-11-09 19:42:22 UTC (rev 146453)
@@ -0,0 +1,38 @@
+[Desktop Entry]
+Type=Application
+Exec=vym
+Icon=vym
+MimeType=application/x-vym;
+Categories=Qt;KDE;Education;
+Name=VYM - View Your Mind
+Name[de]=VYM - View Your Mind
+Name[fi]=VYM - ohjelma miellekarttojen (MindMap) tekemiseksi
+Name[hu]=VYM - Gondolatmegjelenítő
+Name[nb]=VYM - Vis tankene dine
+Name[pa]=VYM - ਵਿਊ ਯੂਅਰ ਮਾਈਡ
+Name[ru]=VYM - загляни в себя
+Name[uk]=VYM - Перегляд вашого розуму
+Name[zh_CN]=VYM - 绘制你的思维
+Comment=Create mind maps
+Comment[ca]=Creeu mapes mentals
+Comment[de]=Mindmap erstellen
+Comment[es]=Crear mapas mentales
+Comment[fr]=Créez des cartes d'associations d'idées
+Comment[it]=Crea mappe mentali
+GenericName=Planning Tool
+GenericName[ca]=Eina de planificació
+GenericName[da]=Planlægnings- og brainstormværktøj
+GenericName[de]=Planungs- und Brainstorming-Tool
+GenericName[es]=Herramienta de planificación
+GenericName[fi]=Suunnittelu- ja aivoriihityökalu
+GenericName[fr]=Outil de plannification
+GenericName[hu]=Tervező- és ötletgyűjtési eszköz
+GenericName[it]=Strumento di pianificazione e brainstorming
+GenericName[km]=ឧបករណ៍​ធ្វើ​ផែនការ និង​បំផុស​គំនិត
+GenericName[nb]=Planleggings- og idéverktøy
+GenericName[nl]=Programma voor plannen en brainstormen
+GenericName[pl]=Planowanie i burze mózgów
+GenericName[pt]=Ferramenta de Planeamento e Tempestades de Ideias
+GenericName[ru]=Срелдство для планирования и проведения "мозгового штурма"
+GenericName[uk]=Засіб планування і занотовування ідей
+GenericName[zh_CN]=规划和头脑风暴工具

Deleted: community-x86_64/vym.install
===================================================================
--- community-x86_64/vym.install	2015-11-09 19:41:59 UTC (rev 146452)
+++ community-x86_64/vym.install	2015-11-09 19:42:22 UTC (rev 146453)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: vym/repos/community-x86_64/vym.install (from rev 146452, vym/trunk/vym.install)
===================================================================
--- community-x86_64/vym.install	                        (rev 0)
+++ community-x86_64/vym.install	2015-11-09 19:42:22 UTC (rev 146453)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list