compiz: s/intltool/gettext/

This commit is contained in:
Đoàn Trần Công Danh 2024-03-30 18:24:41 +07:00 committed by Đoàn Trần Công Danh
parent 116661dd4b
commit 2da7eecae9
4 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@ pkgname=compiz-bcop
version=0.8.18
revision=2
build_style=gnu-configure
hostmakedepends="automake intltool libtool pkg-config libxslt"
hostmakedepends="automake gettext libtool pkg-config libxslt"
makedepends="libxslt-devel"
depends="libxslt-devel"
short_desc="Compiz Reloaded bcop module"

View File

@ -4,7 +4,7 @@ version=0.8.18
revision=3
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake gettext-devel intltool libtool pkg-config libxslt"
hostmakedepends="automake gettext-devel libtool pkg-config libxslt"
makedepends="fuse-devel gettext-devel glib-devel glu-devel
inotify-tools-devel libSM-devel libXcomposite-devel libXcursor-devel
libXi-devel libXinerama-devel libXrandr-devel librsvg-devel libxml++-devel
@ -17,7 +17,8 @@ distfiles="https://github.com/compiz-reloaded/compiz/archive/v${version}.tar.gz"
checksum=bb5af1f646c610ebbc686a5cef9bbcaab13f9d14e18f1463c1e96df4c4a9b80a
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
sed -i /INTLTOOL/d configure.ac
autoreconf -fi
}
post_install() {

View File

@ -4,7 +4,7 @@ version=0.8.18
revision=7
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel
hostmakedepends="automake libtool pkg-config glib-devel gettext-devel
python3-Cython which"
makedepends="libSM-devel libcompizconfig-devel libxml++-devel
protobuf-devel python3-devel startup-notification-devel libXdamage-devel"

View File

@ -4,7 +4,7 @@ version=0.8.18
revision=14
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake intltool libtool pkg-config protobuf"
hostmakedepends="automake gettext libtool pkg-config protobuf"
makedepends="MesaLib-devel compiz-core-devel libSM-devel
libxml++-devel protobuf-devel startup-notification-devel"
short_desc="Compiz Reloaded configuration system library"