[arch-commits] Commit in codeblocks/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Jul 4 12:37:35 UTC 2015


    Date: Saturday, July 4, 2015 @ 14:37:35
  Author: arodseth
Revision: 136381

Remove bzip2

* Adopted
* bzip2 is already in base

Modified:
  codeblocks/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-04 11:13:02 UTC (rev 136380)
+++ PKGBUILD	2015-07-04 12:37:35 UTC (rev 136381)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# 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>
@@ -6,26 +7,28 @@
 
 pkgname=codeblocks
 pkgver=13.12
-pkgrel=2
-pkgdesc='Open source and cross-platform C/C++ IDE'
-arch=('i686' 'x86_64')
-url='http://www.codeblocks.org'
+pkgrel=3
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64' 'i686')
+url='http://www.codeblocks.org/'
 license=('GPL3')
-depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
          'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm')
 makedepends=('boost' 'zip')
 install=codeblocks.install
-source=(http://sourceforge.net/projects/codeblocks/files/Sources/${pkgver}/codeblocks_${pkgver}-1.tar.gz)
-md5sums=('4b450f620d9f1875ecf6882ab3c11402')
+source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver-1.tar.gz")
+sha256sums=('772450046e8c8ba2ea0086acf433a46b83e6254fae64df9c8ca132a22f949610')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
+
   export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
   ./configure --prefix=/usr --with-contrib-plugins=all
-  make 
+  make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list