diff options
author | CCHsu <a12321aabb@gmail.com> | 2014-09-12 17:56:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-12 17:56:42 +0700 |
commit | 8302a9594d759ef7d3932b02706f14ae3f0a7a56 (patch) | |
tree | 2c335a25784f4973027ceb8ce3306a7295ca1142 /system/cwtex-q-fonts | |
parent | 900ce5e47f58e107a670e2334c205b694b83bec3 (diff) | |
download | slackbuilds-8302a9594d759ef7d3932b02706f14ae3f0a7a56.tar.gz |
system/cwtex-q-fonts: Update source.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cwtex-q-fonts')
-rw-r--r-- | system/cwtex-q-fonts/README | 3 | ||||
-rw-r--r-- | system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild | 8 | ||||
-rw-r--r-- | system/cwtex-q-fonts/cwtex-q-fonts.info | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/system/cwtex-q-fonts/README b/system/cwtex-q-fonts/README index 08215fb56e..dd0facc5d5 100644 --- a/system/cwtex-q-fonts/README +++ b/system/cwtex-q-fonts/README @@ -2,4 +2,5 @@ cwtex-q-fonts contains five kinds of Chinese fonts: Fangsong, Hei, Kai, Ming and yuan, which are originally to be the default fonts in XeLaTeX. These fonts are based on cwtex fonts made by Tsong-Min Wu and Tsong-Huey Wu in 1999-2004, then modified by Edward G.J. Lee, and this -project is started by Chen-Pan Liao. The license is GPL 2.0 or later. +project is started by Chen-Pan Liao. +The license is GPL 2.0 or later.
\ No newline at end of file diff --git a/system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild b/system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild index e80e83093d..a8c1e6d04e 100644 --- a/system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild +++ b/system/cwtex-q-fonts/cwtex-q-fonts.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=cwtex-q-fonts VERSION=${VERSION:-0.2} ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -49,10 +49,10 @@ mkdir -p $TMP/$PRGNAM-$VERSION cd $PRGNAM-$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 \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -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 {} \; # Installing font # If you use Sbopkg, it seems that Sbopkg create a symlink of diff --git a/system/cwtex-q-fonts/cwtex-q-fonts.info b/system/cwtex-q-fonts/cwtex-q-fonts.info index 27ddaf0a55..51db4a2541 100644 --- a/system/cwtex-q-fonts/cwtex-q-fonts.info +++ b/system/cwtex-q-fonts/cwtex-q-fonts.info @@ -1,7 +1,7 @@ PRGNAM="cwtex-q-fonts" VERSION="0.2" HOMEPAGE="https://code.google.com/p/cwtex-q-fonts/" -DOWNLOAD="https://cwtex-q-fonts.googlecode.com/svn/trunk/ttf/cwTeXQFangsong-Medium.ttf https://cwtex-q-fonts.googlecode.com/svn/trunk/ttf/cwTeXQHei-Bold.ttf https://cwtex-q-fonts.googlecode.com/svn/trunk/ttf/cwTeXQKai-Medium.ttf https://cwtex-q-fonts.googlecode.com/svn/trunk/ttf/cwTeXQMing-Medium.ttf https://cwtex-q-fonts.googlecode.com/svn/trunk/ttf/cwTeXQYuan-Medium.ttf https://cwtex-q-fonts.googlecode.com/svn/trunk/ttf/copying.txt https://cwtex-q-fonts.googlecode.com/svn/trunk/ttf/license.txt" +DOWNLOAD="https://cwtex-q-fonts.googlecode.com/svn-history/r39/trunk/ttf/cwTeXQFangsong-Medium.ttf https://cwtex-q-fonts.googlecode.com/svn-history/r39/trunk/ttf/cwTeXQHei-Bold.ttf https://cwtex-q-fonts.googlecode.com/svn-history/r39/trunk/ttf/cwTeXQKai-Medium.ttf https://cwtex-q-fonts.googlecode.com/svn-history/r39/trunk/ttf/cwTeXQMing-Medium.ttf https://cwtex-q-fonts.googlecode.com/svn-history/r39/trunk/ttf/cwTeXQYuan-Medium.ttf https://cwtex-q-fonts.googlecode.com/svn-history/r39/trunk/ttf/copying.txt https://cwtex-q-fonts.googlecode.com/svn-history/r39/trunk/ttf/license.txt" MD5SUM="7265ac74b10b3eed520aa989e40c25dd b98a0429f020634db8f46b6e8d9236a8 280453f262e01e576132366ceaec8c68 ec0490c9cf067fa84d362eb26587c956 836be96efb79a43253c1269ef8a60fe7 ccfba1e907d8f76d506eecf8c48c1e65 23f5ffa9ccdaf69ad4acfc71d5aaa260" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |