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

2017-10-17 Thread Balló György
Date: Tuesday, October 17, 2017 @ 12:29:58
  Author: bgyorgy
Revision: 263149

archrelease: copy trunk to community-x86_64, community-i686

Added:
  codeblocks/repos/community-i686/PKGBUILD
(from rev 263148, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-x86_64/PKGBUILD
(from rev 263148, codeblocks/trunk/PKGBUILD)
Deleted:
  codeblocks/repos/community-i686/PKGBUILD
  codeblocks/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-17 12:28:35 UTC (rev 263148)
+++ community-i686/PKGBUILD 2017-10-17 12:29:58 UTC (rev 263149)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=10
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'gamin' 'hunspell' 'wxgtk')
-makedepends=('boost' 'zip')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
-  export WX_CONFIG_PATH=/usr/bin/wx-config
-
-  # FS#49799
-  export CPPFLAGS+=" -fno-delete-null-pointer-checks"
-
-  CXXFLAGS+=' -std=c++11'
-  ./bootstrap
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
-}
-
-# getver: -u 2 codeblocks.org/downloads/source
-# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-i686/PKGBUILD (from rev 263148, 
codeblocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-17 12:29:58 UTC (rev 263149)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=11
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'gamin' 'hunspell' 'wxgtk2')
+makedepends=('boost' 'zip')
+source=("https://sourceforge.net/projects/$pkgname/files/Sources/$pkgver/${pkgname}_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+
+  # FS#49799
+  export CPPFLAGS+=" -fno-delete-null-pointer-checks"
+
+  CXXFLAGS+=' -std=c++11 -fpermissive'
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-17 12:28:35 UTC (rev 263148)
+++ community-x86_64/PKGBUILD   2017-10-17 12:29:58 UTC (rev 263149)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=10
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'gamin' 'hunspell' 'wxgtk')
-makedepends=('boost' 'zip')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
-  export WX_CONFIG_PATH=/usr/bin/wx-config
-
-  # FS#49799
-  export CPPFLAGS+=" -fno-delete-null-pointer-checks"
-
-  CXXFLAGS+=' -std=c++11'
-  ./bootstrap
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  sed -i 's/ -shared / -Wl,-

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

2017-04-24 Thread Evangelos Foutras
Date: Tuesday, April 25, 2017 @ 05:53:56
  Author: foutrelis
Revision: 225258

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

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

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: codeblocks/repos/community-staging-i686/PKGBUILD (from rev 225257, 
codeblocks/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-25 05:53:56 UTC (rev 225258)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=10
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'gamin' 'hunspell' 'wxgtk')
+makedepends=('boost' 'zip')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+
+  # FS#49799
+  export CPPFLAGS+=" -fno-delete-null-pointer-checks"
+
+  CXXFLAGS+=' -std=c++11'
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-staging-x86_64/PKGBUILD (from rev 225257, 
codeblocks/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-25 05:53:56 UTC (rev 225258)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=10
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'gamin' 'hunspell' 'wxgtk')
+makedepends=('boost' 'zip')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+
+  # FS#49799
+  export CPPFLAGS+=" -fno-delete-null-pointer-checks"
+
+  CXXFLAGS+=' -std=c++11'
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:


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

2017-02-09 Thread Balló György
Date: Thursday, February 9, 2017 @ 22:54:59
  Author: bgyorgy
Revision: 211629

archrelease: copy trunk to community-x86_64, community-i686

Added:
  codeblocks/repos/community-i686/PKGBUILD
(from rev 211628, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-x86_64/PKGBUILD
(from rev 211628, codeblocks/trunk/PKGBUILD)
Deleted:
  codeblocks/repos/community-i686/PKGBUILD
  codeblocks/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   42 -
 community-x86_64/PKGBUILD |   42 -
 3 files changed, 86 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-09 22:53:50 UTC (rev 211628)
+++ community-i686/PKGBUILD 2017-02-09 22:54:59 UTC (rev 211629)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=8
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
-  export WX_CONFIG_PATH=/usr/bin/wx-config
-
-  # FS#49799
-  export CPPFLAGS+=" -fno-delete-null-pointer-checks"
-
-  ./bootstrap
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
-}
-
-# getver: -u 2 codeblocks.org/downloads/source
-# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-i686/PKGBUILD (from rev 211628, 
codeblocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-09 22:54:59 UTC (rev 211629)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=9
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'gamin' 'hunspell' 'wxgtk')
+makedepends=('boost' 'zip')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+
+  # FS#49799
+  export CPPFLAGS+=" -fno-delete-null-pointer-checks"
+
+  CXXFLAGS+=' -std=c++11'
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-09 22:53:50 UTC (rev 211628)
+++ community-x86_64/PKGBUILD   2017-02-09 22:54:59 UTC (rev 211629)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=8
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
-  export WX_CONFIG_PATH=/usr/bin/wx-config
-
-  # FS#49799
-  export CPPFLAG

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

2017-01-19 Thread Jelle van der Waa
Date: Thursday, January 19, 2017 @ 12:01:43
  Author: jelle
Revision: 208023

archrelease: copy trunk to community-x86_64, community-i686

Added:
  codeblocks/repos/community-i686/PKGBUILD
(from rev 208022, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-x86_64/PKGBUILD
(from rev 208022, codeblocks/trunk/PKGBUILD)
Deleted:
  codeblocks/repos/community-i686/PKGBUILD
  codeblocks/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   44 ---
 community-x86_64/PKGBUILD |   44 ---
 3 files changed, 84 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-19 12:01:32 UTC (rev 208022)
+++ community-i686/PKGBUILD 2017-01-19 12:01:43 UTC (rev 208023)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=7
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
-  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
-
-  # FS#49799
-  export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
-  export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
-  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
-
-  ./bootstrap
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
-}
-
-# getver: -u 2 codeblocks.org/downloads/source
-# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-i686/PKGBUILD (from rev 208022, 
codeblocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-19 12:01:43 UTC (rev 208023)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=8
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+
+  # FS#49799
+  export CPPFLAGS+=" -fno-delete-null-pointer-checks"
+
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-19 12:01:32 UTC (rev 208022)
+++ community-x86_64/PKGBUILD   2017-01-19 12:01:43 UTC (rev 208023)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=7
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2

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

2016-11-28 Thread Felix Yan
Date: Monday, November 28, 2016 @ 19:36:48
  Author: felixonmars
Revision: 197180

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  codeblocks/repos/community-staging-i686/PKGBUILD
(from rev 197179, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-staging-x86_64/PKGBUILD
(from rev 197178, codeblocks/trunk/PKGBUILD)
Deleted:
  codeblocks/repos/community-staging-i686/PKGBUILD
  codeblocks/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-staging-i686/PKGBUILD   |   44 --
 community-staging-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-11-28 19:36:34 UTC (rev 197179)
+++ community-staging-i686/PKGBUILD 2016-11-28 19:36:48 UTC (rev 197180)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=6
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
-  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
-
-  # FS#49799
-  export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
-  export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
-  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
-
-  ./bootstrap
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
-}
-
-# getver: -u 2 codeblocks.org/downloads/source
-# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-staging-i686/PKGBUILD (from rev 197179, 
codeblocks/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-28 19:36:48 UTC (rev 197180)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=7
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+
+  # FS#49799
+  export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-11-28 19:36:34 UTC (rev 197179)
+++ community-staging-x86_64/PKGBUILD   2016-11-28 19:36:48 UTC (rev 197180)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=6
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')

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

2016-11-28 Thread Evangelos Foutras
Date: Monday, November 28, 2016 @ 12:36:53
  Author: foutrelis
Revision: 197124

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

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

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: codeblocks/repos/community-staging-i686/PKGBUILD (from rev 197123, 
codeblocks/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-28 12:36:53 UTC (rev 197124)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=6
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+
+  # FS#49799
+  export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-staging-x86_64/PKGBUILD (from rev 197123, 
codeblocks/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-28 12:36:53 UTC (rev 197124)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=6
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+
+  # FS#49799
+  export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:


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

2016-08-26 Thread Alexander Rødseth
Date: Friday, August 26, 2016 @ 10:26:41
  Author: arodseth
Revision: 187597

archrelease: copy trunk to community-x86_64, community-i686

Added:
  codeblocks/repos/community-i686/PKGBUILD
(from rev 187596, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-x86_64/PKGBUILD
(from rev 187596, codeblocks/trunk/PKGBUILD)
Deleted:
  codeblocks/repos/community-i686/PKGBUILD
  codeblocks/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-26 10:25:11 UTC (rev 187596)
+++ community-i686/PKGBUILD 2016-08-26 10:26:41 UTC (rev 187597)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=4
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
-  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
-
-  # FS#49799
-  export CFLAGS="-march=native -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
-  export CXXFLAGS="-march=native -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
-  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
-
-  ./bootstrap
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
-}
-
-# getver: -u 2 codeblocks.org/downloads/source
-# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-i686/PKGBUILD (from rev 187596, 
codeblocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-26 10:26:41 UTC (rev 187597)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=5
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+
+  # FS#49799
+  export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-26 10:25:11 UTC (rev 187596)
+++ community-x86_64/PKGBUILD   2016-08-26 10:26:41 UTC (rev 187597)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=4
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk

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

2016-07-03 Thread Alexander Rødseth
Date: Sunday, July 3, 2016 @ 23:40:57
  Author: arodseth
Revision: 181936

archrelease: copy trunk to community-x86_64, community-i686

Added:
  codeblocks/repos/community-i686/PKGBUILD
(from rev 181935, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-x86_64/PKGBUILD
(from rev 181935, codeblocks/trunk/PKGBUILD)
Deleted:
  codeblocks/repos/community-i686/PKGBUILD
  codeblocks/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   38 ---
 community-x86_64/PKGBUILD |   38 ---
 3 files changed, 88 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-03 23:40:44 UTC (rev 181935)
+++ community-i686/PKGBUILD 2016-07-03 23:40:57 UTC (rev 181936)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=3
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
-  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
-
-  ./bootstrap
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
-}
-
-# getver: -u 2 codeblocks.org/downloads/source
-# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-i686/PKGBUILD (from rev 181935, 
codeblocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-03 23:40:57 UTC (rev 181936)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=4
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+
+  # FS#49799
+  export CFLAGS="-march=native -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export CXXFLAGS="-march=native -O0 -pipe -fstack-protector-strong 
--param=ssp-buffer-size=4"
+  export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
+
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-03 23:40:44 UTC (rev 181935)
+++ community-x86_64/PKGBUILD   2016-07-03 23:40:57 UTC (rev 181936)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=3
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64' 'i686')
-url='http://www.codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
-makedepends=('boost' 'zip' 'webkitgtk2')
-source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
-sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
-
-build() {
-  cd "$pkgname-$pkgver.release"
-
-  # Fix build with boost 1.59
-  export CPPFLA

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

2016-06-11 Thread Alexander Rødseth
Date: Sunday, June 12, 2016 @ 00:17:30
  Author: arodseth
Revision: 179699

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

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

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: codeblocks/repos/community-staging-i686/PKGBUILD (from rev 179698, 
codeblocks/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-11 22:17:30 UTC (rev 179699)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=3
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et:

Copied: codeblocks/repos/community-staging-x86_64/PKGBUILD (from rev 179698, 
codeblocks/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-11 22:17:30 UTC (rev 179699)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=3
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 
'webkitgtk2')
+makedepends=('boost' 'zip' 'webkitgtk2')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz";)
+sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03')
+
+build() {
+  cd "$pkgname-$pkgver.release"
+
+  # Fix build with boost 1.59
+  export CPPFLAGS+=" -DBOOST_ERROR_CODE_HEADER_ONLY"
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+
+  ./bootstrap
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver.release" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 2 codeblocks.org/downloads/source
+# vim:set ts=2 sw=2 et: