[arch-commits] Commit in pantheon-code/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Thu Mar 17 20:43:12 UTC 2022
Date: Thursday, March 17, 2022 @ 20:43:12
Author: heftig
Revision: 1157034
6.1.0-3: vala 0.56
Modified:
pantheon-code/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-17 20:43:04 UTC (rev 1157033)
+++ PKGBUILD 2022-03-17 20:43:12 UTC (rev 1157034)
@@ -3,7 +3,7 @@
pkgname=pantheon-code
pkgver=6.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='The Pantheon Text Editor'
arch=(x86_64)
url=https://github.com/elementary/code
@@ -37,6 +37,7 @@
optdepends=(
'gtkspell3: Spell Check plugin'
'libsoup: Pastebin plugin'
+ 'vala: Outline plugin'
'vte3: Terminal plugin'
'webkit2gtk: Browser Preview plugin'
)
@@ -56,11 +57,11 @@
build() {
arch-meson pantheon-code build
- ninja -C build
+ meson compile -C build
}
package() {
- DESTDIR="${pkgdir}" meson install -C build
+ meson install -C build --destdir "${pkgdir}"
}
-# vim: ts=2 sw=2 et:
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list