[arch-commits] Commit in pantheon-code/repos (2 files)
Maxime Gauduin
alucryd at archlinux.org
Fri Oct 2 08:28:09 UTC 2020
Date: Friday, October 2, 2020 @ 08:28:09
Author: alucryd
Revision: 715190
archrelease: copy trunk to community-staging-x86_64
Added:
pantheon-code/repos/community-staging-x86_64/
pantheon-code/repos/community-staging-x86_64/PKGBUILD
(from rev 715189, pantheon-code/trunk/PKGBUILD)
----------+
PKGBUILD | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
Copied: pantheon-code/repos/community-staging-x86_64/PKGBUILD (from rev 715189, pantheon-code/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-10-02 08:28:09 UTC (rev 715190)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=3.4.1
+pkgrel=2
+pkgdesc='The Pantheon Text Editor'
+arch=(x86_64)
+url=https://github.com/elementary/code
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ editorconfig-core-c
+ glib2
+ gtk3
+ gtksourceview3
+ libgee
+ libgit2-glib
+ libgranite.so
+ libpeas
+ pango
+)
+makedepends=(
+ cmake
+ git
+ gobject-introspection
+ gtkspell3
+ intltool
+ libsoup
+ meson
+ vala
+ vte3
+ webkit2gtk
+)
+optdepends=(
+ 'gtkspell3: Spell Check plugin'
+ 'libsoup: Pastebin plugin'
+ 'vte3: Terminal plugin'
+ 'webkit2gtk: Browser Preview plugin'
+)
+_tag=5efce792e7020c436d5127345001d85b1575de5a
+source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd pantheon-code
+
+ git describe --tags
+}
+
+prepare() {
+ # won't build with vala 0.50.1
+ sed "/subdir('outline')/d" -i pantheon-code/plugins/meson.build
+}
+
+build() {
+ arch-meson pantheon-code build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list