new package: variety

This commit is contained in:
suvari
2025-07-01 15:27:58 +03:00
parent 72b4c31486
commit aaf6d78466
7 changed files with 181 additions and 2 deletions
+78
View File
@@ -260704,6 +260704,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-07-01</Date>
<Version>1.6.4</Version>
<Comment>Rebuild for fix conflict</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-10-17</Date>
<Version>1.6.4</Version>
@@ -330699,6 +330706,77 @@ contacts, tasks, and calendar information.</Summary>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>variety</Name>
<Homepage>https://variety.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<PartOf>util.misc</PartOf>
<Summary xml:lang="en">Wallpaper downloader and manager for Linux systems</Summary>
<Summary xml:lang="tr">Linux sistemleri için duvar kağıdı indiricisi ve yöneticisi</Summary>
<Description xml:lang="en">Variety is a wallpaper manager for Linux systems. It supports out-of-the-box most Linux desktop environments, and can be configured to work on more esoteric ones.</Description>
<Description xml:lang="tr">Variety, Linux sistemleri için bir duvar kağıdı yöneticisidir. Çoğu Linux masaüstü ortamını destekler ve daha ezoterik olanlarda çalışacak şekilde yapılandırılabilir.</Description>
<Icon>variety</Icon>
<Archive type="targz" sha1sum="2dd8049535df1e4219765aa3ab6a688a24debc82" name="0.8.13.tar.gz">https://github.com/varietywalls/variety/archive/refs/tags/0.8.13.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libgexiv2-devel</Dependency>
<Dependency>python3-httplib2</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>imagemagick-devel</Dependency>
<Dependency>python3-cairo-devel</Dependency>
<Dependency>python3-pillow-devel</Dependency>
<Dependency>python3-beautifulsoup4</Dependency>
<Dependency>python3-distutils-extra</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
<SourceURI>util/misc/variety/pspec.xml</SourceURI>
</Source>
<Package>
<Name>variety</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>libgexiv2</Dependency>
<Dependency>imagemagick</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>xdg-user-dirs</Dependency>
<Dependency>python3-cairo</Dependency>
<Dependency>python3-pillow</Dependency>
<Dependency>python3-httplib2</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>python3-beautifulsoup4</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-07-01</Date>
<Version>0.8.13</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>zsync</Name>
+1 -1
View File
@@ -1 +1 @@
2cf948e397425cdf32e1043827d4c760cf94e4a5
1015ac9101e571a4981645a91c3f974c94d30525
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
90640b749d6fb80e070d01ece68801e4c7ae7d19
20fdd2dd8245eaffe4dc5da0843af2cae465d12b
+19
View File
@@ -0,0 +1,19 @@
#!/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 pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
+74
View File
@@ -0,0 +1,74 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>variety</Name>
<Homepage>https://variety.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<Icon>variety</Icon>
<Summary>Wallpaper downloader and manager for Linux systems</Summary>
<Description>Variety is a wallpaper manager for Linux systems. It supports out-of-the-box most Linux desktop environments, and can be configured to work on more esoteric ones.</Description>
<Archive sha1sum="2dd8049535df1e4219765aa3ab6a688a24debc82" type="targz">https://github.com/varietywalls/variety/archive/refs/tags/0.8.13.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libgexiv2-devel</Dependency>
<Dependency>python3-httplib2</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>imagemagick-devel</Dependency>
<Dependency>python3-cairo-devel</Dependency>
<Dependency>python3-pillow-devel</Dependency>
<Dependency>python3-beautifulsoup4</Dependency>
<Dependency>python3-distutils-extra</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>variety</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>libgexiv2</Dependency>
<Dependency>imagemagick</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>xdg-user-dirs</Dependency>
<Dependency>python3-cairo</Dependency>
<Dependency>python3-pillow</Dependency>
<Dependency>python3-httplib2</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>python3-beautifulsoup4</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-07-01</Date>
<Version>0.8.13</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>variety</Name>
<Summary xml:lang="tr">Linux sistemleri için duvar kağıdı indiricisi ve yöneticisi</Summary>
<Description xml:lang="tr">Variety, Linux sistemleri için bir duvar kağıdı yöneticisidir. Çoğu Linux masaüstü ortamını destekler ve daha ezoterik olanlarda çalışacak şekilde yapılandırılabilir.</Description>
</Source>
</PISI>