diff --git a/srcpkgs/pango-view b/srcpkgs/pango-view new file mode 120000 index 00000000000..f23a548cc82 --- /dev/null +++ b/srcpkgs/pango-view @@ -0,0 +1 @@ +pango \ No newline at end of file diff --git a/srcpkgs/pango/template b/srcpkgs/pango/template index 2f81ae000d3..75b28c70913 100644 --- a/srcpkgs/pango/template +++ b/srcpkgs/pango/template @@ -1,7 +1,7 @@ # Template build file for 'pango'. pkgname=pango version=1.36.3 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-included-modules=basic-fc" hostmakedepends="libtool pkg-config glib-devel" @@ -47,6 +47,15 @@ pango-xft_package() { } } +pango-view_package() { + replaces="pango<1.36.3_3" + short_desc +=" - utility to view pango files" + pkg_install() { + vmove usr/bin/pango-view + vmove usr/share/man/man1/pango-view.1 + } +} + pango-devel_package() { depends="libglib-devel>=2.38 cairo-devel fontconfig-devel libXft-devel harfbuzz-devel pango-xft>=${version}_${revision}