[arch-commits] Commit in python-qtconsole/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Tue Feb 20 23:29:55 UTC 2018


    Date: Tuesday, February 20, 2018 @ 23:29:54
  Author: kkeen
Revision: 296636

upgpkg: python-qtconsole 4.3.1-2  FS#57556

Modified:
  python-qtconsole/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-20 22:56:11 UTC (rev 296635)
+++ PKGBUILD	2018-02-20 23:29:54 UTC (rev 296636)
@@ -4,7 +4,7 @@
 pkgbase=python-qtconsole
 pkgname=(python-qtconsole python2-qtconsole)
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt-based console for Jupyter with support for rich media output"
 arch=('any')
 url="https://pypi.python.org/pypi/qtconsole"
@@ -32,7 +32,8 @@
 
   cd examples
   # FS#47046 fix .desktop icon
-  sed -i 's|^Icon=.*$|Icon=/usr/lib/python3.6/site-packages/qtconsole/resources/icon/JupyterConsole.svg|' \
+  # FS#57556 fix .desktop icon again
+  sed -i 's|^Icon=.*$|Icon=/usr/lib/python3.6/site-packages/qtconsole/resources/icon/JupyterConsole|' \
     jupyter-qtconsole.desktop
   install -Dm644 jupyter-qtconsole.desktop \
     "$pkgdir/usr/share/applications/jupyter-qtconsole.desktop"



More information about the arch-commits mailing list