mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/pinta: Fixed REQUIRES + Updated for version 1.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
756e972f87
commit
8c3797d7dc
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pinta
|
||||
VERSION=${VERSION:-1.3}
|
||||
VERSION=${VERSION:-1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -91,7 +91,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a license* readme* todo.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a license* readme* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pinta"
|
||||
VERSION="1.3"
|
||||
VERSION="1.4"
|
||||
HOMEPAGE="http://pinta-project.com/"
|
||||
DOWNLOAD="http://cloud.github.com/downloads/PintaProject/Pinta/pinta-1.3.tar.gz"
|
||||
MD5SUM="2080f32e2204184ba442e617252fd43d"
|
||||
DOWNLOAD="http://cloud.github.com/downloads/PintaProject/Pinta/pinta-1.4.tar.gz"
|
||||
MD5SUM="2e83c4475026e8588a71a07250712268"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtk-sharp"
|
||||
REQUIRES="mono-addins"
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhvng@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue