mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
brasero: update to 3.12.1.
This commit is contained in:
parent
19747256ba
commit
3cc1524fa7
1 changed files with 7 additions and 13 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'brasero'
|
# Template file for 'brasero'
|
||||||
pkgname=brasero
|
pkgname=brasero
|
||||||
version=3.12.0
|
version=3.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-caches"
|
configure_args="--disable-schemas-compile --disable-caches $(vopt_if gir introspection)"
|
||||||
hostmakedepends="pkg-config intltool which gnome-doc-utils itstool"
|
hostmakedepends="pkg-config intltool cdrtools gnome-doc-utils itstool
|
||||||
|
$(vopt_if gir gobject-introspection)"
|
||||||
makedepends="gst-plugins-base1-devel totem-pl-parser-devel libnotify-devel
|
makedepends="gst-plugins-base1-devel totem-pl-parser-devel libnotify-devel
|
||||||
libcanberra-devel nautilus-devel tracker-devel libisofs-devel
|
libcanberra-devel nautilus-devel tracker-devel libisofs-devel
|
||||||
libburn-devel libSM-devel cdrtools dconf-devel"
|
libburn-devel libSM-devel dconf-devel"
|
||||||
depends="cdrtools dconf>=0.20 shared-mime-info hicolor-icon-theme desktop-file-utils"
|
depends="cdrtools dconf shared-mime-info hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org/projects/brasero"
|
homepage="http://www.gnome.org/projects/brasero"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=68fef2699b772fa262d855dac682100dbfea05563a7e4056eff8fe6447aec2fc
|
checksum=9a5eea53e57b66de3c7c8c2393ac21a58d5afa81c6cfb16b3c7f010a3d147127
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -24,13 +25,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
makedepends+=" gobject-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
brasero-devel_package() {
|
brasero-devel_package() {
|
||||||
depends="gtk+3-devel brasero>=${version}_${revision}"
|
depends="gtk+3-devel brasero>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue