[arch-commits] Commit in codeblocks/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu May 31 03:20:28 UTC 2018


    Date: Thursday, May 31, 2018 @ 03:20:28
  Author: foutrelis
Revision: 334003

archrelease: copy trunk to community-staging-x86_64

Added:
  codeblocks/repos/community-staging-x86_64/
  codeblocks/repos/community-staging-x86_64/PKGBUILD
    (from rev 334002, codeblocks/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: codeblocks/repos/community-staging-x86_64/PKGBUILD (from rev 334002, codeblocks/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-05-31 03:20:28 UTC (rev 334003)
@@ -0,0 +1,35 @@
+# $Id$
+# 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=2
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64')
+url='http://codeblocks.org/'
+license=('GPL3')
+depends=('wxgtk3')
+makedepends=('boost' 'gamin' 'hunspell' 'zip')
+optdepends=('boost-libs: NassiShneiderman plugin'
+            'gamin: FileManager plugin'
+            'hunspell: SpellChecker plugin')
+source=("https://downloads.sourceforge.net/codeblocks/${pkgname}_$pkgver.tar.xz")
+sha256sums=('13881a0a72769694e82e531b8e7814d51fbf1fa122c73c5004e186560fbc57e0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-contrib-plugins=all --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
+}



More information about the arch-commits mailing list