[arch-commits] Commit in pantheon-code/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 16:45:54 UTC 2022


    Date: Sunday, March 6, 2022 @ 16:45:53
  Author: felixonmars
Revision: 1142787

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 1142786, pantheon-code/trunk/PKGBUILD)

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

Copied: pantheon-code/repos/community-staging-x86_64/PKGBUILD (from rev 1142786, pantheon-code/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 16:45:53 UTC (rev 1142787)
@@ -0,0 +1,66 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=6.1.0
+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
+  gtksourceview4
+  libgee
+  libgit2-glib
+  libgranite.so
+  libhandy-1.so
+  libpeas
+  pango
+  polkit
+)
+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=4a111ecbdc3060b36ef6ffb23510a0f0b52129be
+source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd pantheon-code
+  git cherry-pick -n 4f5bb5118cefb3f37dda8a78a141cde5d81b1227
+}
+
+pkgver() {
+  cd pantheon-code
+  git describe --tags
+}
+
+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