1
0
forked from ports/opt

gtk-engines: dependency fix, new intltool

This commit is contained in:
Juergen Daubert 2021-10-20 10:45:02 +02:00
parent 53b4d4c59e
commit d6be739f61
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dWQ5Tlx1HGxSO0KVv3BGvEuwmD0wBGqjedZjR2GtEG/+Zmr+t1pT6AOn0Y3W+MYLIXM2ezfpxSVDYwSsZaVuAw= RWSE3ohX2g5d/bijhu1ktfX7gn8DrfkkSO87OlmEJGAu+1655VKKWvwjOWvslbQeHccWsnMjbl+G6GC7D5hnFSiXg3YLXRBwaQA=
SHA256 (Pkgfile) = bf4e7054ab959c8ad54c1394d0fc7f2eca2a206f906fb9c91eec685bde69da22 SHA256 (Pkgfile) = f2e24d261cb7ae5d3195aa3b3d9dc0fb0e0381086d9e8f695be9a2848af3017e
SHA256 (.footprint) = d925fc125d5acf890b6de511445e6b7ac514bf4f4bae8da882d1c364f309492f SHA256 (.footprint) = d925fc125d5acf890b6de511445e6b7ac514bf4f4bae8da882d1c364f309492f
SHA256 (gtk-engines-2.20.2.tar.bz2) = 15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5 SHA256 (gtk-engines-2.20.2.tar.bz2) = 15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5

View File

@ -1,7 +1,7 @@
# Description: Standard theme engines for GTK+2 # Description: Standard theme engines for GTK+2
# URL: https://wiki.gnome.org/action/show/Design?action=show&redirect=GnomeArt # URL: https://wiki.gnome.org/action/show/Design?action=show&redirect=GnomeArt
# Maintainer: Juergen Daubert, jue at crux dot nu # Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: gtk # Depends on: gtk intltool
name=gtk-engines name=gtk-engines
version=2.20.2 version=2.20.2
@ -9,10 +9,10 @@ release=2
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.20/$name-$version.tar.bz2) source=(http://ftp.gnome.org/pub/GNOME/sources/$name/2.20/$name-$version.tar.bz2)
build() { build() {
cd $name-$version cd $name-$version
sed -i 's|<glib/.*\.h>|<glib.h>|' engines/clearlooks/src/animation.c sed -i 's|<glib/.*\.h>|<glib.h>|' engines/clearlooks/src/animation.c
./configure --prefix=/usr --enable-animation ./configure --prefix=/usr --enable-animation
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -r $PKG/usr/share/{locale,gtk-engines} rm -r $PKG/usr/share/{locale,gtk-engines}
} }