smlinux/gtk/cairo/cairo.SMBuild
PktSurf cc938acea4 Removed atkmm from gtk
Updated gtk/babl to 0.1.106
Updated gtk/cairo to 1.17.6
Updated gtk/gdk-pixbuf to 2.42.10
Updated gtk/gegl to 0.4.44
Updated gtk/glib-networking to 2.76.0
Updated gtk/gnome-desktop to 44.0
Updated gtk/gobject-introspection to 1.76.1
Updated gtk/gsettings-desktop-schemas to 44.0
Updated gtk/gtk3 to 3.24.38
Updated gtk/harfbuzz to 7.3.0
Updated gtk/libgsf to 1.14.50
Updated gtk/libnotify to 0.8.2
Updated gtk/librsvg to 2.56.1
Updated gtk/libwebp to 1.3.0
Updated gtk/pango to 1.50.14
Updated gtk/pinentry to 1.2.1
Updated gtk/shared-mime-info to 2.2
Updated gtk build list
2023-06-12 21:43:42 +05:30

34 lines
804 B
Text
Executable file

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=cairo
version=1.17.6
build=1sml
homepage="https://cairographics.org/"
download="https://cairographics.org/releases/cairo-$version.tar.xz"
desc="2D graphics library with support for multiple output devices"
requires="glib expat util-linux lzo pixman dejavu-fonts-ttf libxext libxrender libxcb freetype"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix= \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
329f1492b4c1e9aae23eaffe87dae817bfac213211aef5863ae78c50fbe2ffb235fa6fdcd1bdad58d9d37e924a504d8c21ceb10da15c6098dd3096bf781fe051 cairo-1.17.6.tar.lz
"