From 9c2817d662a49de1d3131e1069c0c92c1d02fb8b Mon Sep 17 00:00:00 2001 From: ilker manap Date: Mon, 7 Dec 2015 00:08:02 +0100 Subject: [PATCH] emacs-color-theme eklendi --- editor/emacs/emacs-color-theme/actions.py | 16 ++++++ .../emacs-color-theme/files/80-color-theme.el | 5 ++ editor/emacs/emacs-color-theme/pspec.xml | 56 +++++++++++++++++++ .../emacs/emacs-color-theme/translations.xml | 8 +++ 4 files changed, 85 insertions(+) create mode 100644 editor/emacs/emacs-color-theme/actions.py create mode 100644 editor/emacs/emacs-color-theme/files/80-color-theme.el create mode 100644 editor/emacs/emacs-color-theme/pspec.xml create mode 100644 editor/emacs/emacs-color-theme/translations.xml diff --git a/editor/emacs/emacs-color-theme/actions.py b/editor/emacs/emacs-color-theme/actions.py new file mode 100644 index 0000000000..d18defe794 --- /dev/null +++ b/editor/emacs/emacs-color-theme/actions.py @@ -0,0 +1,16 @@ +#!/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 +from pisi.actionsapi import get + +WorkDir = "color-theme-%s" % get.srcVERSION() + +def install(): + for data in ['*.el', 'themes']: + pisitools.insinto('/usr/share/emacs/site-lisp/color-theme/', data) + + pisitools.dodoc('README', 'COPYING', 'BUGS', 'AUTHORS', 'ChangeLog') diff --git a/editor/emacs/emacs-color-theme/files/80-color-theme.el b/editor/emacs/emacs-color-theme/files/80-color-theme.el new file mode 100644 index 0000000000..c27b3657cd --- /dev/null +++ b/editor/emacs/emacs-color-theme/files/80-color-theme.el @@ -0,0 +1,5 @@ +;;; color-theme site-lisp configuration + +(add-to-list 'load-path "/usr/share/emacs/site-lisp/color-theme/") +(require 'color-theme) +(color-theme-initialize) \ No newline at end of file diff --git a/editor/emacs/emacs-color-theme/pspec.xml b/editor/emacs/emacs-color-theme/pspec.xml new file mode 100644 index 0000000000..3e3a67e764 --- /dev/null +++ b/editor/emacs/emacs-color-theme/pspec.xml @@ -0,0 +1,56 @@ + + + + + emacs-color-theme + http://www.emacswiki.org/cgi-bin/wiki?ColorTheme + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data + Emacs-Lisp color theme package + Colortheme is an Emacs-Lisp package with more than 50 color themes for your use. + http://download.gna.org/color-theme/color-theme-6.6.0.tar.gz + + + + emacs-color-theme + + emacs + + + /usr/share/doc + /etc/emacs/site-lisp + /usr/share/emacs/site-lisp/color-theme + + + 80-color-theme.el + + + + + + 2014-05-24 + 6.6.0 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-23 + 6.6.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 6.6.0 + First release + Gökcen Eraslan + admins@pisilinux.org + + + \ No newline at end of file diff --git a/editor/emacs/emacs-color-theme/translations.xml b/editor/emacs/emacs-color-theme/translations.xml new file mode 100644 index 0000000000..921908ef18 --- /dev/null +++ b/editor/emacs/emacs-color-theme/translations.xml @@ -0,0 +1,8 @@ + + + + emacs-color-theme + Emacs-List renk paketi + Colortheme 50'den fazla renk temasını biraraya getiren bir Emacs-Lisp paketidir. + +