mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/yed: Updated for version 3.10.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
a03660d1d8
commit
649d4e2915
4 changed files with 21 additions and 11 deletions
|
@ -2,3 +2,9 @@ if [ -x /usr/bin/update-desktop-database ]; then
|
|||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yed
|
||||
VERSION=${VERSION:-3.9.2}
|
||||
VERSION=${VERSION:-3.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -47,15 +47,19 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
|
||||
mkdir -p $PKG/usr/share/$PRGNAM
|
||||
mv $PRGNAM.jar $PKG/usr/share/$PRGNAM
|
||||
mv *.jar $PKG/usr/share/$PRGNAM
|
||||
|
||||
for SIZE in 16 32; do
|
||||
mkdir -p $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps
|
||||
mv icons/yicon$SIZE.png $PKG/usr/share/icons/hicolor/$SIZE'x'$SIZE/apps/$PRGNAM.png
|
||||
done
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
cat $CWD/$PRGNAM.sh > $PKG/usr/bin/$PRGNAM
|
||||
chmod 755 $PKG/usr/bin/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv *.html $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yed"
|
||||
VERSION="3.9.2"
|
||||
VERSION="3.10.1"
|
||||
HOMEPAGE="http://www.yworks.com/en/products_yed_about.html"
|
||||
DOWNLOAD="http://www.yworks.com/products/yed/demo/yEd-3.9.2.zip"
|
||||
MD5SUM="f59b9f5aa16e4dc5835d1677d7ec7c5f"
|
||||
DOWNLOAD="http://www.yworks.com/products/yed/demo/yEd-3.10.1.zip"
|
||||
MD5SUM="255a27eee4be36082a939ae130ff9c2e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue