summaryrefslogtreecommitdiff
path: root/community/scite
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
commitdef73efccccb818d214cb818e8b4de8385444a43 (patch)
tree89db423b051ce9f971b6f7386ada2a3573b6e3b7 /community/scite
parenteb411a7c7cc929ada01019bd4c306116ce385693 (diff)
Fri Mar 28 03:32:00 UTC 2014
Diffstat (limited to 'community/scite')
-rw-r--r--community/scite/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD
index f7b786d42..bd5986d39 100644
--- a/community/scite/PKGBUILD
+++ b/community/scite/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 105192 2014-02-02 16:50:19Z arodseth $
+# $Id: PKGBUILD 108391 2014-03-27 12:57:37Z 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.3.9
+pkgver=3.4.0
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('x86_64' 'i686')
@@ -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=('cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775')
+sha256sums=('6e247543e08840c6103b50308bb394892525194bffcd98b673e4c7f6d03ba1a4')
prepare() {
if [ $?CXXBASEFLAGS == 1 ]; then
@@ -37,14 +37,12 @@ build() {
}
package() {
- cd "$pkgname/gtk"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/$pkgname/License.txt" \
+ make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
+ install -Dm644 "$pkgname/License.txt" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
- install -Dm644 "$srcdir/scintilla/License.txt" \
+ install -Dm644 "scintilla/License.txt" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
- ln -sf SciTE "$pkgdir/usr/bin/scite"
+ ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
}
# vim:set ts=2 sw=2 et: