Date: Monday, September 3, 2018 @ 07:42:49
Author: bgyorgy
Revision: 376374
archrelease: copy trunk to community-x86_64
Added:
codeblocks/repos/community-x86_64/PKGBUILD
(from rev 376373, codeblocks/trunk/PKGBUILD)
Deleted:
codeblocks/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 67 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 32 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-03 07:42:44 UTC (rev 376373)
+++ PKGBUILD 2018-09-03 07:42:49 UTC (rev 376374)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Alexander F Rødseth <[email protected]>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Robert Hollencamp <[email protected]>
-# Contributor: Daniel J Griffiths <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-# Contributor: Roman Mikhayloff <[email protected]>
-
-pkgname=codeblocks
-pkgver=17.12
-pkgrel=3
-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
-}
Copied: codeblocks/repos/community-x86_64/PKGBUILD (from rev 376373,
codeblocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-03 07:42:49 UTC (rev 376374)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Alexander F Rødseth <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Robert Hollencamp <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+# Contributor: Roman Mikhayloff <[email protected]>
+
+pkgname=codeblocks
+pkgver=17.12
+pkgrel=4
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64')
+url='http://codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'wxgtk3' 'hunspell')
+makedepends=('boost' 'zip')
+source=("https://downloads.sourceforge.net/codeblocks/${pkgname}_$pkgver.tar.xz")
+sha256sums=('13881a0a72769694e82e531b8e7814d51fbf1fa122c73c5004e186560fbc57e0')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --with-contrib-plugins=all,-FileManager
--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
+}