gtk-xfce-engine: update to 3.0.0.
This commit is contained in:
parent
8cd98c2712
commit
aada7559b3
|
@ -16,3 +16,6 @@ libglib-2.0.so.0
|
|||
libpthread.so.0
|
||||
libc.so.6
|
||||
libm.so.6
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libcairo-gobject.so.2
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'gtk-xfce-engine'
|
||||
pkgname=gtk-xfce-engine
|
||||
version=2.99.3
|
||||
version=3.0.0
|
||||
homepage="http://xfce.org"
|
||||
distfiles="http://archive.xfce.org/src/xfce/gtk-xfce-engine/2.99/$pkgname-$version.tar.bz2"
|
||||
distfiles="http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.0/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="A GTK+-2.0 theme engine for Xfce"
|
||||
short_desc="A GTK+ 2/3 theme engine for Xfce"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=cdbb52167f21db6534c51683abf09da35cb7ec96be3805da1eebd7ba50521825
|
||||
checksum=90e08fce8cce452656c4090f94afb7aa35a0a92597412f319526b7899d54838d
|
||||
long_desc="
|
||||
This package contains an Xfce engine for GTK2.0 which makes you able to use
|
||||
various GTK2.0 themes with Xfce. It also contains some ready themes, but you
|
||||
|
@ -17,3 +17,4 @@ long_desc="
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build gtk+3-devel
|
||||
|
|
Loading…
Reference in New Issue