From 6a4d0f61bf73bf185c20cc0a01ef1907874edd3c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 25 Jun 2013 01:55:22 -0300 Subject: renpy: fix some things on PKGBUILD --- pcr/renpy/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pcr/renpy/PKGBUILD') diff --git a/pcr/renpy/PKGBUILD b/pcr/renpy/PKGBUILD index a4cf45d6f..1ed569477 100644 --- a/pcr/renpy/PKGBUILD +++ b/pcr/renpy/PKGBUILD @@ -1,11 +1,13 @@ # Maintainer: AlexanderR +# Maintainer (Parabola): Márcio Silva + pkgname=renpy pkgver=6.15.5 pkgrel=1 pkgdesc="Ren'Py is a visual novel engine that helps you use words, images, and sounds to tell stories with the computer. This package contains both player and development tools." arch=('any') license=('MIT') -url='http://www.renpy.org' +url='http://www.renpy.org/' # is ttf-dejavu required by renpy or games itself? depends=("python-renpy=$pkgver" 'ttf-dejavu') options=(!strip !zipman) @@ -32,7 +34,7 @@ build() { patch -p1 < ../python2.diff # fonts are provided by ttf-dejavu - cd renpy + cd $pkgname rm common/DejaVuSans.ttf common/DejaVuSans.txt } @@ -47,7 +49,7 @@ package(){ cd renpy-$pkgver-source - cp -r launcher renpy renpy.py renpy/common template the_question tutorial "$pkgdir/usr/share/$pkgname" + cp -r launcher $pkgname{,.py} $pkgname/common template the_question tutorial "$pkgdir/usr/share/$pkgname" cp -r doc/* "$pkgdir/usr/share/doc/$pkgname" install -D -m644 launcher/game/logo.png "$pkgdir/usr/share/pixmaps/${pkgname}.png" install -D -m644 'LICENSE.txt' "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -- cgit v1.2.3-54-g00ecf