Skip to content
Snippets Groups Projects
Verified Commit 5e311699 authored by Stefano Capitani's avatar Stefano Capitani
Browse files

Bump version


Signed-off-by: default avatarSte74 <stefano@manjaro.org>
parent ae0f93c3
No related branches found
No related tags found
No related merge requests found
......@@ -5,30 +5,47 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgbase='vte3-notification'
pkgname=("$pkgbase" 'vte-notification-common')
pkgver=0.52.2
pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.54.2
pkgrel=1
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
arch=('i686' 'x86_64')
url='https://wiki.gnome.org/Apps/Terminal/VTE'
_furl='https://src.fedoraproject.org/rpms/vte291'
_fcommit=31a8d1b3ad4c16edc50b605f7240888de69790ac
license=('LGPL')
depends=('gtk3' 'pcre2' 'gnutls')
makedepends=('intltool' 'git' 'glade' 'gobject-introspection' 'gperf' 'gtk-doc' 'vala')
makedepends=('git' 'intltool' 'gobject-introspection' 'gtk-doc' 'vala' 'gperf' 'glade')
options=('!emptydirs')
source=("git+https://git.gnome.org/browse/vte#tag=$pkgver"
"$_furl/raw/$_fcommit/f/vte291-command-notify-scroll-speed.patch"
# Fedora patches: https://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/
_frepourl='https://src.fedoraproject.org/rpms/vte291'
_frepobranch='f29'
_fpatchfile='vte291-command-notify-scroll-speed.patch'
_fcommit='94ec580d203552c728f6d46ce539fd321d991500'
# VTE source ref
#_vtecommit='837cce9ced6bfe317cb97aeca171001da92cb3a1'
_vtetag=${pkgver}
source=(
#"git+https://git.gnome.org/browse/vte#commit=$_vtecommit"
"git+https://git.gnome.org/browse/vte#tag=$_vtetag"
"${_fpatchfile}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile}"
'add-zsh-notfication-support.patch'
)
sha256sums=('SKIP'
'b22e1276202a10007004f19002ceb5eb186f1529e39a6a451e0b82f3d6bce9ee'
'5de49179d88acba730e7446913724ca012b4b5aedb6392b2547a11725829180b'
'150a151404ca565f70259044661b2ef5cda43142ca677e7da324614eef8cf45a')
#pkgver() {
# cd vte
# git describe --tags | sed 's/-/+/g'
#}
prepare () {
cd "vte"
patch -p1 -i ../vte291-command-notify-scroll-speed.patch
patch -p1 -i ../add-zsh-notfication-support.patch
patch -p1 -i "../${_fpatchfile}-${_fcommit}"
#patch -p1 -i '../add-zsh-notfication-support.patch'
NOCONFIGURE=1 ./autogen.sh
}
......@@ -51,7 +68,7 @@ package_vte3-notification(){
cd "vte"
make DESTDIR="${pkgdir}" install
rm $pkgdir/etc/profile.d/vte.sh
rm "${pkgdir}/etc/profile.d/vte.sh"
}
package_vte-notification-common() {
......@@ -62,5 +79,6 @@ package_vte-notification-common() {
conflicts=('vte-common')
cd "vte"
install -Dm644 src/vte.sh $pkgdir/etc/profile.d/vte.sh
install -Dm644 'src/vte.sh' "${pkgdir}/etc/profile.d/vte.sh"
}
  • Author Developer

    @philm @oberon i'm a little bit confused.. i don't understand if i forgot to upload vte-notification-common at version 0.54.2 .. i see in the repo 0.52.2 :confused:

  • @ste74: the mailing list never lies. You may want to subscribe to it.

  • Author Developer

    Seem i have missed the pkg.. you are right easy to see into the zipped file ( from mailing list archive )

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