[arch-commits] Commit in freemind/repos/community-any (12 files)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Sun Sep 29 17:24:24 UTC 2013
Date: Sunday, September 29, 2013 @ 19:24:23
Author: jlichtblau
Revision: 97784
archrelease: copy trunk to community-any
Added:
freemind/repos/community-any/PKGBUILD
(from rev 97783, freemind/trunk/PKGBUILD)
freemind/repos/community-any/freemind.changelog
(from rev 97783, freemind/trunk/freemind.changelog)
freemind/repos/community-any/freemind.desktop
(from rev 97783, freemind/trunk/freemind.desktop)
freemind/repos/community-any/freemind.install
(from rev 97783, freemind/trunk/freemind.install)
freemind/repos/community-any/freemind.png
(from rev 97783, freemind/trunk/freemind.png)
freemind/repos/community-any/freemind.run
(from rev 97783, freemind/trunk/freemind.run)
Deleted:
freemind/repos/community-any/PKGBUILD
freemind/repos/community-any/freemind.changelog
freemind/repos/community-any/freemind.desktop
freemind/repos/community-any/freemind.install
freemind/repos/community-any/freemind.png
freemind/repos/community-any/freemind.run
--------------------+
PKGBUILD | 90 +++++++++++++++++++++++++--------------------------
freemind.changelog | 37 +++++++++++---------
freemind.desktop | 23 ++++++-------
freemind.install | 22 ++++++------
freemind.run | 8 ++--
5 files changed, 91 insertions(+), 89 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-29 17:24:08 UTC (rev 97783)
+++ PKGBUILD 2013-09-29 17:24:23 UTC (rev 97784)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.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=0.9.0
-pkgrel=3
-pkgdesc="A Java mindmapping tool"
-arch=('any')
-url="http://sourceforge.net/projects/freemind"
-license=('GPL')
-depends=('java-runtime' 'desktop-file-utils' 'libxtst')
-makedepends=('unzip')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip
- $pkgname.png
- $pkgname.desktop
- $pkgname.run)
-sha256sums=('5d6a6871149ed6ec5a99581ecc258a71ef9e2d44c5cb13125ab278b7d3e7d63c'
- '39ec1dc88a1081058faef38b5ea48ca8c0b6ee6a6b397a216ce2f7b508b1ad61'
- 'f2b93d860eb462f78225473fdeffc36df527d8b700fcca1b58eeafd291d46f82'
- '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 -Dm644 ${srcdir}/user.properties ${pkgdir}/usr/share/freemind/user.properties
-
- 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 97783, freemind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-09-29 17:24:23 UTC (rev 97784)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.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=0.9.0
+pkgrel=4
+pkgdesc="A Java mindmapping tool"
+arch=('any')
+url="http://sourceforge.net/projects/freemind"
+license=('GPL')
+depends=('java-runtime' 'desktop-file-utils' 'libxtst')
+makedepends=('unzip')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip
+ $pkgname.png
+ $pkgname.desktop
+ $pkgname.run)
+sha256sums=('5d6a6871149ed6ec5a99581ecc258a71ef9e2d44c5cb13125ab278b7d3e7d63c'
+ '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 -Dm644 ${srcdir}/user.properties ${pkgdir}/usr/share/freemind/user.properties
+
+ 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
+}
Deleted: freemind.changelog
===================================================================
--- freemind.changelog 2013-09-29 17:24:08 UTC (rev 97783)
+++ freemind.changelog 2013-09-29 17:24:23 UTC (rev 97784)
@@ -1,17 +0,0 @@
-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 97783, freemind/trunk/freemind.changelog)
===================================================================
--- freemind.changelog (rev 0)
+++ freemind.changelog 2013-09-29 17:24:23 UTC (rev 97784)
@@ -0,0 +1,20 @@
+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 2013-09-29 17:24:08 UTC (rev 97783)
+++ freemind.desktop 2013-09-29 17:24:23 UTC (rev 97784)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=FreeMind
-GenericName=FreeMind
-Exec=freemind
-Terminal=false
-Icon=freemind
-Type=Application
-MimeType=application/x-freemind
-Categories=Application;Office;
-Comment=A free mind mapping tool
Copied: freemind/repos/community-any/freemind.desktop (from rev 97783, freemind/trunk/freemind.desktop)
===================================================================
--- freemind.desktop (rev 0)
+++ freemind.desktop 2013-09-29 17:24:23 UTC (rev 97784)
@@ -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.install
===================================================================
--- freemind.install 2013-09-29 17:24:08 UTC (rev 97783)
+++ freemind.install 2013-09-29 17:24:23 UTC (rev 97784)
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: freemind/repos/community-any/freemind.install (from rev 97783, freemind/trunk/freemind.install)
===================================================================
--- freemind.install (rev 0)
+++ freemind.install 2013-09-29 17:24:23 UTC (rev 97784)
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Deleted: freemind.png
===================================================================
(Binary files differ)
Copied: freemind/repos/community-any/freemind.png (from rev 97783, freemind/trunk/freemind.png)
===================================================================
(Binary files differ)
Deleted: freemind.run
===================================================================
--- freemind.run 2013-09-29 17:24:08 UTC (rev 97783)
+++ freemind.run 2013-09-29 17:24:23 UTC (rev 97784)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/freemind
-exec ./freemind.sh $@
Copied: freemind/repos/community-any/freemind.run (from rev 97783, freemind/trunk/freemind.run)
===================================================================
--- freemind.run (rev 0)
+++ freemind.run 2013-09-29 17:24:23 UTC (rev 97784)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/freemind
+exec ./freemind.sh $@
More information about the arch-commits
mailing list