[arch-commits] Commit in freemind/repos/community-any (12 files)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Tue Jan 14 22:10:02 UTC 2014
Date: Tuesday, January 14, 2014 @ 23:10:02
Author: jlichtblau
Revision: 104051
archrelease: copy trunk to community-any
Added:
freemind/repos/community-any/PKGBUILD
(from rev 104050, freemind/trunk/PKGBUILD)
freemind/repos/community-any/freemind.changelog
(from rev 104050, freemind/trunk/freemind.changelog)
freemind/repos/community-any/freemind.desktop
(from rev 104050, freemind/trunk/freemind.desktop)
freemind/repos/community-any/freemind.install
(from rev 104050, freemind/trunk/freemind.install)
freemind/repos/community-any/freemind.png
(from rev 104050, freemind/trunk/freemind.png)
freemind/repos/community-any/freemind.run
(from rev 104050, 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 | 88 ++++++++++++++++++++++++---------------------------
freemind.changelog | 43 +++++++++++++-----------
freemind.desktop | 22 ++++++------
freemind.install | 22 ++++++------
freemind.run | 8 ++--
5 files changed, 92 insertions(+), 91 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-14 22:09:46 UTC (rev 104050)
+++ PKGBUILD 2014-01-14 22:10:02 UTC (rev 104051)
@@ -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=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
-}
Copied: freemind/repos/community-any/PKGBUILD (from rev 104050, freemind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-01-14 22:10:02 UTC (rev 104051)
@@ -0,0 +1,43 @@
+# $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=1.0.0
+pkgrel=1
+pkgdesc="A Java mindmapping tool"
+arch=('any')
+url="http://sourceforge.net/projects/freemind"
+license=('GPL')
+depends=('java-runtime' 'desktop-file-utils' 'libxtst')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip
+ $pkgname.png
+ $pkgname.desktop
+ $pkgname.run)
+sha256sums=('ace34757d30a7b44548447fa387912cbe49618d6cd2a924649b1eb9122b38210'
+ '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
+}
Deleted: freemind.changelog
===================================================================
--- freemind.changelog 2014-01-14 22:09:46 UTC (rev 104050)
+++ freemind.changelog 2014-01-14 22:10:02 UTC (rev 104051)
@@ -1,20 +0,0 @@
-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 104050, freemind/trunk/freemind.changelog)
===================================================================
--- freemind.changelog (rev 0)
+++ freemind.changelog 2014-01-14 22:10:02 UTC (rev 104051)
@@ -0,0 +1,23 @@
+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 2014-01-14 22:09:46 UTC (rev 104050)
+++ freemind.desktop 2014-01-14 22:10:02 UTC (rev 104051)
@@ -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 104050, freemind/trunk/freemind.desktop)
===================================================================
--- freemind.desktop (rev 0)
+++ freemind.desktop 2014-01-14 22:10:02 UTC (rev 104051)
@@ -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 2014-01-14 22:09:46 UTC (rev 104050)
+++ freemind.install 2014-01-14 22:10:02 UTC (rev 104051)
@@ -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 104050, freemind/trunk/freemind.install)
===================================================================
--- freemind.install (rev 0)
+++ freemind.install 2014-01-14 22:10:02 UTC (rev 104051)
@@ -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 104050, freemind/trunk/freemind.png)
===================================================================
(Binary files differ)
Deleted: freemind.run
===================================================================
--- freemind.run 2014-01-14 22:09:46 UTC (rev 104050)
+++ freemind.run 2014-01-14 22:10:02 UTC (rev 104051)
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cd /usr/share/freemind
-exec ./freemind.sh $@
Copied: freemind/repos/community-any/freemind.run (from rev 104050, freemind/trunk/freemind.run)
===================================================================
--- freemind.run (rev 0)
+++ freemind.run 2014-01-14 22:10:02 UTC (rev 104051)
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/freemind
+exec ./freemind.sh $@
More information about the arch-commits
mailing list