emacs-color-theme eklendi

This commit is contained in:
ilker manap
2015-12-07 00:08:02 +01:00
parent a1b968fbf9
commit 9c2817d662
4 changed files with 85 additions and 0 deletions
+16
View File
@@ -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')
@@ -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)
+56
View File
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>emacs-color-theme</Name>
<Homepage>http://www.emacswiki.org/cgi-bin/wiki?ColorTheme</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data</IsA>
<Summary>Emacs-Lisp color theme package</Summary>
<Description>Colortheme is an Emacs-Lisp package with more than 50 color themes for your use.</Description>
<Archive sha1sum="047d6cb207fdef66b25343479ebe09a1ed3954b5" type="targz">http://download.gna.org/color-theme/color-theme-6.6.0.tar.gz</Archive>
</Source>
<Package>
<Name>emacs-color-theme</Name>
<RuntimeDependencies>
<Dependency>emacs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/etc/emacs/site-lisp</Path>
<Path fileType="data">/usr/share/emacs/site-lisp/color-theme</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/emacs/site-lisp/80-color-theme.el">80-color-theme.el</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="3">
<Date>2014-05-24</Date>
<Version>6.6.0</Version>
<Comment>Release bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-23</Date>
<Version>6.6.0</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>6.6.0</Version>
<Comment>First release</Comment>
<Name>Gökcen Eraslan</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>emacs-color-theme</Name>
<Summary xml:lang="tr">Emacs-List renk paketi</Summary>
<Description xml:lang="tr">Colortheme 50'den fazla renk temasını biraraya getiren bir Emacs-Lisp paketidir.</Description>
</Source>
</PISI>