Split package

This commit is contained in:
2025-10-16 20:52:17 +03:00
parent 092c0ca10c
commit b235570bb8
2 changed files with 122 additions and 11 deletions
+57 -7
View File
@@ -1,12 +1,12 @@
name: vte
description: Virtual terminal emulator widget library
description: Virtual Terminal Emulator widget library
version: 0.82.1
revision: 1
revision: 2
url: https://wiki.gnome.org/Apps/Terminal/VTE
license: GPL3-or-later,LGPL3-or-later
architecture: any
type: source
depends:
make_depends:
- at-spi2-core
- cairo
- fribidi
@@ -14,20 +14,70 @@ depends:
- gdk-pixbuf
- glib
- glibc
- gobject-introspection
- gperf
- gnutls
- graphene
- gtk3
- gtk4
- icu
- lz4
- meson
- pango
- pcre2
make_depends:
- gobject-introspection
- gperf
- meson
- vala
downloads:
- url: https://gitlab.gnome.org/GNOME/vte/-/archive/${BPM_PKG_VERSION}/vte-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 24b1f938b19a46d0f88c0bb31687ba45fc300f04ddb8c4e65508762e493ef075
split_packages:
- name: vte-common
description: Common files among for VTE
depends:
- glibc
- name: vte-gtk3
description: Virtual Terminal Emulator widget library for GTK3
depends:
- at-spi2-core
- cairo
- fribidi
- gcc-libs
- glib
- glibc
- gnutls
- gtk3
- icu
- lz4
- pango
- pcre2
- vte-common
replaces:
- vte
- name: vte-gtk3-demo
description: GTK3 demo application for VTE
depends:
- gdk-pixbuf
- vte3
- name: vte-gtk4
description: Virtual Terminal Emulator widget library for GTK4
depends:
- at-spi2-core
- cairo
- fribidi
- gcc-libs
- glib
- glibc
- gnutls
- graphene
- gtk4
- icu
- lz4
- pango
- pcre2
- vte-common
- name: vte-gtk4-demo
description: GTK4 demo application for VTE
depends:
- gdk-pixbuf
- vte4