Merge pull request #1891 from alihanozturk/master
add adwaita and fix gtk icon name
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/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", "NEWS", "COPYING*", "README")
|
||||
@@ -0,0 +1,36 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>icon-theme-adwaita</Name>
|
||||
<Homepage>http://www.gnome.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Adwaita icon theme</Summary>
|
||||
<Description>Adwaita icon theme</Description>
|
||||
<Archive type="tarxz" sha1sum="33211f47eb84f54671488d7d2d4d725ed9f14d32">ftp://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.20/adwaita-icon-theme-3.20.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-adwaita</Name>
|
||||
<Summary>Adwaita icon theme</Summary>
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-06-07</Date>
|
||||
<Version>3.20</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,3 +1,3 @@
|
||||
gtk-icon-theme-name = "maia"
|
||||
gtk-theme-name = "maia"
|
||||
gtk-font-name = "Noto Sans 10"
|
||||
gtk-icon-theme-name = "Adwaita"
|
||||
gtk-theme-name = "Adwaita"
|
||||
gtk-font-name = "DejavuSans 10"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[Settings]
|
||||
gtk-icon-theme-name = maia
|
||||
gtk-theme-name = maia
|
||||
gtk-font-name = Noto Sans 10
|
||||
gtk-icon-theme-name = Adwaita
|
||||
gtk-theme-name = Adwaita
|
||||
gtk-font-name = DejavuSans 10
|
||||
|
||||
@@ -67048,6 +67048,42 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>icon-theme-adwaita</Name>
|
||||
<Homepage>http://www.gnome.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary xml:lang="en">Adwaita icon theme</Summary>
|
||||
<Description xml:lang="en">Adwaita icon theme</Description>
|
||||
<Archive type="tarxz" sha1sum="33211f47eb84f54671488d7d2d4d725ed9f14d32">ftp://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.20/adwaita-icon-theme-3.20.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/lookandfeel/icon-theme-adwaita/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>icon-theme-adwaita</Name>
|
||||
<Summary xml:lang="en">Adwaita icon theme</Summary>
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-06-07</Date>
|
||||
<Version>3.20</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>artwork-pisilinux-release</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
9c9d7861de75764d12923bcfff1bbf65a72b6e0b
|
||||
823db7345d9d375c47cd56645a139181ca742ef9
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
ce03140322f16a24760e16de779c8062c60c33d6
|
||||
ab0453bdc4634bd41c340add4688fe36f96ddb1e
|
||||
Reference in New Issue
Block a user