[arch-commits] Commit in pantheon-code/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Apr 3 07:23:07 UTC 2020
Date: Friday, April 3, 2020 @ 07:23:07
Author: alucryd
Revision: 610770
archrelease: copy trunk to community-x86_64
Added:
pantheon-code/repos/community-x86_64/PKGBUILD
(from rev 610769, pantheon-code/trunk/PKGBUILD)
Deleted:
pantheon-code/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 118 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 59 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-03 07:23:01 UTC (rev 610769)
+++ PKGBUILD 2020-04-03 07:23:07 UTC (rev 610770)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-code
-pkgver=3.3.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
- gtksourceview3
- libgee
- libgit2-glib
- libgranite.so
- libpeas
- pango
-)
-makedepends=(
- 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'
-)
-source=(pantheon-code::git+https://github.com/elementary/code.git#tag=ba59c3d17e4a96e9f86fca7a26f2a466e6a9eb28)
-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 610769, pantheon-code/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-03 07:23:07 UTC (rev 610770)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-code
+pkgver=3.4.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
+ gtksourceview3
+ libgee
+ libgit2-glib
+ libgranite.so
+ libpeas
+ pango
+)
+makedepends=(
+ 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'
+)
+source=(pantheon-code::git+https://github.com/elementary/code.git#tag=9ee2e701a8174b69f3b85a57c2f8a0996229b72c)
+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