libhandy
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
#!/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 shelltools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
mesontools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
mesontools.build()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
mesontools.install()
|
||||||
|
|
||||||
|
#shelltools.cd("..")
|
||||||
|
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||||
@@ -0,0 +1,78 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libhandy</Name>
|
||||||
|
<Homepage>https://gitlab.gnome.org/GNOME/libhandy</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Library full of GTK+ widgets for mobile phones</Summary>
|
||||||
|
<Description>Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
|
||||||
|
<Archive sha1sum="eaa463859a949a5808dc9415358a3909fb093f11" type="tarxz">https://download.gnome.org/sources/libhandy/1.2/libhandy-1.2.1.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>vala-devel</Dependency>
|
||||||
|
<Dependency>glade-devel</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>libhandy.patch</Patch>
|
||||||
|
<Patch level="1">libhandy.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libhandy</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>atk</Dependency>
|
||||||
|
<Dependency>gtk3</Dependency>
|
||||||
|
<Dependency>cairo</Dependency>
|
||||||
|
<Dependency>glade</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>pango</Dependency>
|
||||||
|
<Dependency>fribidi</Dependency>
|
||||||
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||||
|
<Path fileType="data">/usr/share/glade</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="data">/usr/share/vala</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libhandy-devel</Name>
|
||||||
|
<Summary>Development files for libhandy</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libhandy</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2021-04-23</Date>
|
||||||
|
<Version>1.2.1</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>libhandy</Name>
|
||||||
|
<Summary xml:lang="tr">Library full of GTK+ widgets for mobile phones</Summary>
|
||||||
|
<Description xml:lang="tr">Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+113
-155
@@ -30464,6 +30464,77 @@
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</SpecFile>
|
</SpecFile>
|
||||||
|
<SpecFile>
|
||||||
|
<Source>
|
||||||
|
<Name>libhandy</Name>
|
||||||
|
<Homepage>https://gitlab.gnome.org/GNOME/libhandy</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>desktop.gnome.base</PartOf>
|
||||||
|
<Summary xml:lang="en">Library full of GTK+ widgets for mobile phones</Summary>
|
||||||
|
<Summary xml:lang="tr">Library full of GTK+ widgets for mobile phones</Summary>
|
||||||
|
<Description xml:lang="en">Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
|
||||||
|
<Description xml:lang="tr">Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
|
||||||
|
<Archive type="tarxz" sha1sum="eaa463859a949a5808dc9415358a3909fb093f11" name="libhandy-1.2.1.tar.xz">https://download.gnome.org/sources/libhandy/1.2/libhandy-1.2.1.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>vala-devel</Dependency>
|
||||||
|
<Dependency>glade-devel</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<SourceURI>desktop/gnome/base/libhandy/pspec.xml</SourceURI>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>libhandy</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>atk</Dependency>
|
||||||
|
<Dependency>gtk3</Dependency>
|
||||||
|
<Dependency>cairo</Dependency>
|
||||||
|
<Dependency>glade</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>pango</Dependency>
|
||||||
|
<Dependency>fribidi</Dependency>
|
||||||
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||||
|
<Path fileType="data">/usr/share/glade</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="data">/usr/share/vala</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>libhandy-devel</Name>
|
||||||
|
<Summary xml:lang="en">Development files for libhandy</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="1">libhandy</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2021-04-23</Date>
|
||||||
|
<Version>1.2.1</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</SpecFile>
|
||||||
<SpecFile>
|
<SpecFile>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>dconf</Name>
|
<Name>dconf</Name>
|
||||||
@@ -47001,55 +47072,6 @@ settings shared by various components of a desktop.</Summary>
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</SpecFile>
|
</SpecFile>
|
||||||
<SpecFile>
|
|
||||||
<Source>
|
|
||||||
<Name>gtk-theme-arc-dark-solid</Name>
|
|
||||||
<Homepage>https://github.com/horst3180/arc-theme</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admins@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>GPLv2</License>
|
|
||||||
<PartOf>desktop.lookandfeel</PartOf>
|
|
||||||
<Summary xml:lang="en">Arc is a flat theme with a subtle color scheme and transparency in select parts of the window, like GTK Header Bars and the Nautilus sidebar.</Summary>
|
|
||||||
<Description xml:lang="en">The Arc theme supports GTK3 and GTK2 based desktop environments, including GNOME Shell (of course) and the standard Ubuntu Unity desktop.It also works just dandy with lightweight Budgie and elementary’s Pantheon desktops and should work fine on Cinnamon.</Description>
|
|
||||||
<Archive type="targz" sha1sum="b5a9792245d07b60c31d9f852858d7f844b55402" name="arc-theme_16.04%7Exenial%7ENoobsLab.com.tar.gz">https://sourceforge.net/projects/pisilinux/files/source/arc-theme_16.04%7Exenial%7ENoobsLab.com.tar.gz</Archive>
|
|
||||||
<SourceURI>desktop/lookandfeel/gtk-theme-arc-dark-solid/pspec.xml</SourceURI>
|
|
||||||
</Source>
|
|
||||||
<Package>
|
|
||||||
<Name>gtk-theme-arc-dark-solid</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>gtk2-engines-murrine</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="data">/usr/share/themes/Arc-Dark-Solid</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
<History>
|
|
||||||
<Update release="3">
|
|
||||||
<Date>2018-08-31</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>Rebuild New T.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="2">
|
|
||||||
<Date>2017-04-06</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>Rebuild with new toolchain</Comment>
|
|
||||||
<Name>Stefan Gronewold(groni)</Name>
|
|
||||||
<Email>groni@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2016-12-11</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>First Release.</Comment>
|
|
||||||
<Name>Stefan Gronewold(groni)</Name>
|
|
||||||
<Email>groni@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</SpecFile>
|
|
||||||
<SpecFile>
|
<SpecFile>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>icon-theme-faenza</Name>
|
<Name>icon-theme-faenza</Name>
|
||||||
@@ -47240,7 +47262,33 @@ settings shared by various components of a desktop.</Summary>
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/share/themes/Arc</Path>
|
<Path fileType="data">/usr/share/themes/Arc</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>gtk-theme-arc-solid</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>gtk2-engines-murrine</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share/themes/Arc-Solid</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>gtk-theme-arc-dark</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>gtk2-engines-murrine</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share/themes/Arc-Dark</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<Package>
|
||||||
|
<Name>gtk-theme-arc-dark-solid</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>gtk2-engines-murrine</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share/themes/Arc-Dark-Solid</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
@@ -48249,104 +48297,6 @@ settings shared by various components of a desktop.</Summary>
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</SpecFile>
|
</SpecFile>
|
||||||
<SpecFile>
|
|
||||||
<Source>
|
|
||||||
<Name>gtk-theme-arc-dark</Name>
|
|
||||||
<Homepage>https://github.com/horst3180/arc-theme</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admins@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>GPLv2</License>
|
|
||||||
<PartOf>desktop.lookandfeel</PartOf>
|
|
||||||
<Summary xml:lang="en">Arc is a flat theme with a subtle color scheme and transparency in select parts of the window, like GTK Header Bars and the Nautilus sidebar.</Summary>
|
|
||||||
<Description xml:lang="en">The Arc theme supports GTK3 and GTK2 based desktop environments, including GNOME Shell (of course) and the standard Ubuntu Unity desktop.It also works just dandy with lightweight Budgie and elementary’s Pantheon desktops and should work fine on Cinnamon.</Description>
|
|
||||||
<Archive type="targz" sha1sum="b5a9792245d07b60c31d9f852858d7f844b55402" name="arc-theme_16.04~xenial~NoobsLab.com.tar.gz">https://launchpad.net/~noobslab/+archive/ubuntu/themes/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz</Archive>
|
|
||||||
<SourceURI>desktop/lookandfeel/gtk-theme-arc-dark/pspec.xml</SourceURI>
|
|
||||||
</Source>
|
|
||||||
<Package>
|
|
||||||
<Name>gtk-theme-arc-dark</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>gtk2-engines-murrine</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="data">/usr/share/themes/Arc-Dark</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
<History>
|
|
||||||
<Update release="3">
|
|
||||||
<Date>2018-08-31</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>Rebuild New T.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="2">
|
|
||||||
<Date>2017-04-06</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>Rebuild with new toolchain</Comment>
|
|
||||||
<Name>Stefan Gronewold(groni)</Name>
|
|
||||||
<Email>groni@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2016-12-11</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>First Release.</Comment>
|
|
||||||
<Name>Stefan Gronewold(groni)</Name>
|
|
||||||
<Email>groni@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</SpecFile>
|
|
||||||
<SpecFile>
|
|
||||||
<Source>
|
|
||||||
<Name>gtk-theme-arc-solid</Name>
|
|
||||||
<Homepage>https://github.com/horst3180/arc-theme</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admins@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>GPLv2</License>
|
|
||||||
<PartOf>desktop.lookandfeel</PartOf>
|
|
||||||
<Summary xml:lang="en">Arc is a flat theme with a subtle color scheme and transparency in select parts of the window, like GTK Header Bars and the Nautilus sidebar.</Summary>
|
|
||||||
<Description xml:lang="en">The Arc theme supports GTK3 and GTK2 based desktop environments, including GNOME Shell (of course) and the standard Ubuntu Unity desktop.It also works just dandy with lightweight Budgie and elementary’s Pantheon desktops and should work fine on Cinnamon.</Description>
|
|
||||||
<Archive type="targz" sha1sum="b5a9792245d07b60c31d9f852858d7f844b55402" name="arc-theme_16.04~xenial~NoobsLab.com.tar.gz">https://launchpad.net/~noobslab/+archive/ubuntu/themes/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz</Archive>
|
|
||||||
<SourceURI>desktop/lookandfeel/gtk-theme-arc-solid/pspec.xml</SourceURI>
|
|
||||||
</Source>
|
|
||||||
<Package>
|
|
||||||
<Name>gtk-theme-arc-solid</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>gtk2-engines-murrine</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="data">/usr/share/themes/Arc-Solid</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
<History>
|
|
||||||
<Update release="3">
|
|
||||||
<Date>2018-08-31</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>Rebuild New T.</Comment>
|
|
||||||
<Name>Mustafa Cinasal</Name>
|
|
||||||
<Email>muscnsl@gmail.com</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="2">
|
|
||||||
<Date>2017-04-06</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>Rebuild with new toolchain</Comment>
|
|
||||||
<Name>Stefan Gronewold(groni)</Name>
|
|
||||||
<Email>groni@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2016-12-11</Date>
|
|
||||||
<Version>1.0</Version>
|
|
||||||
<Comment>First Release.</Comment>
|
|
||||||
<Name>Stefan Gronewold(groni)</Name>
|
|
||||||
<Email>groni@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</SpecFile>
|
|
||||||
<SpecFile>
|
<SpecFile>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>gtk2-engines-murrine</Name>
|
<Name>gtk2-engines-murrine</Name>
|
||||||
@@ -166917,16 +166867,13 @@ functionality to build high-performing, platform-independent programs.</Descript
|
|||||||
<PartOf>kernel.drivers</PartOf>
|
<PartOf>kernel.drivers</PartOf>
|
||||||
<Summary xml:lang="en">a project aiming to support NVIDIA Optimus technology under Linux.</Summary>
|
<Summary xml:lang="en">a project aiming to support NVIDIA Optimus technology under Linux.</Summary>
|
||||||
<Description xml:lang="en">The Bumblebee Project proudly presents version 3.0 of Bumblebee, a project aiming to support NVIDIA Optimus technology under Linux. After two months of hard work this version has finally been considered stable enough for release.</Description>
|
<Description xml:lang="en">The Bumblebee Project proudly presents version 3.0 of Bumblebee, a project aiming to support NVIDIA Optimus technology under Linux. After two months of hard work this version has finally been considered stable enough for release.</Description>
|
||||||
<Archive type="targz" sha1sum="a715f4aa1b0c24dd4352ff7e0bc390f1e4e03cd9" name="bumblebee-3.2.1.tar.gz">http://www.bumblebee-project.org/bumblebee-3.2.1.tar.gz</Archive>
|
<Archive type="targz" sha1sum="e98a979750fcefa1ae2217d5baaf92af895dcc91" name="bumblebee-3.2.1.tar.gz">https://github.com/Bumblebee-Project/Bumblebee/archive/8f3d307b6aabbc2cd8444c6e5a4360f3bf2915ec.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>libbsd-devel</Dependency>
|
<Dependency>libbsd-devel</Dependency>
|
||||||
<Dependency>libX11-devel</Dependency>
|
<Dependency>libX11-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>libkmod-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
|
||||||
<Patch level="1">bb-hexadecimal.patch</Patch>
|
|
||||||
<Patch level="1">nv-uvm-modeset.patch</Patch>
|
|
||||||
</Patches>
|
|
||||||
<SourceURI>x11/misc/bumblebee/pspec.xml</SourceURI>
|
<SourceURI>x11/misc/bumblebee/pspec.xml</SourceURI>
|
||||||
</Source>
|
</Source>
|
||||||
<Package>
|
<Package>
|
||||||
@@ -166938,6 +166885,7 @@ functionality to build high-performing, platform-independent programs.</Descript
|
|||||||
<Dependency>libbsd</Dependency>
|
<Dependency>libbsd</Dependency>
|
||||||
<Dependency>primus</Dependency>
|
<Dependency>primus</Dependency>
|
||||||
<Dependency>virtualgl</Dependency>
|
<Dependency>virtualgl</Dependency>
|
||||||
|
<Dependency>libkmod</Dependency>
|
||||||
<Dependency>virtualgl-32bit</Dependency>
|
<Dependency>virtualgl-32bit</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -282739,9 +282687,11 @@ to create header files and sources from protocol files.</Description>
|
|||||||
<Summary xml:lang="tr">Hafif ve özgür bir PDF görüntüleyici</Summary>
|
<Summary xml:lang="tr">Hafif ve özgür bir PDF görüntüleyici</Summary>
|
||||||
<Description xml:lang="en">Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.</Description>
|
<Description xml:lang="en">Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.</Description>
|
||||||
<Description xml:lang="tr">evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır.</Description>
|
<Description xml:lang="tr">evince değişik tipte belgeleri görüntülemek için kullanılan bir araçtır. Evince'in amacı, GNOME Masaüstü ortamı için basit bir belge görüntüleyici olarak diğer belge görüntüleyicilerinin yerini almaktır.</Description>
|
||||||
<Archive type="tarxz" sha1sum="cc1500688127de6086fe11f2b81b8837c8ea5a8f" name="evince-3.26.0.tar.xz">mirrors://gnome/evince/3.26/evince-3.26.0.tar.xz</Archive>
|
<Archive type="tarxz" sha1sum="6fb18866c19aaa3ffb727ef656a2b1941ded17fa" name="evince-3.38.2.tar.xz">mirrors://gnome/evince/3.38/evince-3.38.2.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>itstool</Dependency>
|
<Dependency>itstool</Dependency>
|
||||||
|
<Dependency>gtk-doc</Dependency>
|
||||||
<Dependency>atk-devel</Dependency>
|
<Dependency>atk-devel</Dependency>
|
||||||
<Dependency>libgxps-devel</Dependency>
|
<Dependency>libgxps-devel</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
@@ -282757,6 +282707,7 @@ to create header files and sources from protocol files.</Description>
|
|||||||
<Dependency>poppler-glib-devel</Dependency>
|
<Dependency>poppler-glib-devel</Dependency>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency>libxml2-devel</Dependency>
|
<Dependency>libxml2-devel</Dependency>
|
||||||
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<SourceURI>office/misc/evince/pspec.xml</SourceURI>
|
<SourceURI>office/misc/evince/pspec.xml</SourceURI>
|
||||||
@@ -282808,7 +282759,7 @@ to create header files and sources from protocol files.</Description>
|
|||||||
<Summary xml:lang="en">Development files for evince</Summary>
|
<Summary xml:lang="en">Development files for evince</Summary>
|
||||||
<Summary xml:lang="tr">evince için geliştirme dosyaları</Summary>
|
<Summary xml:lang="tr">evince için geliştirme dosyaları</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="4">evince</Dependency>
|
<Dependency release="5">evince</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
@@ -282826,6 +282777,13 @@ to create header files and sources from protocol files.</Description>
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2021-04-23</Date>
|
||||||
|
<Version>3.38.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2018-08-09</Date>
|
<Date>2018-08-09</Date>
|
||||||
<Version>3.26.0</Version>
|
<Version>3.26.0</Version>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
8c603aca23a5660cf04bcfcccad200614d8510bc
|
75a658b8c61bbabd74e548786aefc52076ce3ba4
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
9b3176bd31ec39aaabd25dd5630f9c558797d262
|
78a3249fbbdd566cc1909560c5f436e76ab0d694
|
||||||
Reference in New Issue
Block a user