ristretto: update to 0.3.1.
This commit is contained in:
parent
07e536b117
commit
e3eec9c98a
2 changed files with 11 additions and 7 deletions
|
@ -14,3 +14,7 @@ libxfce4ui-1.so.0
|
|||
libX11.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libpangocairo-1.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libexo-1.so.0
|
||||
libm.so.6
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
# Template file for 'ristretto'
|
||||
pkgname=ristretto
|
||||
version=0.0.93
|
||||
distfiles="http://archive.be.xfce.org/src/apps/$pkgname/0.0/$pkgname-$version.tar.bz2"
|
||||
version=0.3.1
|
||||
homepage="http://goodies.xfce.org/projects/applications/ristretto"
|
||||
distfiles="http://archive.xfce.org/src/apps/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="Picture-viewer for the Xfce desktop environment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=104cbf282ad8067d2f2bee2c37bc779db9cd1079383c0631fddba6600c262cff
|
||||
license="GPL-2"
|
||||
checksum=7b3d5de3be0db8beca20d4408de9beb4efe3a78c44e22c5f19956887fbf70173
|
||||
long_desc="
|
||||
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
|
||||
environment."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build gdk-pixbuf-devel
|
||||
Add_dependency build cairo-devel
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build libexif-devel
|
||||
Add_dependency build xfconf-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build libxfce4util-devel
|
||||
Add_dependency build libxfce4ui-devel
|
||||
Add_dependency build libX11-devel
|
||||
Add_dependency build exo-devel
|
||||
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full desktop-file-utils
|
||||
|
|
Loading…
Reference in a new issue