libxfce4ui: update to 4.7.5.
This commit is contained in:
parent
9fdc97308a
commit
59d9a0e946
1 changed files with 7 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'libxfce4ui'
|
# Template file for 'libxfce4ui'
|
||||||
pkgname=libxfce4ui
|
pkgname=libxfce4ui
|
||||||
version=4.7.4
|
version=4.7.5
|
||||||
distfiles="http://archive.xfce.org/xfce/4.8pre1/src/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.xfce.org/xfce/4.8pre2/src/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
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>"
|
||||||
checksum=fa2d9fb9c86166027a23f699167a234b59729311c46bd377947dbc309bf5ea0c
|
checksum=e001e52220d62133c243a9d092ad13c10a568549b88bb6652dc36d548edd4694
|
||||||
long_desc="
|
long_desc="
|
||||||
This is libxfce4ui, the replacement of the old libxfcegui4 library. It is used
|
This is libxfce4ui, the replacement of the old libxfcegui4 library. It is used
|
||||||
to share commonly used Xfce widgets amoung the Xfce applications."
|
to share commonly used Xfce widgets amoung the Xfce applications."
|
||||||
|
@ -32,6 +32,8 @@ Add_dependency run xfconf
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
Add_dependency run dbus-glib
|
Add_dependency run dbus-glib
|
||||||
Add_dependency run startup-notification
|
Add_dependency run startup-notification
|
||||||
|
Add_dependency run libgladeui
|
||||||
|
Add_dependency run libxml2
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
@ -51,4 +53,6 @@ Add_dependency build libxfce4util-devel
|
||||||
Add_dependency build xfconf-devel
|
Add_dependency build xfconf-devel
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
Add_dependency build dbus-glib-devel
|
Add_dependency build dbus-glib-devel
|
||||||
|
Add_dependency build glade3-devel
|
||||||
|
Add_dependency build libxml2-devel
|
||||||
Add_dependency build startup-notification-devel
|
Add_dependency build startup-notification-devel
|
||||||
|
|
Loading…
Reference in a new issue