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

Jan Steffens heftig at gemini.archlinux.org
Thu Mar 17 20:43:28 UTC 2022


    Date: Thursday, March 17, 2022 @ 20:43:28
  Author: heftig
Revision: 1157036

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: pantheon-code/repos/community-testing-x86_64/PKGBUILD (from rev 1157035, pantheon-code/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-03-17 20:43:28 UTC (rev 1157036)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=6.1.0
+pkgrel=3
+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'
+  'vala: Outline 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
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "${pkgdir}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list