[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

Lukas Jirkovsky stativ at nymeria.archlinux.org
Mon Feb 3 11:43:42 UTC 2014


    Date: Monday, February 3, 2014 @ 12:43:42
  Author: stativ
Revision: 105253

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
    (from rev 105252, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
    (from rev 105252, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
    (from rev 105252, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
    (from rev 105252, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--------------+
 PKGBUILD     |   78 ++++++++++++++++++++++++++++-----------------------------
 idea.desktop |   16 +++++------
 idea.install |   18 ++++++-------
 idea.sh      |    8 ++---
 4 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-03 11:43:36 UTC (rev 105252)
+++ PKGBUILD	2014-02-03 11:43:42 UTC (rev 105253)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=intellij-idea-community-edition
-pkgver=13.0.1
-_pkgver=133.331
-pkgrel=1
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced refactoring features"
-arch=('any')
-url="http://www.jetbrains.org/"
-license=('Apache')
-depends=('java-environment' "intellij-idea-libs=$pkgver" 'giflib')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-        idea.desktop idea.sh)
-md5sums=('14ca0ad374cfd96ec4b8d3d3bfec9e76'
-         '29e2d4ab0578a6d44533292bec8843ee'
-         'f27bad35ee8e6445ca2f8a591bca895a')
-
-package() {
-  install -d -m755 "$pkgdir/"usr/share
-  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root "$pkgdir/usr/share"
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
-  install -D -m644 "$srcdir"/idea.desktop "$pkgdir"/usr/share/applications/idea.desktop
-  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
-                   "$pkgdir"/usr/share/pixmaps/idea.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 105252, intellij-idea-community-edition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-03 11:43:42 UTC (rev 105253)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=intellij-idea-community-edition
+pkgver=13.0.2
+_pkgver=133.696
+pkgrel=1
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced refactoring features"
+arch=('any')
+url="http://www.jetbrains.org/"
+license=('Apache')
+depends=('java-environment' "intellij-idea-libs=$pkgver" 'giflib')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+        idea.desktop idea.sh)
+md5sums=('ee07c8647c525a1b4ef1fb25550f7598'
+         '29e2d4ab0578a6d44533292bec8843ee'
+         'f27bad35ee8e6445ca2f8a591bca895a')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm "$pkgdir"/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf "$pkgdir"/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root "$pkgdir/usr/share"
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' "$pkgdir"/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 "$srcdir"/idea.sh "$pkgdir"/usr/bin/idea.sh
+  install -D -m644 "$srcdir"/idea.desktop "$pkgdir"/usr/share/applications/idea.desktop
+  install -D -m644 "$pkgdir"/usr/share/intellijidea-ce/bin/idea.png \
+                   "$pkgdir"/usr/share/pixmaps/idea.png
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===================================================================
--- idea.desktop	2014-02-03 11:43:36 UTC (rev 105252)
+++ idea.desktop	2014-02-03 11:43:42 UTC (rev 105253)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=IntelliJ IDEA Community Edition
-Comment=A Java IDE
-Exec=idea.sh %u
-Icon=idea
-Terminal=false
-Type=Application
-Categories=Development;IDE;Java;

Copied: intellij-idea-community-edition/repos/community-any/idea.desktop (from rev 105252, intellij-idea-community-edition/trunk/idea.desktop)
===================================================================
--- idea.desktop	                        (rev 0)
+++ idea.desktop	2014-02-03 11:43:42 UTC (rev 105253)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=IntelliJ IDEA Community Edition
+Comment=A Java IDE
+Exec=idea.sh %u
+Icon=idea
+Terminal=false
+Type=Application
+Categories=Development;IDE;Java;

Deleted: idea.install
===================================================================
--- idea.install	2014-02-03 11:43:36 UTC (rev 105252)
+++ idea.install	2014-02-03 11:43:42 UTC (rev 105253)
@@ -1,9 +0,0 @@
-post_install() {
-  if [ `pacman -Qsq java-runtime | grep -c openjdk` -ne 0 ]; then
-    echo "WARNING:"
-    echo "  Running IntelliJ IDEA using OpenJDK is officially unsupported"
-    echo "  because of possible performance and graphics problems"
-  fi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/idea.install (from rev 105252, intellij-idea-community-edition/trunk/idea.install)
===================================================================
--- idea.install	                        (rev 0)
+++ idea.install	2014-02-03 11:43:42 UTC (rev 105253)
@@ -0,0 +1,9 @@
+post_install() {
+  if [ `pacman -Qsq java-runtime | grep -c openjdk` -ne 0 ]; then
+    echo "WARNING:"
+    echo "  Running IntelliJ IDEA using OpenJDK is officially unsupported"
+    echo "  because of possible performance and graphics problems"
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.sh
===================================================================
--- idea.sh	2014-02-03 11:43:36 UTC (rev 105252)
+++ idea.sh	2014-02-03 11:43:42 UTC (rev 105253)
@@ -1,4 +0,0 @@
-#!/bin/sh
-cd /usr/share/intellijidea-ce/bin/
-./idea.sh "$@"
-

Copied: intellij-idea-community-edition/repos/community-any/idea.sh (from rev 105252, intellij-idea-community-edition/trunk/idea.sh)
===================================================================
--- idea.sh	                        (rev 0)
+++ idea.sh	2014-02-03 11:43:42 UTC (rev 105253)
@@ -0,0 +1,4 @@
+#!/bin/sh
+cd /usr/share/intellijidea-ce/bin/
+./idea.sh "$@"
+




More information about the arch-commits mailing list