Date: Wednesday, July 21, 2021 @ 06:20:27 Author: alucryd Revision: 981508
upgpkg: pantheon-code 6.0.0-1 Modified: pantheon-code/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-21 06:12:17 UTC (rev 981507) +++ PKGBUILD 2021-07-21 06:20:27 UTC (rev 981508) @@ -2,8 +2,8 @@ # Contributor: Ner0 <[email protected]> pkgname=pantheon-code -pkgver=3.4.1 -pkgrel=3 +pkgver=6.0.0 +pkgrel=1 pkgdesc='The Pantheon Text Editor' arch=(x86_64) url=https://github.com/elementary/code @@ -13,12 +13,14 @@ editorconfig-core-c glib2 gtk3 - gtksourceview3 + gtksourceview4 libgee libgit2-glib libgranite.so + libhandy-1.so libpeas pango + polkit ) makedepends=( cmake @@ -38,7 +40,7 @@ 'vte3: Terminal plugin' 'webkit2gtk: Browser Preview plugin' ) -_tag=5efce792e7020c436d5127345001d85b1575de5a +_tag=594c72d16ff12d6de5fe6a9c9a4c622e27494db4 source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${_tag}) sha256sums=(SKIP) @@ -48,11 +50,6 @@ 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
