@@ -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
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/themes/", "pisilinux-firefox")
|
||||
pisitools.insinto("/usr/share/themes/", "pisilinux-gtk2")
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisilinux-gtk</Name>
|
||||
<Homepage>http://www.pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>pisilinux-gtk</Summary>
|
||||
<Description>Gtk uygulamaları için tema ve yapılandırma</Description>
|
||||
<Archive sha1sum="bf961bbd740e75f8d7e4c8fb5c054983b3ffb57c" type="targz">https://sourceforge.net/projects/pisi-source/files/pisilinux-gtk-0.1.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pisilinux-gtk</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/themes/*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-09-10</Date>
|
||||
<Version>0.1</Version>
|
||||
<Comment>New Package</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+93223
-93191
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
ccd6ce1a63fdfab299deaa6d66cf3849bb57f294
|
||||
87fc26fc6fc694aaf9b57e9fb2f5eff138f2ca16
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
cd56d4da819aac408f6ff303ed2519788871f0a4
|
||||
60f61a95fd9c6f85df847a546bf44f3cc44d4d2e
|
||||
Reference in New Issue
Block a user