[arch-commits] Commit in pantheon-code/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Tue Apr 26 16:31:50 UTC 2022
Date: Tuesday, April 26, 2022 @ 16:31:50
Author: alucryd
Revision: 1191024
archrelease: copy trunk to community-x86_64
Added:
pantheon-code/repos/community-x86_64/PKGBUILD
(from rev 1191023, pantheon-code/trunk/PKGBUILD)
Deleted:
pantheon-code/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 129 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 62 insertions(+), 67 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-26 16:31:44 UTC (rev 1191023)
+++ PKGBUILD 2022-04-26 16:31:50 UTC (rev 1191024)
@@ -1,67 +0,0 @@
-# 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:
Copied: pantheon-code/repos/community-x86_64/PKGBUILD (from rev 1191023, pantheon-code/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-26 16:31:50 UTC (rev 1191024)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=6.2.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'
+ 'vala: Outline plugin'
+ 'vte3: Terminal plugin'
+ 'webkit2gtk: Browser Preview plugin'
+)
+_tag=a580f6b6b0c7963333dd472f6ee9da2a7c602449
+source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${_tag})
+b2sums=(SKIP)
+
+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