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

Maxime Gauduin alucryd at archlinux.org
Sun Feb 26 20:39:56 UTC 2017


    Date: Sunday, February 26, 2017 @ 20:39:55
  Author: alucryd
Revision: 213886

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

Added:
  scratch-text-editor/repos/community-i686/PKGBUILD
    (from rev 213885, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-i686/scratch-optional-webkitgtk.patch
    (from rev 213885, scratch-text-editor/trunk/scratch-optional-webkitgtk.patch)
  scratch-text-editor/repos/community-x86_64/PKGBUILD
    (from rev 213885, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-x86_64/scratch-optional-webkitgtk.patch
    (from rev 213885, scratch-text-editor/trunk/scratch-optional-webkitgtk.patch)
Deleted:
  scratch-text-editor/repos/community-i686/PKGBUILD
  scratch-text-editor/repos/community-i686/scratch-optional-webkitgtk.patch
  scratch-text-editor/repos/community-x86_64/PKGBUILD
  scratch-text-editor/repos/community-x86_64/scratch-optional-webkitgtk.patch

---------------------------------------------------+
 /PKGBUILD                                         |  102 ++++++++++++++++++++
 /scratch-optional-webkitgtk.patch                 |   18 +++
 community-i686/PKGBUILD                           |   51 ----------
 community-i686/scratch-optional-webkitgtk.patch   |    9 -
 community-x86_64/PKGBUILD                         |   51 ----------
 community-x86_64/scratch-optional-webkitgtk.patch |    9 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-26 20:39:45 UTC (rev 213885)
+++ community-i686/PKGBUILD	2017-02-26 20:39:55 UTC (rev 213886)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=scratch-text-editor
-pkgver=2.4
-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' 'libsoup'
-             'vala' 'vte3' 'webkit2gtk')
-optdepends=('gtkspell3: Spell Check plugin'
-            'libsoup: Pastebin plugin'
-            'vala: Outline plugin'
-            'vte3: Terminal plugin'
-            'webkit2gtk: Browser Preview plugin')
-source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz")
-sha256sums=('2cb08e83c95176d0ce2f2d66845039499aa19eb3aab049e03242328419ae8687')
-
-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 213885, scratch-text-editor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-26 20:39:55 UTC (rev 213886)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=scratch-text-editor
+pkgver=2.4.1
+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' 'libsoup'
+             'vala' 'vte3' 'webkit2gtk')
+optdepends=('gtkspell3: Spell Check plugin'
+            'libsoup: Pastebin plugin'
+            'vala: Outline plugin'
+            'vte3: Terminal plugin'
+            'webkit2gtk: Browser Preview plugin')
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz")
+sha256sums=('74076d3fefc79a8261cfbd4eacc4e614d0a35e44c9e4c1f32ed23e81da704836')
+
+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-i686/scratch-optional-webkitgtk.patch
===================================================================
--- community-i686/scratch-optional-webkitgtk.patch	2017-02-26 20:39:45 UTC (rev 213885)
+++ community-i686/scratch-optional-webkitgtk.patch	2017-02-26 20:39:55 UTC (rev 213886)
@@ -1,9 +0,0 @@
-diff -rupN scratch-text-editor-2.3.orig/plugins/browser-preview/CMakeLists.txt scratch-text-editor-2.3/plugins/browser-preview/CMakeLists.txt
---- scratch-text-editor-2.3.orig/plugins/browser-preview/CMakeLists.txt	2017-01-19 23:08:49.613757781 +0100
-+++ scratch-text-editor-2.3/plugins/browser-preview/CMakeLists.txt	2017-01-19 23:11:17.183287592 +0100
-@@ -1,4 +1,4 @@
--pkg_check_modules (WEBKIT REQUIRED "webkitgtk-3.0")
-+pkg_check_modules (WEBKIT webkitgtk-3.0)
- if(${WEBKIT_FOUND})
- add_definitions(${NORMAL_CFLAGS})
- include_directories(${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/scratchcore/)

Copied: scratch-text-editor/repos/community-i686/scratch-optional-webkitgtk.patch (from rev 213885, scratch-text-editor/trunk/scratch-optional-webkitgtk.patch)
===================================================================
--- community-i686/scratch-optional-webkitgtk.patch	                        (rev 0)
+++ community-i686/scratch-optional-webkitgtk.patch	2017-02-26 20:39:55 UTC (rev 213886)
@@ -0,0 +1,9 @@
+diff -rupN scratch-text-editor-2.3.orig/plugins/browser-preview/CMakeLists.txt scratch-text-editor-2.3/plugins/browser-preview/CMakeLists.txt
+--- scratch-text-editor-2.3.orig/plugins/browser-preview/CMakeLists.txt	2017-01-19 23:08:49.613757781 +0100
++++ scratch-text-editor-2.3/plugins/browser-preview/CMakeLists.txt	2017-01-19 23:11:17.183287592 +0100
+@@ -1,4 +1,4 @@
+-pkg_check_modules (WEBKIT REQUIRED "webkitgtk-3.0")
++pkg_check_modules (WEBKIT webkitgtk-3.0)
+ if(${WEBKIT_FOUND})
+ add_definitions(${NORMAL_CFLAGS})
+ include_directories(${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/scratchcore/)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-26 20:39:45 UTC (rev 213885)
+++ community-x86_64/PKGBUILD	2017-02-26 20:39:55 UTC (rev 213886)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=scratch-text-editor
-pkgver=2.4
-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' 'libsoup'
-             'vala' 'vte3' 'webkit2gtk')
-optdepends=('gtkspell3: Spell Check plugin'
-            'libsoup: Pastebin plugin'
-            'vala: Outline plugin'
-            'vte3: Terminal plugin'
-            'webkit2gtk: Browser Preview plugin')
-source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz")
-sha256sums=('2cb08e83c95176d0ce2f2d66845039499aa19eb3aab049e03242328419ae8687')
-
-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 213885, scratch-text-editor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-26 20:39:55 UTC (rev 213886)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=scratch-text-editor
+pkgver=2.4.1
+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' 'libsoup'
+             'vala' 'vte3' 'webkit2gtk')
+optdepends=('gtkspell3: Spell Check plugin'
+            'libsoup: Pastebin plugin'
+            'vala: Outline plugin'
+            'vte3: Terminal plugin'
+            'webkit2gtk: Browser Preview plugin')
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz")
+sha256sums=('74076d3fefc79a8261cfbd4eacc4e614d0a35e44c9e4c1f32ed23e81da704836')
+
+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/scratch-optional-webkitgtk.patch
===================================================================
--- community-x86_64/scratch-optional-webkitgtk.patch	2017-02-26 20:39:45 UTC (rev 213885)
+++ community-x86_64/scratch-optional-webkitgtk.patch	2017-02-26 20:39:55 UTC (rev 213886)
@@ -1,9 +0,0 @@
-diff -rupN scratch-text-editor-2.3.orig/plugins/browser-preview/CMakeLists.txt scratch-text-editor-2.3/plugins/browser-preview/CMakeLists.txt
---- scratch-text-editor-2.3.orig/plugins/browser-preview/CMakeLists.txt	2017-01-19 23:08:49.613757781 +0100
-+++ scratch-text-editor-2.3/plugins/browser-preview/CMakeLists.txt	2017-01-19 23:11:17.183287592 +0100
-@@ -1,4 +1,4 @@
--pkg_check_modules (WEBKIT REQUIRED "webkitgtk-3.0")
-+pkg_check_modules (WEBKIT webkitgtk-3.0)
- if(${WEBKIT_FOUND})
- add_definitions(${NORMAL_CFLAGS})
- include_directories(${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/scratchcore/)

Copied: scratch-text-editor/repos/community-x86_64/scratch-optional-webkitgtk.patch (from rev 213885, scratch-text-editor/trunk/scratch-optional-webkitgtk.patch)
===================================================================
--- community-x86_64/scratch-optional-webkitgtk.patch	                        (rev 0)
+++ community-x86_64/scratch-optional-webkitgtk.patch	2017-02-26 20:39:55 UTC (rev 213886)
@@ -0,0 +1,9 @@
+diff -rupN scratch-text-editor-2.3.orig/plugins/browser-preview/CMakeLists.txt scratch-text-editor-2.3/plugins/browser-preview/CMakeLists.txt
+--- scratch-text-editor-2.3.orig/plugins/browser-preview/CMakeLists.txt	2017-01-19 23:08:49.613757781 +0100
++++ scratch-text-editor-2.3/plugins/browser-preview/CMakeLists.txt	2017-01-19 23:11:17.183287592 +0100
+@@ -1,4 +1,4 @@
+-pkg_check_modules (WEBKIT REQUIRED "webkitgtk-3.0")
++pkg_check_modules (WEBKIT webkitgtk-3.0)
+ if(${WEBKIT_FOUND})
+ add_definitions(${NORMAL_CFLAGS})
+ include_directories(${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/scratchcore/)



More information about the arch-commits mailing list