mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
compiz: s/intltool/gettext/
This commit is contained in:
parent
116661dd4b
commit
2da7eecae9
4 changed files with 6 additions and 5 deletions
|
@ -3,7 +3,7 @@ pkgname=compiz-bcop
|
||||||
version=0.8.18
|
version=0.8.18
|
||||||
revision=2
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake intltool libtool pkg-config libxslt"
|
hostmakedepends="automake gettext libtool pkg-config libxslt"
|
||||||
makedepends="libxslt-devel"
|
makedepends="libxslt-devel"
|
||||||
depends="libxslt-devel"
|
depends="libxslt-devel"
|
||||||
short_desc="Compiz Reloaded bcop module"
|
short_desc="Compiz Reloaded bcop module"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=0.8.18
|
||||||
revision=3
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
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
|
makedepends="fuse-devel gettext-devel glib-devel glu-devel
|
||||||
inotify-tools-devel libSM-devel libXcomposite-devel libXcursor-devel
|
inotify-tools-devel libSM-devel libXcomposite-devel libXcursor-devel
|
||||||
libXi-devel libXinerama-devel libXrandr-devel librsvg-devel libxml++-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
|
checksum=bb5af1f646c610ebbc686a5cef9bbcaab13f9d14e18f1463c1e96df4c4a9b80a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
sed -i /INTLTOOL/d configure.ac
|
||||||
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=0.8.18
|
||||||
revision=7
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
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"
|
python3-Cython which"
|
||||||
makedepends="libSM-devel libcompizconfig-devel libxml++-devel
|
makedepends="libSM-devel libcompizconfig-devel libxml++-devel
|
||||||
protobuf-devel python3-devel startup-notification-devel libXdamage-devel"
|
protobuf-devel python3-devel startup-notification-devel libXdamage-devel"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=0.8.18
|
||||||
revision=14
|
revision=14
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
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
|
makedepends="MesaLib-devel compiz-core-devel libSM-devel
|
||||||
libxml++-devel protobuf-devel startup-notification-devel"
|
libxml++-devel protobuf-devel startup-notification-devel"
|
||||||
short_desc="Compiz Reloaded configuration system library"
|
short_desc="Compiz Reloaded configuration system library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue