Skip to content

Commit

Permalink
x11-toolkits/vte3: fix packging with python!=3.9 (+)
Browse files Browse the repository at this point in the history
Shlib version numbers comes from gtk3/4 meson options not from PYTHON_VER

No PORTREVISION bump needed, package content not changed with py39 and was broken with any other python
  • Loading branch information
fluffykhv committed Jan 28, 2023
1 parent b5613ac commit 1c81e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion x11-toolkits/vte3/Makefile
Expand Up @@ -33,7 +33,8 @@ MESON_ARGS= -Da11y=true \
-D_systemd=false \
-Dvapi=true

PLIST_SUB= VERSION=2.91
# shlib version numbers comes from gtk3/4 meson options not from PYTHON_VER
PLIST_SUB= VERSION=2.91 VER3=3.91

BINARY_ALIAS= python3=${PYTHON_CMD}

Expand Down
4 changes: 2 additions & 2 deletions x11-toolkits/vte3/pkg-plist
Expand Up @@ -25,7 +25,7 @@ include/vte-%%VERSION%%/vte/vtetypebuiltins-gtk3.h
include/vte-%%VERSION%%/vte/vtetypebuiltins.h
include/vte-%%VERSION%%/vte/vteversion.h
lib/girepository-1.0/Vte-%%VERSION%%.typelib
lib/girepository-1.0/Vte-%%PYTHON_VER%%1.typelib
lib/girepository-1.0/Vte-%%VER3%%.typelib
lib/libvte-%%VERSION%%-gtk4.so
lib/libvte-%%VERSION%%-gtk4.so.0
lib/libvte-%%VERSION%%.so
Expand All @@ -35,7 +35,7 @@ libdata/pkgconfig/vte-%%VERSION%%-gtk4.pc
libdata/pkgconfig/vte-%%VERSION%%.pc
libexec/vte-urlencode-cwd
share/gir-1.0/Vte-%%VERSION%%.gir
share/gir-1.0/Vte-%%PYTHON_VER%%1.gir
share/gir-1.0/Vte-%%VER3%%.gir
share/glade/catalogs/vte-%%VERSION%%.xml
share/glade/pixmaps/hicolor/16x16/actions/widget-vte-terminal.png
share/glade/pixmaps/hicolor/22x22/actions/widget-vte-terminal.png
Expand Down

0 comments on commit 1c81e0d

Please sign in to comment.