Convert packages to the new template format (e).

This commit is contained in:
Juan RP
2013-04-12 10:23:11 +02:00
parent 1a92f1be98
commit a7fcdce3c4
73 changed files with 610 additions and 448 deletions

View File

@@ -3,15 +3,21 @@ pkgname=eog-plugins
version=3.8.0
revision=1
build_style=gnu-configure
depends="eog>=${version} gsettings-desktop-schemas>=3.8.0"
hostmakedepends="pkg-config intltool"
makedepends="eog-devel>=3.8.0 libgdata-devel>=0.13
libchamplain-devel>=0.12.3_2 libpeas-devel libexif-devel
gsettings-desktop-schemas-devel>=3.6.0"
pycompile_dirs="usr/lib/eog/plugins"
short_desc="Eye of GNOME plugins"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=a7e4822c46654f67ef25cbc82e4c955ee84ecae92cf356e15a136032cff35e78
eog-plugins_package() {
pycompile_dirs="usr/lib/eog/plugins"
depends="eog>=${version} gsettings-desktop-schemas>=3.8.0"
pkg_install() {
vmove usr
}
}