[arch-commits] Commit in freemind/repos/community-any (9 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Jun 25 21:47:47 UTC 2016
Date: Saturday, June 25, 2016 @ 21:47:46
Author: jlichtblau
Revision: 181186
archrelease: copy trunk to community-any
Added:
freemind/repos/community-any/PKGBUILD
(from rev 181185, freemind/trunk/PKGBUILD)
freemind/repos/community-any/freemind.changelog
(from rev 181185, freemind/trunk/freemind.changelog)
freemind/repos/community-any/freemind.desktop
(from rev 181185, freemind/trunk/freemind.desktop)
freemind/repos/community-any/freemind.png
(from rev 181185, freemind/trunk/freemind.png)
Deleted:
freemind/repos/community-any/PKGBUILD
freemind/repos/community-any/freemind.changelog
freemind/repos/community-any/freemind.desktop
freemind/repos/community-any/freemind.png
freemind/repos/community-any/freemind.run
--------------------+
PKGBUILD | 85 +++++++++++++++++++++++++--------------------------
freemind.changelog | 52 +++++++++++++++----------------
freemind.desktop | 22 ++++++-------
freemind.run | 4 --
4 files changed, 80 insertions(+), 83 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-25 21:47:33 UTC (rev 181185)
+++ PKGBUILD 2016-06-25 21:47:46 UTC (rev 181186)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-
-pkgname=freemind
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="A Java mindmapping tool"
-arch=('any')
-url="http://sourceforge.net/projects/freemind"
-license=('GPL')
-depends=('java-runtime' 'desktop-file-utils' 'libxtst')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip
- $pkgname.png
- $pkgname.desktop
- $pkgname.run)
-sha256sums=('005e815bf5d1867eadcaa89194df9952d986ace9eed0a3058c7ee6255799a60a'
- '39ec1dc88a1081058faef38b5ea48ca8c0b6ee6a6b397a216ce2f7b508b1ad61'
- 'eac8db98257fcb8ed9c76ec340af5f3233a4783b8fe1c57ef274b9e7d2b56ed5'
- '7b02f0af26c6c9377011c0a6f0299dc6bbdbb69d17a1506cf88e7063e1ad2f6c')
-
-package() {
- cd "${srcdir}"
-
- for file in $(find lib plugins -type f); do
- install -Dm644 $file "${pkgdir}"/usr/share/freemind/$file
- done
-
- install -Dm755 "${srcdir}"/freemind.run "${pkgdir}"/usr/bin/freemind
- install -Dm755 "${srcdir}"/freemind.sh "${pkgdir}"/usr/share/freemind/freemind.sh
- install -Dm644 "${srcdir}"/patterns.xml "${pkgdir}"/etc/freemind/patterns.xml
-
- install -d "${pkgdir}"/usr/share/freemind/accessories
- install -Dm644 "${srcdir}"/accessories/* "${pkgdir}"/usr/share/freemind/accessories/
- install -Dm644 "${srcdir}"/doc/freemind.mm "${pkgdir}"/usr/share/freemind/doc/freemind.mm
-
-# icon and .desktop file
- install -Dm644 "${srcdir}"/freemind.desktop "${pkgdir}"/usr/share/applications/freemind.desktop
- install -Dm644 "${srcdir}"/freemind.png "${pkgdir}"/usr/share/pixmaps/freemind.png
-}
Copied: freemind/repos/community-any/PKGBUILD (from rev 181185, freemind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-06-25 21:47:46 UTC (rev 181186)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=freemind
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="A Java mindmapping tool"
+arch=('any')
+url="http://sourceforge.net/projects/freemind"
+license=('GPL')
+depends=('java-runtime' 'desktop-file-utils' 'libxtst')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip
+ $pkgname.png
+ $pkgname.desktop)
+sha256sums=('005e815bf5d1867eadcaa89194df9952d986ace9eed0a3058c7ee6255799a60a'
+ '39ec1dc88a1081058faef38b5ea48ca8c0b6ee6a6b397a216ce2f7b508b1ad61'
+ 'eac8db98257fcb8ed9c76ec340af5f3233a4783b8fe1c57ef274b9e7d2b56ed5')
+
+package() {
+ cd "${srcdir}"
+
+ for file in $(find lib plugins -type f); do
+ install -Dm644 $file "${pkgdir}"/usr/share/freemind/$file
+ done
+
+ install -Dm755 "${srcdir}"/freemind.sh "${pkgdir}"/usr/share/freemind/freemind.sh
+ install -Dm644 "${srcdir}"/patterns.xml "${pkgdir}"/etc/freemind/patterns.xml
+
+ install -d "${pkgdir}"/usr/share/freemind/accessories
+ install -Dm644 "${srcdir}"/accessories/* "${pkgdir}"/usr/share/freemind/accessories/
+ install -Dm644 "${srcdir}"/doc/freemind.mm "${pkgdir}"/usr/share/freemind/doc/freemind.mm
+
+# icon and .desktop file
+ install -Dm644 "${srcdir}"/freemind.desktop "${pkgdir}"/usr/share/applications/freemind.desktop
+ install -Dm644 "${srcdir}"/freemind.png "${pkgdir}"/usr/share/pixmaps/freemind.png
+
+# FS#49620 fix
+ install -d "${pkgdir}"/usr/bin/
+ ln -s /usr/share/freemind/freemind.sh "${pkgdir}"/usr/bin/$pkgname
+}
Deleted: freemind.changelog
===================================================================
--- freemind.changelog 2016-06-25 21:47:33 UTC (rev 181185)
+++ freemind.changelog 2016-06-25 21:47:46 UTC (rev 181186)
@@ -1,26 +0,0 @@
-2014-04-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * freemind 1.0.1-1
-
-2014-01-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * freemind 1.0.0-1
-
-2013-09-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * freemind 0.9.0-4 - FS#36098 fix
-
-2012-02-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * freemind 0.9.0-2 - package signed
-
-2011-02-17 Ray Rashif <schiv at archlinux.org>
- * Upstream release 0.9.0
- * PKGBUILD: cosmetic ammendments
- change url; main sf site not up-to-date
-
-2010-05-30 Ray Rashif <schiv at archlinux.org>
- * Rebuild to update package filename with architecture
- * PKGBUILD: changed arch to "any"
- no pkgrel update as no content changed
-
-2009-02-15 Corrado Primier <bardo at aur.archlinux.org>
- * Release bump: 2
- * PKGBUILD: substituted jre dependency with java-runtime, lots of
- cleanup
Copied: freemind/repos/community-any/freemind.changelog (from rev 181185, freemind/trunk/freemind.changelog)
===================================================================
--- freemind.changelog (rev 0)
+++ freemind.changelog 2016-06-25 21:47:46 UTC (rev 181186)
@@ -0,0 +1,26 @@
+2014-04-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * freemind 1.0.1-1
+
+2014-01-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * freemind 1.0.0-1
+
+2013-09-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * freemind 0.9.0-4 - FS#36098 fix
+
+2012-02-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * freemind 0.9.0-2 - package signed
+
+2011-02-17 Ray Rashif <schiv at archlinux.org>
+ * Upstream release 0.9.0
+ * PKGBUILD: cosmetic ammendments
+ change url; main sf site not up-to-date
+
+2010-05-30 Ray Rashif <schiv at archlinux.org>
+ * Rebuild to update package filename with architecture
+ * PKGBUILD: changed arch to "any"
+ no pkgrel update as no content changed
+
+2009-02-15 Corrado Primier <bardo at aur.archlinux.org>
+ * Release bump: 2
+ * PKGBUILD: substituted jre dependency with java-runtime, lots of
+ cleanup
Deleted: freemind.desktop
===================================================================
--- freemind.desktop 2016-06-25 21:47:33 UTC (rev 181185)
+++ freemind.desktop 2016-06-25 21:47:46 UTC (rev 181186)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=FreeMind
-GenericName=FreeMind
-Exec=freemind %U
-Terminal=false
-Icon=freemind
-Type=Application
-MimeType=application/x-freemind;
-Categories=Office;
-Comment=A free mind mapping tool
Copied: freemind/repos/community-any/freemind.desktop (from rev 181185, freemind/trunk/freemind.desktop)
===================================================================
--- freemind.desktop (rev 0)
+++ freemind.desktop 2016-06-25 21:47:46 UTC (rev 181186)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=FreeMind
+GenericName=FreeMind
+Exec=freemind %U
+Terminal=false
+Icon=freemind
+Type=Application
+MimeType=application/x-freemind;
+Categories=Office;
+Comment=A free mind mapping tool
Deleted: freemind.png
===================================================================
(Binary files differ)
Copied: freemind/repos/community-any/freemind.png (from rev 181185, freemind/trunk/freemind.png)
===================================================================
(Binary files differ)
Deleted: freemind.run
===================================================================
--- freemind.run 2016-06-25 21:47:33 UTC (rev 181185)
+++ freemind.run 2016-06-25 21:47:46 UTC (rev 181186)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/freemind
-exec ./freemind.sh $@
More information about the arch-commits
mailing list