mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
libxfce4ui: update to 4.12.0.
This commit is contained in:
parent
5d260d3881
commit
6ca0eedb77
1 changed files with 7 additions and 11 deletions
|
@ -1,26 +1,22 @@
|
||||||
# Template file for 'libxfce4ui'
|
# Template file for 'libxfce4ui'
|
||||||
pkgname=libxfce4ui
|
pkgname=libxfce4ui
|
||||||
version=4.10.0
|
version=4.12.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config intltool libtool"
|
hostmakedepends="pkg-config intltool"
|
||||||
makedepends="gtk+-devel libxfce4util-devel xfconf-devel dbus-glib-devel
|
makedepends="gtk+-devel libxfce4util-devel>=4.12 xfconf-devel>=4.12 dbus-glib-devel
|
||||||
libxml2-devel startup-notification-devel libSM-devel"
|
libxml2-devel startup-notification-devel libSM-devel"
|
||||||
conf_files="/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
|
conf_files="/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
|
||||||
short_desc="Replacement of the old libxfcegui4 library"
|
short_desc="Replacement of the old libxfcegui4 library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://xfce.org"
|
homepage="http://xfce.org"
|
||||||
distfiles="http://archive.xfce.org/xfce/4.10/src/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.xfce.org/xfce/${version%.*}/src/$pkgname-$version.tar.bz2"
|
||||||
checksum=a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2
|
checksum=011d9532337a8d0c4d6d2c4dfc854b4f298dbad0e9513b3495a573673b863987
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
libtoolize -f
|
|
||||||
}
|
|
||||||
|
|
||||||
libxfce4ui-devel_package() {
|
libxfce4ui-devel_package() {
|
||||||
depends="gtk+-devel libxfce4util-devel xfconf-devel ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue