python/frosted: Updated for version 1.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-04-24 12:28:37 +07:00 committed by Erik Hanson
parent f53f1a1be1
commit ca85c5b388
3 changed files with 8 additions and 4 deletions

3
python/frosted/doinst.sh Normal file
View file

@ -0,0 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=frosted
VERSION=${VERSION:-1.4.0}
VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,6 +80,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="frosted"
VERSION="1.4.0"
VERSION="1.4.1"
HOMEPAGE="https://github.com/timothycrosley/frosted"
DOWNLOAD="https://pypi.python.org/packages/source/f/frosted/frosted-1.4.0.tar.gz"
MD5SUM="40478eb9c8f891f413199edde5017b39"
DOWNLOAD="https://pypi.python.org/packages/source/f/frosted/frosted-1.4.1.tar.gz"
MD5SUM="4cd86bb0c7f073a725dc22d7557108ad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pies"