From ff383d84aebdffe5dfd2e304c0d473a00b088071 Mon Sep 17 00:00:00 2001 From: namso-01 Date: Fri, 7 Aug 2015 09:22:18 +0300 Subject: [PATCH] iconcan: new package for firefox --- desktop/lookandfeel/iconcan/actions.py | 12 ++++++ desktop/lookandfeel/iconcan/pspec.xml | 42 ++++++++++++++++++++ desktop/lookandfeel/iconcan/translations.xml | 8 ++++ 3 files changed, 62 insertions(+) create mode 100644 desktop/lookandfeel/iconcan/actions.py create mode 100644 desktop/lookandfeel/iconcan/pspec.xml create mode 100644 desktop/lookandfeel/iconcan/translations.xml diff --git a/desktop/lookandfeel/iconcan/actions.py b/desktop/lookandfeel/iconcan/actions.py new file mode 100644 index 0000000000..072cb3fe43 --- /dev/null +++ b/desktop/lookandfeel/iconcan/actions.py @@ -0,0 +1,12 @@ +#!/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(): + # Install branding icon + pisitools.insinto("/usr/share/pixmaps", "*") \ No newline at end of file diff --git a/desktop/lookandfeel/iconcan/pspec.xml b/desktop/lookandfeel/iconcan/pspec.xml new file mode 100644 index 0000000000..394e2cfb4f --- /dev/null +++ b/desktop/lookandfeel/iconcan/pspec.xml @@ -0,0 +1,42 @@ + + + + + iconcan + http://www.pisilinux.org/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv3 + lang-tr + app:gui + Icon etiketi için görseller + Firefox, Calligra, Libreoffice ve Thunderbird için Icon etiketine ait görselleri barındıran uygulama. + http://source.pisilinux.org/1.0/iconcan-1.0.1.tar.xz + + + + iconcan + + /usr/share/pixmaps + + + + + + 2015-02-04 + 1.0.1 + Version Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-02-04 + 1.0.0 + First Release + Osman Erkan + osman.erkan@pisilinux.org + + + \ No newline at end of file diff --git a/desktop/lookandfeel/iconcan/translations.xml b/desktop/lookandfeel/iconcan/translations.xml new file mode 100644 index 0000000000..12441d1c3d --- /dev/null +++ b/desktop/lookandfeel/iconcan/translations.xml @@ -0,0 +1,8 @@ + + + + iconcan + Icon etiketi için görseller + Firefox, Calligra, Libreoffice ve Thunderbird için Icon etiketine ait görselleri barındıran uygulama. + + \ No newline at end of file