[arch-commits] Commit in codeblocks/trunk (PKGBUILD fix-crash.patch)

Balló György bgyorgy at archlinux.org
Wed May 27 11:12:36 UTC 2020


    Date: Wednesday, May 27, 2020 @ 11:12:36
  Author: bgyorgy
Revision: 635908

upgpkg: codeblocks 20.03-1: Update to new version

Modified:
  codeblocks/trunk/PKGBUILD
Deleted:
  codeblocks/trunk/fix-crash.patch

-----------------+
 PKGBUILD        |   14 ++++----------
 fix-crash.patch |   11 -----------
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 11:12:13 UTC (rev 635907)
+++ PKGBUILD	2020-05-27 11:12:36 UTC (rev 635908)
@@ -7,8 +7,8 @@
 # Contributor: Roman Mikhayloff <rimf at inbox.ru>
 
 pkgname=codeblocks
-pkgver=17.12
-pkgrel=10
+pkgver=20.03
+pkgrel=1
 pkgdesc='Cross-platform C/C++ IDE'
 arch=('x86_64')
 url='http://codeblocks.org/'
@@ -15,10 +15,8 @@
 license=('GPL3')
 depends=('boost-libs' 'wxgtk3' 'hunspell')
 makedepends=('boost' 'imagemagick' 'zip')
-source=("https://downloads.sourceforge.net/codeblocks/${pkgname}_$pkgver.tar.xz"
-        "fix-crash.patch")
-sha256sums=('13881a0a72769694e82e531b8e7814d51fbf1fa122c73c5004e186560fbc57e0'
-            '5c01a81734a075c8809ca6d3c0171e53133ccb1a89d60a6a551f15a53e4df3fa')
+source=("https://downloads.sourceforge.net/codeblocks/$pkgname-$pkgver.tar.xz")
+sha256sums=('15eeb3e28aea054e1f38b0c7f4671b4d4d1116fd05f63c07aa95a91db89eaac5')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -25,10 +23,6 @@
   convert src/mime/codeblocks.png +set date:create +set date:modify -background none -extent 64x64 src/mime/codeblocks.png
   sed -i 's|$(datadir)/pixmaps|$(datadir)/icons/hicolor/64x64/apps|' src/mime/Makefile.{am,in}
   sed -i 's|$(datarootdir)/appdata|$(datarootdir)/metainfo|' Makefile.{am,in} src/plugins/contrib/appdata/Makefile.{am,in}
-
-  # wx3-gtk3: Fix crash when doing Control-A, Control-V (FS#62148)
-  # https://sourceforge.net/p/codeblocks/code/11320/
-  patch -Np2 -i ../fix-crash.patch
 }
 
 build() {

Deleted: fix-crash.patch
===================================================================
--- fix-crash.patch	2020-05-27 11:12:13 UTC (rev 635907)
+++ fix-crash.patch	2020-05-27 11:12:36 UTC (rev 635908)
@@ -1,11 +0,0 @@
---- a/trunk/src/src/main.cpp
-+++ b/trunk/src/src/main.cpp
-@@ -4321,7 +4321,7 @@
-     }
- 
-     if (Manager::Get()->GetEditorManager() && event.GetEditor() == Manager::Get()->GetEditorManager()->GetActiveEditor())
--        DoUpdateStatusBar();
-+        CallAfter(&MainFrame::DoUpdateStatusBar);
- 
-     event.Skip();
- }



More information about the arch-commits mailing list