Merge pull request #9434 from Rmys/master

xdg-user-dirs-gtk First release
This commit is contained in:
Rmys
2021-06-01 21:24:43 +03:00
committed by GitHub
7 changed files with 186 additions and 4 deletions
@@ -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", "ChangeLog", "COPYING", "NEWS", "README")
@@ -0,0 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xdg-user-dirs-gtk</Name>
<Homepage>https://www.gnome.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Creates user dirs and asks to relocalize them</Summary>
<Description>Creates user dirs and asks to relocalize them</Description>
<Archive sha1sum="7af51ac84ca269377a9699482e43a03b87d4277c" type="tarxz">https://download.gnome.org/sources/xdg-user-dirs-gtk/0.10/xdg-user-dirs-gtk-0.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnome-common</Dependency>
<Dependency>xdg-user-dirs</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>xdg-user-dirs-gtk.patch</Patch>
<Patch level="1">xdg-user-dirs-gtk.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>xdg-user-dirs-gtk</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-01</Date>
<Version>0.10</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xdg-user-dirs-gtk</Name>
<Summary xml:lang="tr">Creates user dirs and asks to relocalize them</Summary>
<Description xml:lang="tr">Creates user dirs and asks to relocalize them</Description>
</Source>
</PISI>
+100 -2
View File
@@ -34943,13 +34943,62 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="1">
<Update release="8">
<Date>2021-05-30</Date>
<Version>40.0</Version>
<Comment>First release</Comment>
<Comment>Version Bump.</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="7">
<Date>2020-12-09</Date>
<Version>3.28.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-02-07</Date>
<Version>3.28.2</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2019-07-13</Date>
<Version>3.28.2</Version>
<Comment>Version Bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkaanisik@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-08-14</Date>
<Version>3.20.1</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-03-02</Date>
<Version>3.12</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.12</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-08-25</Date>
<Version>3.12</Version>
<Comment>First release</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
@@ -35383,6 +35432,55 @@ using GTK/GNOME.</Summary>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xdg-user-dirs-gtk</Name>
<Homepage>https://www.gnome.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<PartOf>desktop.gnome.addons</PartOf>
<Summary xml:lang="en">Creates user dirs and asks to relocalize them</Summary>
<Summary xml:lang="tr">Creates user dirs and asks to relocalize them</Summary>
<Description xml:lang="en">Creates user dirs and asks to relocalize them</Description>
<Description xml:lang="tr">Creates user dirs and asks to relocalize them</Description>
<Archive type="tarxz" sha1sum="7af51ac84ca269377a9699482e43a03b87d4277c" name="xdg-user-dirs-gtk-0.10.tar.xz">https://download.gnome.org/sources/xdg-user-dirs-gtk/0.10/xdg-user-dirs-gtk-0.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnome-common</Dependency>
<Dependency>xdg-user-dirs</Dependency>
</BuildDependencies>
<SourceURI>desktop/gnome/addons/xdg-user-dirs-gtk/pspec.xml</SourceURI>
</Source>
<Package>
<Name>xdg-user-dirs-gtk</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-01</Date>
<Version>0.10</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>exo-fonts-1</Name>
+1 -1
View File
@@ -1 +1 @@
c334a11db9b7d2a4a428ab0786efcc73e6905f98
20bf1872e37cd084ae1a16012c60ba7f7e729cb1
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
0c74edf83d68b7b91331e7e328954c061659665e
bf4f26d3ddcd8da7dd0d6806f8218f7bf0302d9c