mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
scite: use gtk+3
This commit is contained in:
parent
a08a3c5e2c
commit
bc24118fa4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'scite'
|
# Template file for 'scite'
|
||||||
pkgname=scite
|
pkgname=scite
|
||||||
version=4.4.6
|
version=4.4.6
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+-devel lua53-devel"
|
makedepends="gtk+3-devel lua53-devel"
|
||||||
short_desc="SCIntilla based Text Editor"
|
short_desc="SCIntilla based Text Editor"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -19,11 +19,11 @@ post_extract() {
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} -C scintilla/gtk \
|
make ${makejobs} -C scintilla/gtk \
|
||||||
CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
|
CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
|
||||||
CC="$CC $LDFLAGS" CXX="$CXX $LDFLAGS"
|
CC="$CC $LDFLAGS" CXX="$CXX $LDFLAGS" GTK3=1
|
||||||
make ${makejobs} -C scite/gtk \
|
make ${makejobs} -C scite/gtk \
|
||||||
CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
|
CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" \
|
||||||
CC="$CC $LDFLAGS" CXX="$CXX $LDFLAGS" \
|
CC="$CC $LDFLAGS" CXX="$CXX $LDFLAGS" \
|
||||||
LUA_CORE_OBJS= LUA_LIB_OBJS=
|
LUA_CORE_OBJS= LUA_LIB_OBJS= GTK3=1
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue