[arch-commits] Commit in eric/trunk (5 files)

Ray Rashif schiv at archlinux.org
Tue Dec 6 11:33:30 UTC 2011


    Date: Tuesday, December 6, 2011 @ 06:33:30
  Author: schiv
Revision: 144468

upgpkg: eric 5.1.7-1

upstream release; also fixes FS#27321

Added:
  eric/trunk/.contrib
  eric/trunk/desktop.patch
  eric/trunk/eric.install
Modified:
  eric/trunk/PKGBUILD
Deleted:
  eric/trunk/eric.desktop

---------------+
 .contrib      |    7 ++++++
 PKGBUILD      |   30 +++++++++++++---------------
 desktop.patch |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 eric.desktop  |    8 -------
 eric.install  |   10 +++++++++
 5 files changed, 89 insertions(+), 24 deletions(-)

Added: .contrib
===================================================================
--- .contrib	                        (rev 0)
+++ .contrib	2011-12-06 11:33:30 UTC (rev 144468)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger <eric at archlinux.org>
+riai <riai at bigfoot.com>
+Ben <ben at benmazer.net>
+Daniel J Griffiths <ghost1227 at archlinux.us>
+Felix Rohrbach <fxrh at gmx.de>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-06 11:17:39 UTC (rev 144467)
+++ PKGBUILD	2011-12-06 11:33:30 UTC (rev 144468)
@@ -1,38 +1,37 @@
 # $Id$
 # Maintainer: Ray Rashif <schiv at archlinux.org>
 # Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Felix Rohrbach <fxrh at gmx.de>
+# See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.1.6
+pkgver=5.1.7
 pkgrel=1
 pkgdesc="A full-featured Python 3.x and Ruby IDE in PyQt4"
 arch=('any')
 url="http://eric-ide.python-projects.org/"
 license=('GPL3')
-depends=('python-qt' 'python-qscintilla')
+depends=('python-qscintilla')
 conflicts=('eric5')
 provides=('eric5')
 replaces=('eric5')
+install=$pkgname.install
 source=("http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz"
-        "$pkgname.desktop")
-md5sums=('aae03cadf252c2556429c0c4cc17acd8'
-         'eb0ee7ce0b5c3ff815a9c0145f7ae536')
+        'desktop.patch')
+md5sums=('a6bdcfba1ebc2cd9a9ade36a3af032a5'
+         '6400f0f83634bfe7c332ee84ff6786c7')
 
-package() {
+build() {
   cd "$srcdir/${pkgname}5-$pkgver"
 
-  python install.py -c -b /usr/bin -i "$pkgdir"
-
   # freedesktop.org compatibility
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  patch -Np1 -i "$srcdir/desktop.patch"
+}
 
-  rm "$pkgdir/usr/share/applications/${pkgname}5.desktop"
+package() {
+  cd "$srcdir/${pkgname}5-$pkgver"
 
+  python install.py -c -b /usr/bin -i "$pkgdir"
+
   # Remove files conflicting with eric4
   # what are we doing here?
   # TODO: tell upstream to fix their stuff
@@ -45,7 +44,6 @@
 
   # some canonical symlinks
   cd "$pkgdir/usr/bin"
-
   for i in *; do
     ln -s /usr/bin/$i ${i/eric5/eric}
   done

Added: desktop.patch
===================================================================
--- desktop.patch	                        (rev 0)
+++ desktop.patch	2011-12-06 11:33:30 UTC (rev 144468)
@@ -0,0 +1,58 @@
+diff -Nbaur eric5-5.1.7.orig/eric/eric5.desktop eric5-5.1.7/eric/eric5.desktop
+--- eric5-5.1.7.orig/eric/eric5.desktop	2011-12-06 06:42:40.196800129 +0000
++++ eric5-5.1.7/eric/eric5.desktop	1970-01-01 00:00:00.000000000 +0000
+@@ -1,14 +0,0 @@
+-[Desktop Entry]
+-Type=Application
+-Exec=eric5
+-MimeType=application/x-eric5;
+-Icon=eric
+-Terminal=false
+-Name=eric5
+-Name[de]=eric5
+-Comment=Integrated Development Environment for Python
+-Comment[de]=Integrierte Entwicklungsumgebung für Python
+-GenericName=Integrated Development Environment for Python
+-GenericName[de]=Integrierte Entwicklungsumgebung für Python
+-Categories=Qt;Python;Development;IDE;
+-StartupNotify=true
+diff -Nbaur eric5-5.1.7.orig/eric/eric.desktop eric5-5.1.7/eric/eric.desktop
+--- eric5-5.1.7.orig/eric/eric.desktop	1970-01-01 00:00:00.000000000 +0000
++++ eric5-5.1.7/eric/eric.desktop	2011-12-06 06:53:24.102176503 +0000
+@@ -0,0 +1,10 @@
++[Desktop Entry]
++Type=Application
++Exec=eric5
++MimeType=application/x-eric5;
++Icon=eric
++Terminal=false
++Name=Eric
++Comment=Python 3.x & Ruby IDE
++Categories=Qt;Python;Development;IDE;
++StartupNotify=true
+diff -Nbaur eric5-5.1.7.orig/install.py eric5-5.1.7/install.py
+--- eric5-5.1.7.orig/install.py	2011-12-06 06:42:40.253467010 +0000
++++ eric5-5.1.7/install.py	2011-12-06 06:58:31.401420942 +0000
+@@ -276,7 +276,7 @@
+     # Remove the menu entry for Linux systems
+     if sys.platform.startswith("linux"):
+         for name in ["/usr/share/pixmaps/eric.png", 
+-                     "/usr/share/applications/eric5.desktop"]:
++                     "/usr/share/applications/eric.desktop"]:
+             if os.path.exists(name):
+                 os.remove(name)
+     
+@@ -519,11 +519,11 @@
+             dst = os.path.normpath(os.path.join(distDir, "usr/share/applications"))
+             if not os.path.exists(dst):
+                 os.makedirs(dst)
+-            shutil.copy(os.path.join(sourceDir, "eric5.desktop"), dst)
++            shutil.copy(os.path.join(sourceDir, "eric.desktop"), dst)
+         else:
+             shutil.copy(os.path.join(sourceDir, "icons", "default", "eric.png"), 
+                 "/usr/share/pixmaps")
+-            shutil.copy(os.path.join(sourceDir, "eric5.desktop"), 
++            shutil.copy(os.path.join(sourceDir, "eric.desktop"),
+                 "/usr/share/applications")
+     
+     # Create a Mac application bundle

Deleted: eric.desktop
===================================================================
--- eric.desktop	2011-12-06 11:17:39 UTC (rev 144467)
+++ eric.desktop	2011-12-06 11:33:30 UTC (rev 144468)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Eric
-Comment=Python 3.x & Ruby IDE
-Icon=eric
-Exec=eric
-Terminal=false
-Type=Application
-Categories=Qt;Development;IDE;

Added: eric.install
===================================================================
--- eric.install	                        (rev 0)
+++ eric.install	2011-12-06 11:33:30 UTC (rev 144468)
@@ -0,0 +1,10 @@
+post_install() {
+	echo "  > Updating desktop mime database..."
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list