Date: Tuesday, December 6, 2016 @ 23:45:44
  Author: arodseth
Revision: 198224

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

Added:
  scite/repos/community-i686/PKGBUILD
    (from rev 198223, scite/trunk/PKGBUILD)
  scite/repos/community-x86_64/PKGBUILD
    (from rev 198223, scite/trunk/PKGBUILD)
Deleted:
  scite/repos/community-i686/PKGBUILD
  scite/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   98 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   47 ---------------------
 community-x86_64/PKGBUILD |   47 ---------------------
 3 files changed, 98 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-12-06 23:44:13 UTC (rev 198223)
+++ community-i686/PKGBUILD     2016-12-06 23:45:44 UTC (rev 198224)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xypr...@archlinux.org>
-# Contributor: Thomas S Hatch <thatc...@gmail.com>
-# Contributor: Corrado 'bardo' Primier <corrado.prim...@mail.polimi.it>
-# Contributor: Jochem Kossen <j.kos...@home.nl>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=scite
-pkgver=3.7.0
-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')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz";)
-sha256sums=('034dca55b58d8c3af554900956ea20ca25be6d5157b394ecc3a055788496753b')
-
-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"
-}
-
-package() {
-  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname/License.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
-  install -Dm644 "scintilla/License.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
-  ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 198223, 
scite/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-12-06 23:45:44 UTC (rev 198224)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xypr...@archlinux.org>
+# Contributor: Thomas S Hatch <thatc...@gmail.com>
+# Contributor: Corrado 'bardo' Primier <corrado.prim...@mail.polimi.it>
+# Contributor: Jochem Kossen <j.kos...@home.nl>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=scite
+pkgver=3.7.1
+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')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz";)
+sha256sums=('9dfda3b09d48f64cc0764afb8b08c1246a6fce8d9ef95a4b535e8ef4ae2b36b9')
+
+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"
+}
+
+package() {
+  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname/License.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
+  install -Dm644 "scintilla/License.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
+  ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-12-06 23:44:13 UTC (rev 198223)
+++ community-x86_64/PKGBUILD   2016-12-06 23:45:44 UTC (rev 198224)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xypr...@archlinux.org>
-# Contributor: Thomas S Hatch <thatc...@gmail.com>
-# Contributor: Corrado 'bardo' Primier <corrado.prim...@mail.polimi.it>
-# Contributor: Jochem Kossen <j.kos...@home.nl>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=scite
-pkgver=3.7.0
-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')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz";)
-sha256sums=('034dca55b58d8c3af554900956ea20ca25be6d5157b394ecc3a055788496753b')
-
-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"
-}
-
-package() {
-  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname/License.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
-  install -Dm644 "scintilla/License.txt" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
-  ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-x86_64/PKGBUILD (from rev 198223, 
scite/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-06 23:45:44 UTC (rev 198224)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xypr...@archlinux.org>
+# Contributor: Thomas S Hatch <thatc...@gmail.com>
+# Contributor: Corrado 'bardo' Primier <corrado.prim...@mail.polimi.it>
+# Contributor: Jochem Kossen <j.kos...@home.nl>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=scite
+pkgver=3.7.1
+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')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz";)
+sha256sums=('9dfda3b09d48f64cc0764afb8b08c1246a6fce8d9ef95a4b535e8ef4ae2b36b9')
+
+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"
+}
+
+package() {
+  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname/License.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
+  install -Dm644 "scintilla/License.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
+  ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to