[arch-commits] Commit in scratch-text-editor/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Feb 12 11:55:41 UTC 2017


    Date: Sunday, February 12, 2017 @ 11:55:41
  Author: alucryd
Revision: 212014

upgpkg: scratch-text-editor 2.4-1

Modified:
  scratch-text-editor/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-12 07:47:47 UTC (rev 212013)
+++ PKGBUILD	2017-02-12 11:55:41 UTC (rev 212014)
@@ -3,8 +3,8 @@
 # Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
 
 pkgname=scratch-text-editor
-pkgver=2.3
-pkgrel=2
+pkgver=2.4
+pkgrel=1
 pkgdesc='The Pantheon Text Editor'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/scratch'
@@ -13,15 +13,14 @@
          'libpeas' 'pango' 'zeitgeist'
          'libgranite.so')
 makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup'
-             'vala' 'vte3')
+             'vala' 'vte3' 'webkit2gtk')
 optdepends=('gtkspell3: Spell Check plugin'
             'libsoup: Pastebin plugin'
             'vala: Outline plugin'
-            'vte3: Terminal plugin')
-source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz"
-        'scratch-optional-webkitgtk.patch')
-sha256sums=('529f7d3ee8d6ca173b9adeb8063accdf10d1874eb95ea66602c27e3142977bd7'
-            'acffc9c4b7dd2bb8e4e153f0703f0ae5aa0958cfeda8cb276a749ab009ef448b')
+            '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}
@@ -30,8 +29,6 @@
     rm -rf build
   fi
   mkdir build
-
-  patch -Np1 -i ../scratch-optional-webkitgtk.patch
 }
 
 build() {



More information about the arch-commits mailing list