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