[arch-commits] Commit in pantheon-code (3 files)

Maxime Gauduin alucryd at archlinux.org
Thu Jun 21 08:21:18 UTC 2018


    Date: Thursday, June 21, 2018 @ 08:21:18
  Author: alucryd
Revision: 344264

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-code/repos/
  pantheon-code/repos/community-staging-x86_64/
  pantheon-code/repos/community-staging-x86_64/PKGBUILD
    (from rev 344263, pantheon-code/trunk/PKGBUILD)

----------+
 PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

Copied: pantheon-code/repos/community-staging-x86_64/PKGBUILD (from rev 344263, pantheon-code/trunk/PKGBUILD)
===================================================================
--- repos/community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-staging-x86_64/PKGBUILD	2018-06-21 08:21:18 UTC (rev 344264)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=2.4.1.r735.ab6994df
+pkgrel=1
+pkgdesc='The Pantheon Text Editor'
+arch=('x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+depends=('editorconfig-core-c' 'glib2' 'gtk3' 'gtksourceview3' 'libgee'
+         'libpeas' 'pango' 'zeitgeist'
+         'libgranite.so')
+makedepends=('git' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup'
+             'meson' 'vala' 'vte3' 'webkit2gtk')
+optdepends=('gtkspell3: Spell Check plugin'
+            'libsoup: Pastebin plugin'
+            'vala: Outline plugin'
+            'vte3: Terminal plugin'
+            'webkit2gtk: Browser Preview plugin')
+provides=('scratch-text-editor')
+conflicts=('scratch-text-editor')
+replaces=('scratch-text-editor')
+_commit='ab6994dfc3662c1f481688610b26c40170967a19'
+source=("pantheon-code::git+https://github.com/elementary/code.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pantheon-code
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+build() {
+  arch-meson pantheon-code build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list