[arch-commits] Commit in scratch-text-editor/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Fri Aug 12 12:50:08 UTC 2016


    Date: Friday, August 12, 2016 @ 12:50:08
  Author: alucryd
Revision: 186611

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

Added:
  scratch-text-editor/repos/community-i686/PKGBUILD
    (from rev 186610, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-x86_64/PKGBUILD
    (from rev 186610, scratch-text-editor/trunk/PKGBUILD)
Deleted:
  scratch-text-editor/repos/community-i686/PKGBUILD
  scratch-text-editor/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-12 12:49:57 UTC (rev 186610)
+++ community-i686/PKGBUILD	2016-08-12 12:50:08 UTC (rev 186611)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=scratch-text-editor
-pkgver=2.2.1
-pkgrel=2
-pkgdesc='The Pantheon Text Editor'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/scratch'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
-         'libpeas' 'pango' 'zeitgeist'
-         'libgranite.so')
-makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
-             'webkitgtk')
-optdepends=('gtkspell3: Spell Check extension'
-            'vala: Outline extension'
-            'vte3: Terminal extension'
-            'webkitgtk: Browser Preview extension')
-source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz")
-sha256sums=('d852bac83a5a7b9b14d62134838bae41ecb08fb1eb0f12f7f61164fb880c0305')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd scratch-text-editor-${pkgver}/build
-
-  cmake .. \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-    -DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd scratch-text-editor-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scratch-text-editor/repos/community-i686/PKGBUILD (from rev 186610, scratch-text-editor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-12 12:50:08 UTC (rev 186611)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=scratch-text-editor
+pkgver=2.3
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+         'libpeas' 'pango' 'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'intltool' 'vala'
+             'vte3' 'webkitgtk')
+optdepends=('gtkspell3: Spell Check extension'
+            'vala: Outline extension'
+            'vte3: Terminal extension'
+            'webkitgtk: Browser Preview extension')
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz")
+sha256sums=('529f7d3ee8d6ca173b9adeb8063accdf10d1874eb95ea66602c27e3142977bd7')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd scratch-text-editor-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-12 12:49:57 UTC (rev 186610)
+++ community-x86_64/PKGBUILD	2016-08-12 12:50:08 UTC (rev 186611)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=scratch-text-editor
-pkgver=2.2.1
-pkgrel=2
-pkgdesc='The Pantheon Text Editor'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/scratch'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
-         'libpeas' 'pango' 'zeitgeist'
-         'libgranite.so')
-makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
-             'webkitgtk')
-optdepends=('gtkspell3: Spell Check extension'
-            'vala: Outline extension'
-            'vte3: Terminal extension'
-            'webkitgtk: Browser Preview extension')
-source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz")
-sha256sums=('d852bac83a5a7b9b14d62134838bae41ecb08fb1eb0f12f7f61164fb880c0305')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd scratch-text-editor-${pkgver}/build
-
-  cmake .. \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-    -DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd scratch-text-editor-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scratch-text-editor/repos/community-x86_64/PKGBUILD (from rev 186610, scratch-text-editor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-12 12:50:08 UTC (rev 186611)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=scratch-text-editor
+pkgver=2.3
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+         'libpeas' 'pango' 'zeitgeist'
+         'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'intltool' 'vala'
+             'vte3' 'webkitgtk')
+optdepends=('gtkspell3: Spell Check extension'
+            'vala: Outline extension'
+            'vte3: Terminal extension'
+            'webkitgtk: Browser Preview extension')
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz")
+sha256sums=('529f7d3ee8d6ca173b9adeb8063accdf10d1874eb95ea66602c27e3142977bd7')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+    -DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd scratch-text-editor-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list