Merge pull request #4671 from Rmys/master
papirus-icon-theme:First release
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#def setup():
|
||||
#autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "LICENSE", "README*")
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>papirus-icon-theme</Name>
|
||||
<Homepage>https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>any</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Papirus simge teması</Summary>
|
||||
<Description>Papirus simge teması</Description>
|
||||
<Archive sha1sum="c196513ee82ac6b42569f9a1d482ca86654bd982" type="targz">https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20180401.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>papirus-icon-theme</Name>
|
||||
<RuntimeDependencies>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-03-31</Date>
|
||||
<Version>20180401</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>papirus-icon-theme</Name>
|
||||
<Summary xml:lang="tr">Papirus simge teması</Summary>
|
||||
<Description xml:lang="tr">Papirus simge teması</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+157640
-157599
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
c4365d4e15495411f110f33446e7cfffa1df98e5
|
||||
68f1eefa5e42166af0242ef81735b1f0d223e13a
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c03f62c791371c8f70afe7fd00b3d87714a51f1b
|
||||
53ca327ee4e161760e6ae18a97e3fc6892e10a88
|
||||
Reference in New Issue
Block a user