summaryrefslogtreecommitdiffstats
path: root/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild
diff options
context:
space:
mode:
author Dugan Chen2012-12-16 23:43:47 +0100
committer dsomero2012-12-23 15:16:32 +0100
commit5348ef7f2af521d72f1ab2a78240964cb4e0815a (patch)
treea86a4ac64a0ef2d528bb012efade24135b2ce897 /system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild
parent28b3940fb5e24b42d429bff0374843aef7f5fc0e (diff)
downloadslackbuilds-5348ef7f2af521d72f1ab2a78240964cb4e0815a.tar.gz
system/adobe-source-sans-pro-font: Only install OTF fonts.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild')
-rw-r--r--system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild b/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild
index 50714c30ce..5b7ddfa42a 100644
--- a/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild
+++ b/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild
@@ -22,11 +22,13 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+# Currently maintained by Dugan Chen.
PRGNAM=adobe-source-sans-pro-font
VERSION=${VERSION:-1.038}
SRC=SourceSansPro_FontsOnly-${VERSION}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
ARCH=noarch
@@ -49,8 +51,6 @@ chmod -R u+w,go+r-w,a-s .
mkdir -p $PKG/usr/share/fonts/OTF/
cp OTF/*.otf $PKG/usr/share/fonts/OTF/
-mkdir -p $PKG/usr/share/fonts/TTF/
-cp TTF/*.ttf $PKG/usr/share/fonts/TTF/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE.txt ReadMe.html SourceSansProReadMe.html $PKG/usr/doc/$PRGNAM-$VERSION