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

@@ -4,7 +4,6 @@ version=0.1.8
revision=4
build_style=gnu-configure
makedepends="pkg-config glib-devel>=2.32 gtk+-devel poppler-glib-devel>=0.20"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Lightweight PDF viewer using Poppler and GTK+"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.emma-soft.com/projects/epdfview/"
@@ -18,11 +17,16 @@ long_desc="
The aim of ePDFView is to make a simple PDF document viewer, in the lines
of Evince but without using the Gnome libraries."
post_install() {
for f in 24 32 48; do
vinstall data/icon_${pkgname}-${f}.png 644 \
usr/share/icons/hicolor/${f}x${f}/apps ${pkgname}.png
done
}
epdfview_package() {
depends="hicolor-icon-theme desktop-file-utils"
pkg_install() {
vmove usr
}
}