[arch-commits] Commit in pantheon-code/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Jul 21 06:20:33 UTC 2021
Date: Wednesday, July 21, 2021 @ 06:20:33
Author: alucryd
Revision: 981509
archrelease: copy trunk to community-x86_64
Added:
pantheon-code/repos/community-x86_64/PKGBUILD
(from rev 981508, pantheon-code/trunk/PKGBUILD)
Deleted:
pantheon-code/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 127 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 62 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 06:20:27 UTC (rev 981508)
+++ PKGBUILD 2021-07-21 06:20:33 UTC (rev 981509)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-code
-pkgver=3.4.1
-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
- 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:
Copied: pantheon-code/repos/community-x86_64/PKGBUILD (from rev 981508, pantheon-code/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-21 06:20:33 UTC (rev 981509)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=6.0.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=594c72d16ff12d6de5fe6a9c9a4c622e27494db4
+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