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

Alexander Rødseth arodseth at archlinux.org
Sat May 21 16:55:12 UTC 2016


    Date: Saturday, May 21, 2016 @ 18:55:11
  Author: arodseth
Revision: 176064

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

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

--------------------------------+
 /PKGBUILD                      |   94 +++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD        |   48 -------------------
 community-i686/scite.install   |   13 -----
 community-x86_64/PKGBUILD      |   48 -------------------
 community-x86_64/scite.install |   13 -----
 5 files changed, 94 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-21 16:54:58 UTC (rev 176063)
+++ community-i686/PKGBUILD	2016-05-21 16:55:11 UTC (rev 176064)
@@ -1,48 +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.6.5
-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=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
-
-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 176063, scite/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-21 16:55:11 UTC (rev 176064)
@@ -0,0 +1,47 @@
+# $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.6.5
+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=('gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
+sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
+
+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-i686/scite.install
===================================================================
--- community-i686/scite.install	2016-05-21 16:54:58 UTC (rev 176063)
+++ community-i686/scite.install	2016-05-21 16:55:11 UTC (rev 176064)
@@ -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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-21 16:54:58 UTC (rev 176063)
+++ community-x86_64/PKGBUILD	2016-05-21 16:55:11 UTC (rev 176064)
@@ -1,48 +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.6.5
-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=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
-
-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 176063, scite/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-21 16:55:11 UTC (rev 176064)
@@ -0,0 +1,47 @@
+# $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.6.5
+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=('gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
+sha256sums=('dde62ebebbd4c36afd81ab0e745ff04839f4cfc911496f2d0463aade1374b9d1')
+
+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/scite.install
===================================================================
--- community-x86_64/scite.install	2016-05-21 16:54:58 UTC (rev 176063)
+++ community-x86_64/scite.install	2016-05-21 16:55:11 UTC (rev 176064)
@@ -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:



More information about the arch-commits mailing list