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

2017-11-01 Thread Antonio Rojas
Date: Wednesday, November 1, 2017 @ 10:58:57
  Author: arojas
Revision: 264987

Drop unused makedepends

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |3 ---
 1 file changed, 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-01 10:56:58 UTC (rev 264986)
+++ PKGBUILD2017-11-01 10:58:57 UTC (rev 264987)
@@ -13,7 +13,6 @@
 url='http://www.scintilla.org/SciTE.html'
 license=('custom:scite')
 depends=('gtk3')
-makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
 sha256sums=('1f9bb8eccbaed77c110c30c0e6dbaac04b3f62b751a930192b133a7b6f0f29fb')
@@ -31,5 +30,3 @@
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
   ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
 }
-
-# vim:set ts=2 sw=2 et:


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

2017-11-01 Thread Antonio Rojas
Date: Wednesday, November 1, 2017 @ 10:54:44
  Author: arojas
Revision: 264981

Update to 4.0.2

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 6 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-01 10:28:18 UTC (rev 264980)
+++ PKGBUILD2017-11-01 10:54:44 UTC (rev 264981)
@@ -6,39 +6,25 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.7.5
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
 url='http://www.scintilla.org/SciTE.html'
 license=('custom:scite')
-depends=('gtk2')
+depends=('gtk3')
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('51e6861284077268d4929bb2ff9c516e2ca8914b2bd0ac315d177befe24aef86')
+sha256sums=('1f9bb8eccbaed77c110c30c0e6dbaac04b3f62b751a930192b133a7b6f0f29fb')
 
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then
-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 \
-"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
-}
-
 build() {
-  make -C "scintilla/gtk"
-  make -C "$pkgname/gtk"
+  GTK3=1 make -C "scintilla/gtk"
+  GTK3=1 make -C "$pkgname/gtk"
 }
 
 package() {
-  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
+  GTK3=1 make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
   install -Dm644 "$pkgname/License.txt" \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
   install -Dm644 "scintilla/License.txt" \


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

2017-05-30 Thread Antonio Rojas
Date: Tuesday, May 30, 2017 @ 18:40:43
  Author: arojas
Revision: 231402

Update to 3.7.5

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 18:40:20 UTC (rev 231401)
+++ PKGBUILD2017-05-30 18:40:43 UTC (rev 231402)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.7.4
+pkgver=3.7.5
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('197372e80db2c16c86d9677a56a430209dc2f2adfdf9b7bda73b62dd19eb1e20')
+sha256sums=('51e6861284077268d4929bb2ff9c516e2ca8914b2bd0ac315d177befe24aef86')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2017-03-25 Thread Antonio Rojas
Date: Saturday, March 25, 2017 @ 17:31:05
  Author: arojas
Revision: 218966

Update to 3.7.4

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-25 16:49:29 UTC (rev 218965)
+++ PKGBUILD2017-03-25 17:31:05 UTC (rev 218966)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('355905682510297b713820a85c1a13a62882451fd1e67d55e25442ec020ca815')
+sha256sums=('197372e80db2c16c86d9677a56a430209dc2f2adfdf9b7bda73b62dd19eb1e20')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2017-02-26 Thread Antonio Rojas
Date: Sunday, February 26, 2017 @ 10:40:45
  Author: arojas
Revision: 213848

Update to 3.7.3

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-26 10:36:24 UTC (rev 213847)
+++ PKGBUILD2017-02-26 10:40:45 UTC (rev 213848)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.7.2
+pkgver=3.7.3
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('1aae46ad22abc647864c4255e9497eec702938052b35c0e5d452a0ccba23fe7f')
+sha256sums=('355905682510297b713820a85c1a13a62882451fd1e67d55e25442ec020ca815')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2017-01-17 Thread Alexander Rødseth
Date: Tuesday, January 17, 2017 @ 20:25:45
  Author: arodseth
Revision: 207795

upgpkg: scite 3.7.2-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 20:15:04 UTC (rev 207794)
+++ PKGBUILD2017-01-17 20:25:45 UTC (rev 207795)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('9dfda3b09d48f64cc0764afb8b08c1246a6fce8d9ef95a4b535e8ef4ae2b36b9')
+sha256sums=('1aae46ad22abc647864c4255e9497eec702938052b35c0e5d452a0ccba23fe7f')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2016-12-06 Thread Alexander Rødseth
Date: Tuesday, December 6, 2016 @ 23:44:13
  Author: arodseth
Revision: 198223

upgpkg: scite 3.7.1-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-06 23:04:19 UTC (rev 198222)
+++ PKGBUILD2016-12-06 23:44:13 UTC (rev 198223)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.7.0
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('034dca55b58d8c3af554900956ea20ca25be6d5157b394ecc3a055788496753b')
+sha256sums=('9dfda3b09d48f64cc0764afb8b08c1246a6fce8d9ef95a4b535e8ef4ae2b36b9')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then
@@ -23,7 +23,9 @@
 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 \


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

2016-10-30 Thread Alexander Rødseth
Date: Sunday, October 30, 2016 @ 15:18:10
  Author: arodseth
Revision: 194012

upgpkg: scite 3.7.0-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 15:04:22 UTC (rev 194011)
+++ PKGBUILD2016-10-30 15:18:10 UTC (rev 194012)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.6
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('22218673f53bc587c1cb8d9ddc5c3058a9906c2a530d9270f31f943625e0dffa')
+sha256sums=('034dca55b58d8c3af554900956ea20ca25be6d5157b394ecc3a055788496753b')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2016-06-12 Thread Alexander Rødseth
Date: Sunday, June 12, 2016 @ 16:01:56
  Author: arodseth
Revision: 179720

upgpkg: scite 3.6.6-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-12 14:00:19 UTC (rev 179719)
+++ PKGBUILD2016-06-12 14:01:56 UTC (rev 179720)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.5
-pkgrel=2
+pkgver=3.6.6
+pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
 url='http://www.scintilla.org/SciTE.html'
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
+sha256sums=('22218673f53bc587c1cb8d9ddc5c3058a9906c2a530d9270f31f943625e0dffa')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


[arch-commits] Commit in scite/trunk (PKGBUILD scite.install)

2016-05-21 Thread Alexander Rødseth
Date: Saturday, May 21, 2016 @ 18:54:58
  Author: arodseth
Revision: 176063

upgpkg: scite 3.6.5-2

Modified:
  scite/trunk/PKGBUILD
Deleted:
  scite/trunk/scite.install

---+
 PKGBUILD  |5 ++---
 scite.install |   13 -
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 16:30:28 UTC (rev 176062)
+++ PKGBUILD2016-05-21 16:54:58 UTC (rev 176063)
@@ -7,15 +7,14 @@
 
 pkgname=scite
 pkgver=3.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
 url='http://www.scintilla.org/SciTE.html'
 license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
+depends=('gtk2')
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
-install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
 sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
 

Deleted: scite.install
===
--- scite.install   2016-05-21 16:30:28 UTC (rev 176062)
+++ scite.install   2016-05-21 16:54:58 UTC (rev 176063)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-04-30 Thread Alexander Rødseth
Date: Saturday, April 30, 2016 @ 22:32:09
  Author: arodseth
Revision: 173208

upgpkg: scite 3.6.5-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 18:01:08 UTC (rev 173207)
+++ PKGBUILD2016-04-30 20:32:09 UTC (rev 173208)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Thomas S Hatch 
 # Contributor: Corrado 'bardo' Primier 
 # Contributor: Jochem Kossen 
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.4
+pkgver=3.6.5
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('6a27a1062b838e0fe914fb045f265935e5d39e34d69ae894b55f971437192baa')
+sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2016-03-28 Thread Alexander Rødseth
Date: Monday, March 28, 2016 @ 21:07:08
  Author: arodseth
Revision: 168724

upgpkg: scite 3.6.4-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 18:56:14 UTC (rev 168723)
+++ PKGBUILD2016-03-28 19:07:08 UTC (rev 168724)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.2
-pkgrel=2
+pkgver=3.6.4
+pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
 url='http://www.scintilla.org/SciTE.html'
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('6530d0d86c72485b815663e3b2c2987d59779340a71632ed8bb97a43530737a3')
+sha256sums=('6a27a1062b838e0fe914fb045f265935e5d39e34d69ae894b55f971437192baa')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 17:45:21
  Author: foutrelis
Revision: 148901

C++11 ABI rebuild

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 16:43:41 UTC (rev 148900)
+++ PKGBUILD2015-12-06 16:45:21 UTC (rev 148901)
@@ -7,7 +7,7 @@
 
 pkgname=scite
 pkgver=3.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
 url='http://www.scintilla.org/SciTE.html'


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:07:57
  Author: arodseth
Revision: 147402

upgpkg: scite 3.6.2-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 20:00:54 UTC (rev 147401)
+++ PKGBUILD2015-11-22 20:07:57 UTC (rev 147402)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('bdffdc28c501dbb5e3dc6cbfe3808da2d574df983790c6ddfc2643040023a010')
+sha256sums=('6530d0d86c72485b815663e3b2c2987d59779340a71632ed8bb97a43530737a3')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2015-10-21 Thread Alexander Rødseth
Date: Wednesday, October 21, 2015 @ 13:42:48
  Author: arodseth
Revision: 144554

upgpkg: scite 3.6.1-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 09:45:00 UTC (rev 144553)
+++ PKGBUILD2015-10-21 11:42:48 UTC (rev 144554)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('cb2ccde384504cb5f4f2ec98f0c4982fb9f04f341786f2129b54af997aad4170')
+sha256sums=('bdffdc28c501dbb5e3dc6cbfe3808da2d574df983790c6ddfc2643040023a010')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2015-08-06 Thread Alexander Rødseth
Date: Thursday, August 6, 2015 @ 18:47:11
  Author: arodseth
Revision: 138026

upgpkg: scite 3.6.0-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-06 15:46:51 UTC (rev 138025)
+++ PKGBUILD2015-08-06 16:47:11 UTC (rev 138026)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.5.7
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('11d22385e7c47e3ef8393dcb915e4a61b7b29d5998bbdfbd7f276a5c145348fb')
+sha256sums=('cb2ccde384504cb5f4f2ec98f0c4982fb9f04f341786f2129b54af997aad4170')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2015-06-29 Thread Alexander Rødseth
Date: Tuesday, June 30, 2015 @ 00:00:38
  Author: arodseth
Revision: 136130

upgpkg: scite 3.5.7-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-29 21:48:27 UTC (rev 136129)
+++ PKGBUILD2015-06-29 22:00:38 UTC (rev 136130)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.5.5
+pkgver=3.5.7
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('20515597ac986f1727c97bda2c27d88487ddb79cfe330b0b890b5e25330b7d9f')
+sha256sums=('11d22385e7c47e3ef8393dcb915e4a61b7b29d5998bbdfbd7f276a5c145348fb')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2015-04-22 Thread Alexander Rødseth
Date: Wednesday, April 22, 2015 @ 15:09:23
  Author: arodseth
Revision: 131949

upgpkg: scite 3.5.5-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 13:09:03 UTC (rev 131948)
+++ PKGBUILD2015-04-22 13:09:23 UTC (rev 131949)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.5.4
+pkgver=3.5.5
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('96041bb6a3aed321e353db7c8fcde720b99cab98cbfa2ef62a5e07dd523e1495')
+sha256sums=('20515597ac986f1727c97bda2c27d88487ddb79cfe330b0b890b5e25330b7d9f')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


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

2015-03-09 Thread Alexander Rødseth
Date: Monday, March 9, 2015 @ 17:27:33
  Author: arodseth
Revision: 128983

upgpkg: scite 3.5.4-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-09 16:13:42 UTC (rev 128982)
+++ PKGBUILD2015-03-09 16:27:33 UTC (rev 128983)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.5.3
+pkgver=3.5.4
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,10 +17,10 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('d667c4f6cacc6d906e1992048c23eac4cb83c9ced7ec3df320d7e3913f167f10')
+sha256sums=('96041bb6a3aed321e353db7c8fcde720b99cab98cbfa2ef62a5e07dd523e1495')
 
 prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
+  if [ $?CXXBASEFLAGS == 1 ]; then
 sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
 setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
   fi


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

2015-01-22 Thread Alexander Rødseth
Date: Thursday, January 22, 2015 @ 12:09:31
  Author: arodseth
Revision: 126403

upgpkg: scite 3.5.3-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-22 09:57:42 UTC (rev 126402)
+++ PKGBUILD2015-01-22 11:09:31 UTC (rev 126403)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.5.1
+pkgver=3.5.3
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('a068dce0d7bf4a42dd30adfc997acb62724cc7f1b393ece5fe2ef46eaf6de581')
+sha256sums=('d667c4f6cacc6d906e1992048c23eac4cb83c9ced7ec3df320d7e3913f167f10')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 


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

2014-10-20 Thread Alexander Rødseth
Date: Monday, October 20, 2014 @ 16:14:39
  Author: arodseth
Revision: 121069

upgpkg: scite 3.5.1-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 14:05:39 UTC (rev 121068)
+++ PKGBUILD2014-10-20 14:14:39 UTC (rev 121069)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('bf7260a7538a642ad008db067ddf5f1752c3326059a5a7ae4885f08431f1d0b5')
+sha256sums=('a068dce0d7bf4a42dd30adfc997acb62724cc7f1b393ece5fe2ef46eaf6de581')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 


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

2014-08-15 Thread Alexander Rødseth
Date: Friday, August 15, 2014 @ 17:20:20
  Author: arodseth
Revision: 117438

upgpkg: scite 3.5.0-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-15 15:10:23 UTC (rev 117437)
+++ PKGBUILD2014-08-15 15:20:20 UTC (rev 117438)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.4
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995')
+sha256sums=('bf7260a7538a642ad008db067ddf5f1752c3326059a5a7ae4885f08431f1d0b5')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-07-03 Thread Alexander Rødseth
Date: Thursday, July 3, 2014 @ 15:00:04
  Author: arodseth
Revision: 114732

upgpkg: scite 3.4.4-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 11:49:24 UTC (rev 114731)
+++ PKGBUILD2014-07-03 13:00:04 UTC (rev 114732)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.3
+pkgver=3.4.4
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('8bad6e1241aba32001f8bbf6dfb368756a2c3e44dc96d712849a7de6f7540f23')
+sha256sums=('e3c477d96ab233e526020ff176b7113ada0cdf90425765ca5cb7c48e55317995')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-06-06 Thread Alexander Rødseth
Date: Friday, June 6, 2014 @ 13:51:31
  Author: arodseth
Revision: 112757

upgpkg: scite 3.4.3-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-06 11:02:55 UTC (rev 112756)
+++ PKGBUILD2014-06-06 11:51:31 UTC (rev 112757)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('eebaa57322167f94010e44adbc44b9efeefd1f164fce10bceca363a14fc5d261')
+sha256sums=('8bad6e1241aba32001f8bbf6dfb368756a2c3e44dc96d712849a7de6f7540f23')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-05-27 Thread Alexander Rødseth
Date: Tuesday, May 27, 2014 @ 13:55:30
  Author: arodseth
Revision: 111977

upgpkg: scite 3.4.2-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:49:58 UTC (rev 111976)
+++ PKGBUILD2014-05-27 11:55:30 UTC (rev 111977)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341')
+sha256sums=('eebaa57322167f94010e44adbc44b9efeefd1f164fce10bceca363a14fc5d261')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-04-11 Thread Alexander Rødseth
Date: Friday, April 11, 2014 @ 14:38:27
  Author: arodseth
Revision: 109204

upgpkg: scite 3.4.1-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-11 11:58:40 UTC (rev 109203)
+++ PKGBUILD2014-04-11 12:38:27 UTC (rev 109204)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('6e247543e08840c6103b50308bb394892525194bffcd98b673e4c7f6d03ba1a4')
+sha256sums=('ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 13:57:29
  Author: arodseth
Revision: 108390

upgpkg: scite 3.4.0-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 12:31:34 UTC (rev 108389)
+++ PKGBUILD2014-03-27 12:57:29 UTC (rev 108390)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@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 @@
 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 @@
 }
 
 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:



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

2014-02-02 Thread Alexander Rødseth
Date: Sunday, February 2, 2014 @ 17:50:07
  Author: arodseth
Revision: 105191

upgpkg: scite 3.3.9-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-02 16:31:36 UTC (rev 105190)
+++ PKGBUILD2014-02-02 16:50:07 UTC (rev 105191)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.7
+pkgver=3.3.9
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('ad094de779572a5c1bb0f2c590acc05a8706fc2f8c8e9ba7d4d98182bb37f174')
+sha256sums=('cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2013-12-28 Thread Alexander Rødseth
Date: Saturday, December 28, 2013 @ 20:39:39
  Author: arodseth
Revision: 103180

upgpkg: scite 3.3.7-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-28 19:06:24 UTC (rev 103179)
+++ PKGBUILD2013-12-28 19:39:39 UTC (rev 103180)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.6
+pkgver=3.3.7
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('9f3f9c9867e93af37af7a59e962aad76897c9e816c683c03e922baed6be506a5')
+sha256sums=('ad094de779572a5c1bb0f2c590acc05a8706fc2f8c8e9ba7d4d98182bb37f174')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 
@@ -32,8 +32,8 @@
 }
 
 build() {
-  make -C $srcdir/scintilla/gtk
-  make -C $srcdir/$pkgname/gtk
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
 }
 
 package() {



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

2013-10-25 Thread Alexander Rødseth
Date: Friday, October 25, 2013 @ 12:00:35
  Author: arodseth
Revision: 99177

upgpkg: scite 3.3.6-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 09:59:42 UTC (rev 99176)
+++ PKGBUILD2013-10-25 10:00:35 UTC (rev 99177)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('5acd167046afe7dfa280c034ab9c7dc5d1be1d548e4999c2456fb2a61468fa89')
+sha256sums=('9f3f9c9867e93af37af7a59e962aad76897c9e816c683c03e922baed6be506a5')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2013-09-02 Thread Alexander Rødseth
Date: Monday, September 2, 2013 @ 11:38:58
  Author: arodseth
Revision: 96604

upgpkg: scite 3.3.5-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-02 09:08:52 UTC (rev 96603)
+++ PKGBUILD2013-09-02 09:38:58 UTC (rev 96604)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.3
+pkgver=3.3.5
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3')
+sha256sums=('5acd167046afe7dfa280c034ab9c7dc5d1be1d548e4999c2456fb2a61468fa89')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 
@@ -37,7 +37,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname/gtk
+  cd $pkgname/gtk
 
   make DESTDIR=$pkgdir install
   install -Dm644 $srcdir/$pkgname/License.txt \



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

2013-07-05 Thread Alexander Rødseth
Date: Friday, July 5, 2013 @ 20:26:04
  Author: arodseth
Revision: 93569

upgpkg: scite 3.3.3-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-05 17:54:59 UTC (rev 93568)
+++ PKGBUILD2013-07-05 18:26:04 UTC (rev 93569)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.1
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717')
+sha256sums=('ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2013-04-12 Thread Alexander Rødseth
Date: Friday, April 12, 2013 @ 15:59:26
  Author: arodseth
Revision: 88148

upgpkg: scite 3.3.1-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-12 13:37:46 UTC (rev 88147)
+++ PKGBUILD2013-04-12 13:59:26 UTC (rev 88148)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.2.5
+pkgver=3.3.1
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -15,13 +15,11 @@
 depends=('desktop-file-utils' 'gtk2')
 makedepends=('setconf')
 backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
+install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('ac3ca9588bb23ef21da2e22f6ef21416bbd7bf6957130a8e4057b3e5f3c58bef')
+sha256sums=('96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717')
 
-build() {
-  cd $srcdir
-
+prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 
 sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
 setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
@@ -31,12 +29,13 @@
 -DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
   setconf scintilla/gtk/makefile CXXBASEFLAGS \
 -Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-  cd $srcdir/scintilla/gtk
-  make
-  cd $srcdir/$pkgname/gtk
-  make
 }
 
+build() {
+  make -C $srcdir/scintilla/gtk
+  make -C $srcdir/$pkgname/gtk
+}
+
 package() {
   cd $srcdir/$pkgname/gtk
 



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

2013-03-02 Thread Alexander Rødseth
Date: Saturday, March 2, 2013 @ 13:31:42
  Author: arodseth
Revision: 85516

upgpkg: scite 3.2.5-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-02 11:55:12 UTC (rev 85515)
+++ PKGBUILD2013-03-02 12:31:42 UTC (rev 85516)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('bd20b97513aee8e4584253d6ca31ec658bd4f098ceefb354889eb8a498cb5c08')
+sha256sums=('ac3ca9588bb23ef21da2e22f6ef21416bbd7bf6957130a8e4057b3e5f3c58bef')
 
 build() {
   cd $srcdir



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

2013-02-03 Thread Alexander Rødseth
Date: Sunday, February 3, 2013 @ 23:48:19
  Author: arodseth
Revision: 83607

upgpkg: scite 3.2.4-1

Modified:
  scite/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-03 20:54:06 UTC (rev 83606)
+++ PKGBUILD2013-02-03 22:48:19 UTC (rev 83607)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('d0d324a5e420ff96db6cd1c6eeac23b6f4c046e7545e73c4625ab2add90e4a65')
+sha256sums=('bd20b97513aee8e4584253d6ca31ec658bd4f098ceefb354889eb8a498cb5c08')
 
 build() {
   cd $srcdir
@@ -27,8 +27,10 @@
 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)
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
   cd $srcdir/scintilla/gtk
   make
   cd $srcdir/$pkgname/gtk