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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 6 23:33:04 UTC 2015


    Date: Monday, December 7, 2015 @ 00:33:04
  Author: bpiotrowski
Revision: 149360

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

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

----------------------------------------+
 community-staging-i686/PKGBUILD        |   49 +++++++++++++++++++++++++++++++
 community-staging-i686/vym.changelog   |   29 ++++++++++++++++++
 community-staging-i686/vym.desktop     |   38 ++++++++++++++++++++++++
 community-staging-i686/vym.install     |   11 ++++++
 community-staging-x86_64/PKGBUILD      |   49 +++++++++++++++++++++++++++++++
 community-staging-x86_64/vym.changelog |   29 ++++++++++++++++++
 community-staging-x86_64/vym.desktop   |   38 ++++++++++++++++++++++++
 community-staging-x86_64/vym.install   |   11 ++++++
 8 files changed, 254 insertions(+)

Copied: vym/repos/community-staging-i686/PKGBUILD (from rev 149359, vym/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 23:33:04 UTC (rev 149360)
@@ -0,0 +1,49 @@
+# $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=3
+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 documentation
+  install -Dm644 "${srcdir}"/$pkgname-$pkgver/doc/$pkgname.1.gz \
+    "${pkgdir}"/usr/share/man/man1/$pkgname.1.gz
+  install -Dm644 "${srcdir}"/$pkgname-$pkgver/doc/$pkgname.pdf \
+    "${pkgdir}"/usr/share/doc/$pkgname/$pkgname.pdf  
+  rm -rf "${pkgdir}"/usr/share/doc/packages
+
+# .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
+}

Copied: vym/repos/community-staging-i686/vym.changelog (from rev 149359, vym/trunk/vym.changelog)
===================================================================
--- community-staging-i686/vym.changelog	                        (rev 0)
+++ community-staging-i686/vym.changelog	2015-12-06 23:33:04 UTC (rev 149360)
@@ -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

Copied: vym/repos/community-staging-i686/vym.desktop (from rev 149359, vym/trunk/vym.desktop)
===================================================================
--- community-staging-i686/vym.desktop	                        (rev 0)
+++ community-staging-i686/vym.desktop	2015-12-06 23:33:04 UTC (rev 149360)
@@ -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]=规划和头脑风暴工具

Copied: vym/repos/community-staging-i686/vym.install (from rev 149359, vym/trunk/vym.install)
===================================================================
--- community-staging-i686/vym.install	                        (rev 0)
+++ community-staging-i686/vym.install	2015-12-06 23:33:04 UTC (rev 149360)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: vym/repos/community-staging-x86_64/PKGBUILD (from rev 149359, vym/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 23:33:04 UTC (rev 149360)
@@ -0,0 +1,49 @@
+# $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=3
+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 documentation
+  install -Dm644 "${srcdir}"/$pkgname-$pkgver/doc/$pkgname.1.gz \
+    "${pkgdir}"/usr/share/man/man1/$pkgname.1.gz
+  install -Dm644 "${srcdir}"/$pkgname-$pkgver/doc/$pkgname.pdf \
+    "${pkgdir}"/usr/share/doc/$pkgname/$pkgname.pdf  
+  rm -rf "${pkgdir}"/usr/share/doc/packages
+
+# .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
+}

Copied: vym/repos/community-staging-x86_64/vym.changelog (from rev 149359, vym/trunk/vym.changelog)
===================================================================
--- community-staging-x86_64/vym.changelog	                        (rev 0)
+++ community-staging-x86_64/vym.changelog	2015-12-06 23:33:04 UTC (rev 149360)
@@ -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

Copied: vym/repos/community-staging-x86_64/vym.desktop (from rev 149359, vym/trunk/vym.desktop)
===================================================================
--- community-staging-x86_64/vym.desktop	                        (rev 0)
+++ community-staging-x86_64/vym.desktop	2015-12-06 23:33:04 UTC (rev 149360)
@@ -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]=规划和头脑风暴工具

Copied: vym/repos/community-staging-x86_64/vym.install (from rev 149359, vym/trunk/vym.install)
===================================================================
--- community-staging-x86_64/vym.install	                        (rev 0)
+++ community-staging-x86_64/vym.install	2015-12-06 23:33:04 UTC (rev 149360)
@@ -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