Skip to content
Snippets Groups Projects
Commit 5f5f3b9a authored by Mark Wagie's avatar Mark Wagie
Browse files

[pkg-upd] 0.69.92-1

parent a0ff47c6
No related branches found
No related tags found
No related merge requests found
......@@ -10,21 +10,21 @@
pkgbase=vte3-notification
pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.68.0
pkgrel=2
pkgver=0.69.92
pkgrel=1
pkgdesc="Virtual Terminal Emulator widget with Fedora patches"
arch=('x86_64')
url="https://wiki.gnome.org/Apps/Terminal/VTE"
license=('LGPL')
depends=('gtk3' 'pcre2' 'gnutls' 'fribidi' 'systemd')
makedepends=('gobject-introspection' 'vala' 'git' 'gtk-doc' 'gperf' 'meson')
_commit=0f438924f9f8a858b1b82434c876e31c2de180d4 # tags/0.68.0^0
depends=('gtk3' 'gtk4' 'pcre2' 'gnutls' 'fribidi' 'systemd')
makedepends=('gobject-introspection' 'vala' 'git' 'gtk-doc' 'gperf' 'meson' 'gi-docgen')
_commit=f9501d9f4666bcec598baafe4ec7a99ec59aad99 # tags/0.69.92^0
# Fedora patches: https://src.fedoraproject.org/rpms/vte291/tree/
_frepourl='https://src.fedoraproject.org/rpms/vte291'
_frepobranch='rawhide'
_fpatchfile0='vte291-cntnr-precmd-preexec-scroll.patch'
_fcommit='80f531b220afc73b1d36ff10546993d50c22895b'
_fcommit='6f115a7c46be20360021aa5557a565ec4ff9ffd3'
# VTE source ref
_vtetag=${pkgver}
......@@ -33,7 +33,12 @@ source=(
"git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit"
"${_fpatchfile0}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile0}")
sha256sums=('SKIP'
'52ac9f2e6116d40701d89d342336d6533cec78a512835a8c72d947b4db1c60f3')
'bf19d7d9655b1ca7fbd1e3dd26875e5c89f4d6f165ef72cd7a8ae584ac5e59fb')
pkgver() {
cd vte
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare () {
cd vte
......@@ -43,7 +48,8 @@ prepare () {
build() {
arch-meson vte build \
-D b_lto=false \
-D docs=true
-D docs=true \
-D gtk4=true
meson compile -C build
}
......@@ -63,7 +69,7 @@ _pick() {
package_vte3-notification(){
depends+=('vte-notification-common')
provides=("vte3=${pkgver}" 'libvte-2.91.so')
provides=("vte3=${pkgver}" 'libvte-2.91.so' 'libvte-2.91-gtk4.so')
conflicts=('vte3')
meson install -C build --destdir "$pkgdir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment