[arch-commits] Commit in scite/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sun Feb 26 10:41:15 UTC 2017


    Date: Sunday, February 26, 2017 @ 10:41:15
  Author: arojas
Revision: 213849

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-26 10:40:45 UTC (rev 213848)
+++ community-i686/PKGBUILD	2017-02-26 10:41:15 UTC (rev 213849)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=scite
-pkgver=3.7.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')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('1aae46ad22abc647864c4255e9497eec702938052b35c0e5d452a0ccba23fe7f')
-
-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 213848, scite/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-26 10:41:15 UTC (rev 213849)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=scite
+pkgver=3.7.3
+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=('355905682510297b713820a85c1a13a62882451fd1e67d55e25442ec020ca815')
+
+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	2017-02-26 10:40:45 UTC (rev 213848)
+++ community-x86_64/PKGBUILD	2017-02-26 10:41:15 UTC (rev 213849)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=scite
-pkgver=3.7.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')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('1aae46ad22abc647864c4255e9497eec702938052b35c0e5d452a0ccba23fe7f')
-
-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 213848, scite/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-26 10:41:15 UTC (rev 213849)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=scite
+pkgver=3.7.3
+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=('355905682510297b713820a85c1a13a62882451fd1e67d55e25442ec020ca815')
+
+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:



More information about the arch-commits mailing list