[arch-commits] Commit in codeblocks/repos/community-x86_64 (3 files)

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


    Date: Wednesday, May 27, 2020 @ 11:12:41
  Author: bgyorgy
Revision: 635909

archrelease: copy trunk to community-x86_64

Added:
  codeblocks/repos/community-x86_64/PKGBUILD
    (from rev 635908, codeblocks/trunk/PKGBUILD)
Deleted:
  codeblocks/repos/community-x86_64/PKGBUILD
  codeblocks/repos/community-x86_64/fix-crash.patch

-----------------+
 PKGBUILD        |   82 +++++++++++++++++++++++++-----------------------------
 fix-crash.patch |   11 -------
 2 files changed, 38 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-27 11:12:36 UTC (rev 635908)
+++ PKGBUILD	2020-05-27 11:12:41 UTC (rev 635909)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Robert Hollencamp <rhollencamp at gmail.com>
-# Contributor: Daniel J Griffiths <griffithsdj at inbox.com>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Roman Mikhayloff <rimf at inbox.ru>
-
-pkgname=codeblocks
-pkgver=17.12
-pkgrel=10
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64')
-url='http://codeblocks.org/'
-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')
-
-prepare() {
-  cd $pkgname-$pkgver
-  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() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-contrib-plugins=all,-FileManager --with-wx-config=/usr/bin/wx-config-gtk3
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: codeblocks/repos/community-x86_64/PKGBUILD (from rev 635908, codeblocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-27 11:12:41 UTC (rev 635909)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Robert Hollencamp <rhollencamp at gmail.com>
+# Contributor: Daniel J Griffiths <griffithsdj at inbox.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Roman Mikhayloff <rimf at inbox.ru>
+
+pkgname=codeblocks
+pkgver=20.03
+pkgrel=1
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64')
+url='http://codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'wxgtk3' 'hunspell')
+makedepends=('boost' 'imagemagick' 'zip')
+source=("https://downloads.sourceforge.net/codeblocks/$pkgname-$pkgver.tar.xz")
+sha256sums=('15eeb3e28aea054e1f38b0c7f4671b4d4d1116fd05f63c07aa95a91db89eaac5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  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}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-contrib-plugins=all,-FileManager --with-wx-config=/usr/bin/wx-config-gtk3
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-crash.patch
===================================================================
--- fix-crash.patch	2020-05-27 11:12:36 UTC (rev 635908)
+++ fix-crash.patch	2020-05-27 11:12:41 UTC (rev 635909)
@@ -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