summaryrefslogtreecommitdiff
path: root/community/scite/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-07 09:16:08 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-07 09:16:08 +0200
commit44d5db78dfc2e2180898d8db13822e339665b7a3 (patch)
tree5a8ad6d447af343e4d43eb96a918e9f566460351 /community/scite/PKGBUILD
parentc46eba9943dd0e63496ab3ee93cfb7da246386c9 (diff)
parent334c2a7916a80d08b1c216cfbf02135e64891632 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/nbd/PKGBUILD kde-unstable/kdeplasma-addons/PKGBUILD kde-unstable/libkcompactdisc/PKGBUILD
Diffstat (limited to 'community/scite/PKGBUILD')
-rw-r--r--community/scite/PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD
index 3cf3c638e..e21b69923 100644
--- a/community/scite/PKGBUILD
+++ b/community/scite/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 70700 2012-05-15 08:39:01Z arodseth $
+# $Id: PKGBUILD 72018 2012-06-05 20:13:19Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it>
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('i686' 'x86_64' 'mips64el')
@@ -17,7 +17,7 @@ makedepends=('setconf')
backup=('usr/share/scite/SciTEGlobal.properties')
install=$pkgname.install
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('09b020a331f7c54edd731440fa1c717776021d5dc775e58965f8ef71673202e3')
+sha256sums=('2734a61acd823831e870b6ce04a39f6d163e83f93096044c66ff36be5bbcdf2e')
build() {
cd "$srcdir"
@@ -26,14 +26,11 @@ build() {
sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
fi
-
sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
setconf scintilla/gtk/makefile CXXFLAGS "-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
setconf scintilla/gtk/makefile CXXBASEFLAGS "-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic ${CXXFLAGS} -DGTK -DSCI_LEXER \$(INCLUDEDIRS)"
-
cd "$srcdir/scintilla/gtk"
make
-
cd "$srcdir/$pkgname/gtk"
make
}
@@ -42,12 +39,10 @@ package() {
cd "$srcdir/$pkgname/gtk"
make DESTDIR="$pkgdir" install
-
install -Dm644 "$srcdir/$pkgname/License.txt" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
install -Dm644 "$srcdir/scintilla/License.txt" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
-
ln -sf SciTE "$pkgdir/usr/bin/scite"
}