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

Lukas Jirkovsky stativ at archlinux.org
Thu Jan 5 19:33:48 UTC 2017


    Date: Thursday, January 5, 2017 @ 19:33:48
  Author: stativ
Revision: 204925

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
    (from rev 204924, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
    (from rev 204924, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
    (from rev 204924, intellij-idea-community-edition/trunk/idea.install)
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

--------------+
 PKGBUILD     |   88 +++++++++++++++++++++++++++------------------------------
 idea.desktop |   22 +++++++-------
 idea.install |   18 +++++------
 3 files changed, 63 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-05 19:33:08 UTC (rev 204924)
+++ PKGBUILD	2017-01-05 19:33:48 UTC (rev 204925)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-pkgname=intellij-idea-community-edition
-pkgver=2016.3
-_pkgver=163.7743.44
-pkgrel=1
-epoch=2
-pkgdesc="IDE for Java, Groovy and other programming languages with advanced refactoring features"
-arch=('any')
-url="https://www.jetbrains.com/idea/"
-license=('Apache')
-backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
-        'usr/share/intellijidea-ce/bin/idea64.vmoptions')
-depends=('java-environment' "intellij-idea-libs" 'giflib' 'libxtst' 'libxft' 'ttf-font')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz \
-        idea.desktop)
-sha256sums=('56c006e14b5eb45a8123d54bfa9600cd5c8aae1f9503af936d814c3c285e4b7a'
-            'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
-
-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 "$pkgdir"/usr/bin
-  ln -s /usr/share/intellijidea-ce/bin/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
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 204924, intellij-idea-community-edition/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-05 19:33:48 UTC (rev 204925)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=intellij-idea-community-edition
+pkgver=2016.3.2
+_pkgver=163.10154.41
+pkgrel=1
+epoch=2
+pkgdesc="IDE for Java, Groovy and other programming languages with advanced refactoring features"
+arch=('any')
+url="https://www.jetbrains.com/idea/"
+license=('Apache')
+backup=('usr/share/intellijidea-ce/bin/idea.vmoptions'
+        'usr/share/intellijidea-ce/bin/idea64.vmoptions')
+depends=('java-environment' 'giflib' 'libxtst' 'libxft' 'ttf-font')
+conflicts=('intellij-idea-libs')
+replaces=('intellij-idea-libs')
+install=idea.install
+source=("http://download.jetbrains.com/idea/ideaIC-$pkgver-no-jdk.tar.gz"
+        idea.desktop)
+sha256sums=('9f6cec52e73e7c2a039612de52b049fe56b1a0822db4e004bf0a08e8c306b417'
+            'bd37ad47c926941108f624cbe5adbd7fe91d198b15aca63d8a0c0da14c7a76a6')
+
+package() {
+  install -d -m755 "$pkgdir/"usr/share
+  cp -a "idea-IC-$_pkgver" "$pkgdir"/usr/share/intellijidea-ce
+
+  # 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 "$pkgdir"/usr/bin
+  ln -s /usr/share/intellijidea-ce/bin/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
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  "$pkgdir"/usr/share/intellijidea-ce/bin/*.vmoptions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===================================================================
--- idea.desktop	2017-01-05 19:33:08 UTC (rev 204924)
+++ idea.desktop	2017-01-05 19:33:48 UTC (rev 204925)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=IntelliJ IDEA Community Edition
-Comment=Develop with pleasure!
-Exec=idea.sh %f
-Icon=idea
-Terminal=false
-StartupNotify=true
-StartupWMClass=jetbrains-idea-ce
-Categories=Development;IDE;Java;

Copied: intellij-idea-community-edition/repos/community-any/idea.desktop (from rev 204924, intellij-idea-community-edition/trunk/idea.desktop)
===================================================================
--- idea.desktop	                        (rev 0)
+++ idea.desktop	2017-01-05 19:33:48 UTC (rev 204925)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=IntelliJ IDEA Community Edition
+Comment=Develop with pleasure!
+Exec=idea.sh %f
+Icon=idea
+Terminal=false
+StartupNotify=true
+StartupWMClass=jetbrains-idea-ce
+Categories=Development;IDE;Java;

Deleted: idea.install
===================================================================
--- idea.install	2017-01-05 19:33:08 UTC (rev 204924)
+++ idea.install	2017-01-05 19:33:48 UTC (rev 204925)
@@ -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 204924, intellij-idea-community-edition/trunk/idea.install)
===================================================================
--- idea.install	                        (rev 0)
+++ idea.install	2017-01-05 19:33:48 UTC (rev 204925)
@@ -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:



More information about the arch-commits mailing list