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

Alexander Rødseth arodseth at archlinux.org
Sat Apr 30 13:00:57 UTC 2016


    Date: Saturday, April 30, 2016 @ 15:00:57
  Author: arodseth
Revision: 173136

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

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

-------------------------------------+
 /PKGBUILD                           |   76 ++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD             |   39 -----------------
 community-i686/codeblocks.install   |   11 ----
 community-x86_64/PKGBUILD           |   39 -----------------
 community-x86_64/codeblocks.install |   11 ----
 5 files changed, 76 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-30 13:00:44 UTC (rev 173135)
+++ community-i686/PKGBUILD	2016-04-30 13:00:57 UTC (rev 173136)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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>
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=1
-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')
-install=codeblocks.install
-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 173135, codeblocks/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-30 13:00:57 UTC (rev 173136)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 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>
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=2
+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:

Deleted: community-i686/codeblocks.install
===================================================================
--- community-i686/codeblocks.install	2016-04-30 13:00:44 UTC (rev 173135)
+++ community-i686/codeblocks.install	2016-04-30 13:00:57 UTC (rev 173136)
@@ -1,11 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-30 13:00:44 UTC (rev 173135)
+++ community-x86_64/PKGBUILD	2016-04-30 13:00:57 UTC (rev 173136)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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>
-
-pkgname=codeblocks
-pkgver=16.01
-pkgrel=1
-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')
-install=codeblocks.install
-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-x86_64/PKGBUILD (from rev 173135, codeblocks/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-30 13:00:57 UTC (rev 173136)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 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>
+
+pkgname=codeblocks
+pkgver=16.01
+pkgrel=2
+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:

Deleted: community-x86_64/codeblocks.install
===================================================================
--- community-x86_64/codeblocks.install	2016-04-30 13:00:44 UTC (rev 173135)
+++ community-x86_64/codeblocks.install	2016-04-30 13:00:57 UTC (rev 173136)
@@ -1,11 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list