Date: Tuesday, December 7, 2021 @ 04:40:12 Author: polyzen Revision: 1065471
Touch up Modified: ipython/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-07 04:11:24 UTC (rev 1065470) +++ PKGBUILD 2021-12-07 04:40:12 UTC (rev 1065471) @@ -46,12 +46,8 @@ cd "examples/IPython Kernel" # FS#45120 - sed -i 's/gnome-netstatus-idle/ipython/' *.desktop - install -Dm644 ipython.desktop "$pkgdir/usr/share/applications/ipython.desktop" - #install -Dm644 ipython-qtconsole.desktop "$pkgdir/usr/share/applications/ipython-qtconsole.desktop" + sed -i 's/gnome-netstatus-idle/ipython/' ipython.desktop + install -Dm644 -t "$pkgdir/usr/share/applications" ipython.desktop # FS#47046 install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/ipython.png" - - #cd $srcdir/ipython-$pkgver/IPython/qt/console/resources/icon/ - #install -Dm644 IPythonConsole.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg" }
