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

Maxime Gauduin alucryd at archlinux.org
Thu Jan 19 22:17:59 UTC 2017


    Date: Thursday, January 19, 2017 @ 22:17:58
  Author: alucryd
Revision: 208067

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

Deleted:
  scratch-text-editor/repos/community-i686/PKGBUILD
  scratch-text-editor/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   54 --------------------------------------------
 community-x86_64/PKGBUILD |   54 --------------------------------------------
 2 files changed, 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-19 22:17:49 UTC (rev 208066)
+++ community-i686/PKGBUILD	2017-01-19 22:17:58 UTC (rev 208067)
@@ -1,54 +0,0 @@
-# $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' 'libsoup'
-             'vala' 'vte3')
-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')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-
-  patch -Np1 -i ../scratch-optional-webkitgtk.patch
-}
-
-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	2017-01-19 22:17:49 UTC (rev 208066)
+++ community-x86_64/PKGBUILD	2017-01-19 22:17:58 UTC (rev 208067)
@@ -1,54 +0,0 @@
-# $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' 'libsoup'
-             'vala' 'vte3')
-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')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-
-  patch -Np1 -i ../scratch-optional-webkitgtk.patch
-}
-
-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