Date: Friday, November 9, 2018 @ 23:23:17
  Author: felixonmars
Revision: 405270

archrelease: copy trunk to community-staging-any

Added:
  freemind/repos/community-staging-any/
  freemind/repos/community-staging-any/PKGBUILD
    (from rev 405268, freemind/trunk/PKGBUILD)
  freemind/repos/community-staging-any/freemind.changelog
    (from rev 405268, freemind/trunk/freemind.changelog)
  freemind/repos/community-staging-any/freemind.desktop
    (from rev 405268, freemind/trunk/freemind.desktop)
  freemind/repos/community-staging-any/freemind.png
    (from rev 405268, freemind/trunk/freemind.png)

--------------------+
 PKGBUILD           |   42 ++++++++++++++++++++++++++++++++++++++++++
 freemind.changelog |   26 ++++++++++++++++++++++++++
 freemind.desktop   |   11 +++++++++++
 3 files changed, 79 insertions(+)

Copied: freemind/repos/community-staging-any/PKGBUILD (from rev 405268, 
freemind/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2018-11-09 23:23:17 UTC (rev 405270)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
+# Contributor: Corrado Primier <[email protected]>
+# Contributor: Vinay S Shastry <[email protected]>
+
+pkgname=freemind
+pkgver=1.0.1
+pkgrel=4
+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
+}

Copied: freemind/repos/community-staging-any/freemind.changelog (from rev 
405268, freemind/trunk/freemind.changelog)
===================================================================
--- community-staging-any/freemind.changelog                            (rev 0)
+++ community-staging-any/freemind.changelog    2018-11-09 23:23:17 UTC (rev 
405270)
@@ -0,0 +1,26 @@
+2014-04-21 Jaroslav Lichtblau <[email protected]>
+       * freemind 1.0.1-1
+
+2014-01-14 Jaroslav Lichtblau <[email protected]>
+       * freemind 1.0.0-1
+
+2013-09-29 Jaroslav Lichtblau <[email protected]>
+       * freemind 0.9.0-4 - FS#36098 fix
+
+2012-02-26 Jaroslav Lichtblau <[email protected]>
+       * freemind 0.9.0-2 - package signed
+
+2011-02-17 Ray Rashif <[email protected]>
+       * Upstream release 0.9.0
+       * PKGBUILD: cosmetic ammendments
+                change url; main sf site not up-to-date
+
+2010-05-30 Ray Rashif <[email protected]>
+       * Rebuild to update package filename with architecture
+       * PKGBUILD: changed arch to "any"
+                   no pkgrel update as no content changed
+
+2009-02-15 Corrado Primier <[email protected]>
+       * Release bump: 2
+       * PKGBUILD: substituted jre dependency with java-runtime, lots of
+       cleanup

Copied: freemind/repos/community-staging-any/freemind.desktop (from rev 405268, 
freemind/trunk/freemind.desktop)
===================================================================
--- community-staging-any/freemind.desktop                              (rev 0)
+++ community-staging-any/freemind.desktop      2018-11-09 23:23:17 UTC (rev 
405270)
@@ -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

Copied: freemind/repos/community-staging-any/freemind.png (from rev 405268, 
freemind/trunk/freemind.png)
===================================================================
(Binary files differ)

Reply via email to