switcheroo-control-2.6 new package
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#!/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("-Dsystemdsystemunitdir=/tmp \
|
||||
-Dgtk_doc=true \
|
||||
--libexecdir=lib")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.removeDir("/tmp")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
|
||||
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>switcheroo-control</Name>
|
||||
<Homepage>https://gitlab.freedesktop.org/hadess/switcheroo-control</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>D-Bus service to check the availability of dual-GPU</Summary>
|
||||
<Icon>switcheroo-control</Icon>
|
||||
<Description>Çift GPU'nun kullanılabilirliğini kontrol etmek için D-Bus hizmeti</Description>
|
||||
<Archive sha1sum="ac2d443aa7a184c847ca0360363037e96d0291d4" type="tarbz2">https://gitlab.freedesktop.org/hadess/switcheroo-control/-/archive/2.6/switcheroo-control-2.6.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>switcheroo-control.patch</Patch>
|
||||
<Patch level="1">switcheroo-control.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>switcheroo-control</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/lib</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>switcheroo-control-docs</Name>
|
||||
<Summary>Development files for switcheroo-control</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">switcheroo-control</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-09-10</Date>
|
||||
<Version>2.6</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>switcheroo-control</Name>
|
||||
<Summary xml:lang="tr">D-Bus service to check the availability of dual-GPU</Summary>
|
||||
<Description xml:lang="tr">Çift GPU'nun kullanılabilirliğini kontrol etmek için D-Bus hizmeti</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+401274
-399929
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
e08b00f25678a25f19c504eb24de4e77a914bf49
|
||||
4d4654de3f448884556bc7410e150c27d8f59cb9
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
3f1c1fb0193adac8fed61957c6b5309dc0016277
|
||||
cee85fcbef0ff571f24fed4417d250b73b78e773
|
||||
Reference in New Issue
Block a user