[arch-commits] Commit in freemind/repos/community-any (7 files)

Balló György bgyorgy at archlinux.org
Sun Jun 28 06:58:21 UTC 2020


    Date: Sunday, June 28, 2020 @ 06:58:21
  Author: bgyorgy
Revision: 655095

archrelease: copy trunk to community-any

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

--------------------+
 PKGBUILD           |   88 ++++++++++++++++++++++++++-------------------------
 freemind.changelog |   52 +++++++++++++++---------------
 freemind.desktop   |   22 ++++++------
 3 files changed, 83 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-28 06:58:17 UTC (rev 655094)
+++ PKGBUILD	2020-06-28 06:58:21 UTC (rev 655095)
@@ -1,42 +0,0 @@
-# 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=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-any/PKGBUILD (from rev 655094, freemind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-28 06:58:21 UTC (rev 655095)
@@ -0,0 +1,46 @@
+# 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=5
+pkgdesc="A Java mindmapping tool"
+arch=('any')
+url="https://sourceforge.net/projects/freemind"
+license=('GPL')
+depends=('hicolor-icon-theme' 'java-runtime' 'libxtst')
+makedepends=('libicns')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-bin-max-$pkgver.zip
+        $pkgname.desktop)
+sha256sums=('005e815bf5d1867eadcaa89194df9952d986ace9eed0a3058c7ee6255799a60a'
+            '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
+  bsdtar -xf lib/freemind.jar images/FreeMindWindowIconModern.icns
+  icns2png -x images/FreeMindWindowIconModern.icns -o images/
+  for res in 16 32 128 256 512; do
+    install -Dm644 images/FreeMindWindowIconModern_${res}x${res}x32.png \
+      "${pkgdir}"/usr/share/icons/hicolor/${res}x${res}/apps/freemind.png
+  done
+
+# FS#49620 fix
+  install -d "${pkgdir}"/usr/bin/
+  ln -s /usr/share/freemind/freemind.sh "${pkgdir}"/usr/bin/$pkgname
+}

Deleted: freemind.changelog
===================================================================
--- freemind.changelog	2020-06-28 06:58:17 UTC (rev 655094)
+++ freemind.changelog	2020-06-28 06:58:21 UTC (rev 655095)
@@ -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 655094, freemind/trunk/freemind.changelog)
===================================================================
--- freemind.changelog	                        (rev 0)
+++ freemind.changelog	2020-06-28 06:58:21 UTC (rev 655095)
@@ -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	2020-06-28 06:58:17 UTC (rev 655094)
+++ freemind.desktop	2020-06-28 06:58:21 UTC (rev 655095)
@@ -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 655094, freemind/trunk/freemind.desktop)
===================================================================
--- freemind.desktop	                        (rev 0)
+++ freemind.desktop	2020-06-28 06:58:21 UTC (rev 655095)
@@ -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)



More information about the arch-commits mailing list