libnotify: rebuild to generate 32bit pkgs (required by pcsx2-32bit).
This commit is contained in:
parent
63bd6df0e3
commit
c3073185f6
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libnotify'
|
||||
pkgname=libnotify
|
||||
version=0.7.6
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config glib-devel"
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libglib-devel libpng-devel gdk-pixbuf-devel"
|
||||
short_desc="Desktop notification library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -21,13 +21,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection"
|
||||
makedepends+=" gobject-introspection"
|
||||
else
|
||||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
# Avoid gtk+3 dependency, it's only required for tests.
|
||||
sed -e 's,^tests_modules.*,tests_modules="glib-2.0",g' -i configure
|
||||
|
@ -35,7 +28,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
libnotify-devel_package() {
|
||||
depends="gdk-pixbuf-devel libglib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue
Block a user