[arch-commits] Commit in pantheon-code/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Nov 24 12:12:28 UTC 2021


    Date: Wednesday, November 24, 2021 @ 12:12:27
  Author: alucryd
Revision: 1054653

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-24 12:12:22 UTC (rev 1054652)
+++ PKGBUILD	2021-11-24 12:12:27 UTC (rev 1054653)
@@ -1,62 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-code
-pkgver=6.0.1
-pkgrel=1
-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=4ddec37ed98bd42da5af97e17f30c634f2fd4f87
-source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${_tag})
-sha256sums=(SKIP)
-
-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:

Copied: pantheon-code/repos/community-x86_64/PKGBUILD (from rev 1054652, pantheon-code/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-24 12:12:27 UTC (rev 1054653)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=6.1.0
+pkgrel=1
+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})
+sha256sums=(SKIP)
+
+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