mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
desktop/gtk-chtheme: Allow deprecated functions for gtk+-2.24.x
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
4e2dced233
commit
f62d47af06
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=gtk-chtheme
|
||||
VERSION=0.3.1
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG=_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -73,6 +73,9 @@ chmod -R u+w,go+r-w,a-s .
|
|||
|
||||
patch -p1 < $CWD/gtk-chtheme-0.3.1-new-api.patch
|
||||
|
||||
# Don't disable deprecated stuff or else it won't build with gtk+2-2.24.x
|
||||
sed -i 's/-DGTK_DISABLE_DEPRECATED//' Makefile
|
||||
|
||||
make RPM_OPT_FLAGS="$SLKCFLAGS"
|
||||
make install DESTDIR=$PKG MANDIR=usr/man
|
||||
|
||||
|
|
Loading…
Reference in a new issue