New package: pangomm2.48-2.48.1
This commit is contained in:
parent
74dee9691e
commit
00fc2cf557
4 changed files with 30 additions and 0 deletions
|
@ -671,6 +671,7 @@ libglibmm_generate_extra_defs-2.68.so.1 glibmm2.68-2.68.0_1
|
|||
libcairomm-1.0.so.1 cairomm-1.8.4_1
|
||||
libcairomm-1.16.so.1 cairomm1.16-1.16.0_1
|
||||
libpangomm-1.4.so.1 pangomm-2.26.0_1
|
||||
libpangomm-2.48.so.1 pangomm2.48-2.48.0_1
|
||||
libatkmm-1.6.so.1 atkmm-2.22.1_1
|
||||
libgtkmm-3.0.so.1 gtkmm-2.99.5_1
|
||||
libgdkmm-3.0.so.1 gtkmm-2.99.5_1
|
||||
|
|
1
srcpkgs/pangomm2.48-devel
Symbolic link
1
srcpkgs/pangomm2.48-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
pangomm2.48
|
25
srcpkgs/pangomm2.48/template
Normal file
25
srcpkgs/pangomm2.48/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'pangomm2.48'
|
||||
pkgname=pangomm2.48
|
||||
version=2.48.1
|
||||
revision=1
|
||||
wrksrc="pangomm-$version"
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libsigc++3-devel glibmm2.68-devel cairomm1.16-devel pango-devel"
|
||||
short_desc="C++ bindings for the pango library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://gtkmm.org"
|
||||
distfiles="${GNOME_SITE}/pangomm/${version%.*}/pangomm-${version}.tar.xz"
|
||||
checksum=776ad53e791e43106b7f40ff0834bee6e4eb1c6ad7cb6d215546f7a3df0edc4d
|
||||
|
||||
pangomm2.48-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/pango*"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
3
srcpkgs/pangomm2.48/update
Normal file
3
srcpkgs/pangomm2.48/update
Normal file
|
@ -0,0 +1,3 @@
|
|||
pkgname=pangomm
|
||||
site=https://gitlab.gnome.org/GNOME/pangomm/-/tags
|
||||
pattern="$pkgname-\K[0-9]\.[0-9]*[02468]\.[0-9.]*[0-9](?=)"
|
Loading…
Reference in a new issue