2011-02-23 15:24:04 +01:00
|
|
|
# Template file for 'brasero'
|
|
|
|
pkgname=brasero
|
2013-11-25 20:41:06 +01:00
|
|
|
version=3.10.0
|
2014-02-18 15:27:21 +01:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-10-16 19:46:38 +02:00
|
|
|
configure_args="--disable-schemas-compile --disable-caches"
|
2014-02-18 15:27:21 +01:00
|
|
|
hostmakedepends="pkg-config intltool which gnome-doc-utils itstool"
|
2013-09-26 22:48:08 +02:00
|
|
|
makedepends="gst-plugins-base1-devel totem-pl-parser-devel>=3.10 libnotify-devel
|
|
|
|
libcanberra-devel nautilus-devel>=3.10 tracker-devel>=0.16_2 libisofs-devel
|
2013-11-25 20:41:06 +01:00
|
|
|
libburn-devel libSM-devel cdrtools dconf-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="cdrtools dconf shared-mime-info hicolor-icon-theme desktop-file-utils"
|
2011-02-23 15:24:04 +01:00
|
|
|
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-26 07:15:15 +02:00
|
|
|
homepage="http://www.gnome.org/projects/brasero"
|
|
|
|
license="GPL-2"
|
2013-11-25 20:41:06 +01:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
|
|
checksum=88fd9135e796f58caeb484d00f5d95916c67f97505e68d2027ab84d3f9245f37
|
2014-02-18 15:27:21 +01:00
|
|
|
|
|
|
|
# Package build options
|
|
|
|
build_options="gir"
|
|
|
|
desc_option_gir="Enable support for building gobject introspection data"
|
|
|
|
|
|
|
|
# Disable gir for cross builds.
|
|
|
|
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
|
2013-04-12 08:55:23 +02:00
|
|
|
|
|
|
|
brasero-devel_package() {
|
2013-11-25 20:41:06 +01:00
|
|
|
depends="gtk+3-devel brasero>=${version}_${revision}"
|
2013-09-26 22:48:08 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 08:55:23 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-11-25 20:41:06 +01:00
|
|
|
vmove "usr/lib/*.so"
|
2014-02-18 15:27:21 +01:00
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
fi
|
2013-04-12 08:55:23 +02:00
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|