20 lines
793 B
Text
20 lines
793 B
Text
# Template file for 'xfburn'
|
|
pkgname=xfburn
|
|
version=0.4.3
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--enable-gstreamer --enable-dbus --disable-hal"
|
|
hostmakedepends="intltool pkg-config"
|
|
makedepends="libburn-devel libisofs-devel gtk+-devel
|
|
libxfcegui4-devel>=4.10.0_2 exo-devel gst-plugins-base-devel"
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
|
short_desc="CD-burner application for the Xfce Desktop Environment"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://goodies.xfce.org/projects/applications/xfburn"
|
|
license="GPL-2"
|
|
distfiles="http://archive.se.xfce.org/src/apps/xfburn/0.4/xfburn-${version}.tar.bz2"
|
|
checksum=c9993226f0f4e3dea3326ad320a01c165a7e1a485f07fa4a2583475a4e6eaafe
|
|
|
|
pre_configure() {
|
|
sed -i '1 i#include <glib-object.h>' xfburn/xfburn-settings.h
|
|
}
|