opt/gtk3/Pkgfile

22 lines
521 B
Plaintext
Raw Normal View History

2012-08-03 18:38:06 +02:00
# Description: A multi-platform toolkit for creating graphical user interfaces
# URL: https://www.gtk.org/
2012-08-03 18:38:06 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2015-05-23 20:31:07 +02:00
# Depends on: gdk-pixbuf, pango, at-spi2-atk, libepoxy
2012-08-03 18:38:06 +02:00
name=gtk3
2020-12-07 00:41:27 +01:00
version=3.24.24
2012-12-15 00:46:13 +01:00
release=1
2019-12-30 14:00:41 +01:00
source=(https://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.xz)
2012-08-03 18:38:06 +02:00
build () {
2017-11-08 23:28:38 +01:00
cd gtk+-$version
2012-08-03 18:38:06 +02:00
2017-11-08 23:28:38 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{gtk-doc,locale,gtk-3.0}
rm $PKG/usr/bin/gtk-update-icon-cache
2012-08-03 18:38:06 +02:00
}