mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/ttf-ubuntu-font-family: Updated for version 0.83.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
3d74b0dc84
commit
d28bfeb867
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ttf-ubuntu-font-family
|
||||
VERSION=${VERSION:-0.80}
|
||||
VERSION=${VERSION:-0.83}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -47,9 +47,9 @@ cd ubuntu-font-family-$VERSION
|
|||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/fonts/TTF
|
||||
cp -a *.ttf $PKG/usr/share/fonts/TTF
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ttf-ubuntu-font-family"
|
||||
VERSION="0.80"
|
||||
VERSION="0.83"
|
||||
HOMEPAGE="http://font.ubuntu.com/"
|
||||
DOWNLOAD="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip"
|
||||
MD5SUM="a1fc70f5a5b1d096ab8310886cddaa1c"
|
||||
DOWNLOAD="http://font.ubuntu.com/download/ubuntu-font-family-0.83.zip"
|
||||
MD5SUM="a24b8136b8f3bb93f166baf97d9328de"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue