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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Dec 28 06:25:03 UTC 2013


    Date: Saturday, December 28, 2013 @ 07:25:03
  Author: bpiotrowski
Revision: 103157

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

Added:
  codeblocks/repos/community-i686/PKGBUILD
    (from rev 103156, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-i686/codeblocks.install
    (from rev 103156, codeblocks/trunk/codeblocks.install)
  codeblocks/repos/community-x86_64/PKGBUILD
    (from rev 103156, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-x86_64/codeblocks.install
    (from rev 103156, codeblocks/trunk/codeblocks.install)
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                           |   60 ++++++++++++++++++++++++++++++++++
 /codeblocks.install                 |   52 +++++++++++++++++++++++++++++
 community-i686/PKGBUILD             |   32 ------------------
 community-i686/codeblocks.install   |   26 --------------
 community-x86_64/PKGBUILD           |   32 ------------------
 community-x86_64/codeblocks.install |   26 --------------
 6 files changed, 112 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-12-28 06:24:52 UTC (rev 103156)
+++ community-i686/PKGBUILD	2013-12-28 06:25:03 UTC (rev 103157)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  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=12.11
-pkgrel=4
-pkgdesc='Open source and cross-platform C/C++ IDE'
-arch=('i686' 'x86_64')
-url='http://www.codeblocks.org'
-license=('GPL3')
-depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
-         'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk')
-makedepends=('boost' 'zip')
-install=codeblocks.install
-source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
-md5sums=('4fa8980a8c578b8b5589fceb9b0890d6')
-
-build() {
-  cd $pkgname-${pkgver}release*
- 
-  LDFLAGS+=' -lX11'
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make 
-}
-
-package() {
-  cd $pkgname-${pkgver}release*
-  make DESTDIR="$pkgdir" install
-}

Copied: codeblocks/repos/community-i686/PKGBUILD (from rev 103156, codeblocks/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-12-28 06:25:03 UTC (rev 103157)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  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=13.12
+pkgrel=1
+pkgdesc='Open source and cross-platform C/C++ IDE'
+arch=('i686' 'x86_64')
+url='http://www.codeblocks.org'
+license=('GPL3')
+depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+         'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm')
+makedepends=('boost' 'zip')
+install=codeblocks.install
+source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
+md5sums=('4b450f620d9f1875ecf6882ab3c11402')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/codeblocks.install
===================================================================
--- community-i686/codeblocks.install	2013-12-28 06:24:52 UTC (rev 103156)
+++ community-i686/codeblocks.install	2013-12-28 06:25:03 UTC (rev 103157)
@@ -1,26 +0,0 @@
-pkgname=codeblocks
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q
-  ln -s /usr/lib/libwxflatnotebook.so /usr/lib/libwxflatnotebook.so.0
-  ln -s /usr/lib/libwxchartctrl.so  /usr/lib/libwxchartctrl.so.0
-  ln -s /usr/lib/libwxcustombutton.so /usr/lib/libwxcustombutton.so.0
-  }
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-  rm /usr/lib/libwxflatnotebook.so.0 \
-   /usr/lib/libwxchartctrl.so.0 /usr/lib/libwxcustombutton.so.0    
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q
-}

Copied: codeblocks/repos/community-i686/codeblocks.install (from rev 103156, codeblocks/trunk/codeblocks.install)
===================================================================
--- community-i686/codeblocks.install	                        (rev 0)
+++ community-i686/codeblocks.install	2013-12-28 06:25:03 UTC (rev 103157)
@@ -0,0 +1,26 @@
+pkgname=codeblocks
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime &>/dev/null
+  update-desktop-database -q
+  ln -s /usr/lib/libwxflatnotebook.so /usr/lib/libwxflatnotebook.so.0
+  ln -s /usr/lib/libwxchartctrl.so  /usr/lib/libwxchartctrl.so.0
+  ln -s /usr/lib/libwxcustombutton.so /usr/lib/libwxcustombutton.so.0
+  }
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+  rm /usr/lib/libwxflatnotebook.so.0 \
+   /usr/lib/libwxchartctrl.so.0 /usr/lib/libwxcustombutton.so.0    
+}
+
+pre_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime &>/dev/null
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-12-28 06:24:52 UTC (rev 103156)
+++ community-x86_64/PKGBUILD	2013-12-28 06:25:03 UTC (rev 103157)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  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=12.11
-pkgrel=4
-pkgdesc='Open source and cross-platform C/C++ IDE'
-arch=('i686' 'x86_64')
-url='http://www.codeblocks.org'
-license=('GPL3')
-depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
-         'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk')
-makedepends=('boost' 'zip')
-install=codeblocks.install
-source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
-md5sums=('4fa8980a8c578b8b5589fceb9b0890d6')
-
-build() {
-  cd $pkgname-${pkgver}release*
- 
-  LDFLAGS+=' -lX11'
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make 
-}
-
-package() {
-  cd $pkgname-${pkgver}release*
-  make DESTDIR="$pkgdir" install
-}

Copied: codeblocks/repos/community-x86_64/PKGBUILD (from rev 103156, codeblocks/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-12-28 06:25:03 UTC (rev 103157)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  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=13.12
+pkgrel=1
+pkgdesc='Open source and cross-platform C/C++ IDE'
+arch=('i686' 'x86_64')
+url='http://www.codeblocks.org'
+license=('GPL3')
+depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache'
+         'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm')
+makedepends=('boost' 'zip')
+install=codeblocks.install
+source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
+md5sums=('4b450f620d9f1875ecf6882ab3c11402')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/codeblocks.install
===================================================================
--- community-x86_64/codeblocks.install	2013-12-28 06:24:52 UTC (rev 103156)
+++ community-x86_64/codeblocks.install	2013-12-28 06:25:03 UTC (rev 103157)
@@ -1,26 +0,0 @@
-pkgname=codeblocks
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q
-  ln -s /usr/lib/libwxflatnotebook.so /usr/lib/libwxflatnotebook.so.0
-  ln -s /usr/lib/libwxchartctrl.so  /usr/lib/libwxchartctrl.so.0
-  ln -s /usr/lib/libwxcustombutton.so /usr/lib/libwxcustombutton.so.0
-  }
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-  rm /usr/lib/libwxflatnotebook.so.0 \
-   /usr/lib/libwxchartctrl.so.0 /usr/lib/libwxcustombutton.so.0    
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q
-}

Copied: codeblocks/repos/community-x86_64/codeblocks.install (from rev 103156, codeblocks/trunk/codeblocks.install)
===================================================================
--- community-x86_64/codeblocks.install	                        (rev 0)
+++ community-x86_64/codeblocks.install	2013-12-28 06:25:03 UTC (rev 103157)
@@ -0,0 +1,26 @@
+pkgname=codeblocks
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime &>/dev/null
+  update-desktop-database -q
+  ln -s /usr/lib/libwxflatnotebook.so /usr/lib/libwxflatnotebook.so.0
+  ln -s /usr/lib/libwxchartctrl.so  /usr/lib/libwxchartctrl.so.0
+  ln -s /usr/lib/libwxcustombutton.so /usr/lib/libwxcustombutton.so.0
+  }
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+  rm /usr/lib/libwxflatnotebook.so.0 \
+   /usr/lib/libwxchartctrl.so.0 /usr/lib/libwxcustombutton.so.0    
+}
+
+pre_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime &>/dev/null
+  update-desktop-database -q
+}




More information about the arch-commits mailing list