From 2de06995b8d4ff3d646282aaec8705fd8c88cc32 Mon Sep 17 00:00:00 2001 From: namso-01 Date: Fri, 29 Jan 2016 23:06:09 +0200 Subject: [PATCH 1/2] thunderbird: version bump 38.5.1 --- network/mail/thunderbird/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/network/mail/thunderbird/pspec.xml b/network/mail/thunderbird/pspec.xml index d7d2b75e65..4a9ae6280e 100644 --- a/network/mail/thunderbird/pspec.xml +++ b/network/mail/thunderbird/pspec.xml @@ -15,7 +15,7 @@ app:gui The Stand-Alone Mozilla Mail Component Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform. - http://ftp.mozilla.org/pub/thunderbird/releases/38.4.0/source/thunderbird-38.4.0.source.tar.bz2 + http://ftp.mozilla.org/pub/thunderbird/releases/38.5.1/source/thunderbird-38.5.1.source.tar.bz2 pisilinux/mozconfig @@ -418,6 +418,13 @@ + + 2016-01-29 + 38.5.1 + Version Bumps, https://www.mozilla.org/en-US/thunderbird/38.5.1/releasenotes/ + Osman Erkan + osman.erkan@pisilinux.org + 2015-12-22 38.4.0 From 848829c1e92a2df563b4ffeb33935d990ca1f302 Mon Sep 17 00:00:00 2001 From: namso-01 Date: Sat, 13 Feb 2016 10:19:17 +0200 Subject: [PATCH 2/2] noto-fonts: new package --- desktop/font/noto-fonts-cjk/actions.py | 13 ++++++ desktop/font/noto-fonts-cjk/pspec.xml | 43 ++++++++++++++++++++ desktop/font/noto-fonts-cjk/translations.xml | 10 +++++ 3 files changed, 66 insertions(+) create mode 100644 desktop/font/noto-fonts-cjk/actions.py create mode 100644 desktop/font/noto-fonts-cjk/pspec.xml create mode 100644 desktop/font/noto-fonts-cjk/translations.xml diff --git a/desktop/font/noto-fonts-cjk/actions.py b/desktop/font/noto-fonts-cjk/actions.py new file mode 100644 index 0000000000..a90cf4b754 --- /dev/null +++ b/desktop/font/noto-fonts-cjk/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools + + +def install(): + pisitools.insinto("/usr/share/fonts/noto", "*.ttc") + + pisitools.dodoc("LICENSE") \ No newline at end of file diff --git a/desktop/font/noto-fonts-cjk/pspec.xml b/desktop/font/noto-fonts-cjk/pspec.xml new file mode 100644 index 0000000000..ade77c8034 --- /dev/null +++ b/desktop/font/noto-fonts-cjk/pspec.xml @@ -0,0 +1,43 @@ + + + + + noto-fonts-cjk + http://www.google.com/get/noto + + Osman Erkan + osman.erkan@pisilinux.org + + CUSTOM:SIL + data:font + Google Noto CJK fonts + noto-fonts-cjk, Google Noto CJK fonts. + https://github.com/googlei18n/noto-cjk/archive/v1.004.tar.gz + + + + noto-fonts-cjk + noto-fonts-cjk, Google Noto CJK fonts + + /usr/share/fonts/noto/*.ttc + /usr/share/doc/noto-fonts-cjk/ + + + + + + 2014-02-22 + 0.0_20100919 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-20 + 0.0_20090104 + First release + Pisi Linux Admins + admins@pisilinux.org + + + \ No newline at end of file diff --git a/desktop/font/noto-fonts-cjk/translations.xml b/desktop/font/noto-fonts-cjk/translations.xml new file mode 100644 index 0000000000..3edd91ebb6 --- /dev/null +++ b/desktop/font/noto-fonts-cjk/translations.xml @@ -0,0 +1,10 @@ + + + + noto-fonts-cjk + Google Noto CJK fonts + noto-fonts-cjk, Google Noto CJK fonts. + Google Noto CJK yazı tipleri + Google Noto CJK yazı tipleri. + + \ No newline at end of file