Merge pull request #6363 from Rmys/master

redshift:First release
This commit is contained in:
Rmys
2019-01-30 22:45:13 +03:00
committed by GitHub
7 changed files with 212 additions and 13 deletions
+32
View File
@@ -0,0 +1,32 @@
#!/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 get
def setup():
#shelltools.export("PYTHON", "/usr/bin/python3.6")
autotools.configure("--sysconfdir=/etc \
--enable-drm \
--enable-geoclue2 \
--enable-randr \
--enable-vidmode \
--with-systemduserunitdir=/usr/lib/systemd/user")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
#autotools.install()
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CONTRIB*", "COPYING", "README*")
+64
View File
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>redshift</Name>
<Homepage>https://github.com/jonls/redshift</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app</IsA>
<Summary>Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.</Summary>
<Description>Kırmızıya kayma, ekranınızın renk sıcaklığını ortamınıza göre ayarlar. Bu, gece ekranın önünde çalışıyorsanız, gözlerinizin daha az acı çekmesine yardımcı olabilir.</Description>
<Archive sha1sum="ee874faa0a2fd9ea6f7cab219cefa00038514824" type="tarxz">https://github.com/jonls/redshift/releases/download/v1.12/redshift-1.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libdrm-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>geoclue-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>libXxf86vm-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>redshift</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libdrm</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libXxf86vm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-01-30</Date>
<Version>1.12</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>redshift</Name>
<Summary xml:lang="tr">Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.</Summary>
<Description xml:lang="tr">Kırmızıya kayma, ekranınızın renk sıcaklığını ortamınıza göre ayarlar. Bu, gece ekranın önünde çalışıyorsanız, gözlerinizin daha az acı çekmesine yardımcı olabilir.</Description>
</Source>
</PISI>
+106 -11
View File
@@ -113,6 +113,7 @@
<Package>kde-l10n-tr-doc</Package>
<Package>kde-l10n-uk-doc</Package>
<Package>qupzilla</Package>
<Package>qt5-docs</Package>
</Obsoletes>
</Distribution>
<SpecFile>
@@ -29757,7 +29758,7 @@
<Description xml:lang="en">X server is the main application that allows a graphical interface.</Description>
<Description xml:lang="tr">X sunucu, grafiksel arayüz için gerekli ana uygulamadır.</Description>
<Description xml:lang="pl">X serwer to główna aplikacja, która umożliwia interfejs graficzny.</Description>
<Archive type="tarbz2" sha1sum="a522cd543606b4d0509d821b8061904951171c50">mirrors://xorg/individual/xserver/xorg-server-1.20.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="2dd560ac49bdbda7f67166546af43541fabf517f">mirrors://xorg/individual/xserver/xorg-server-1.19.6.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libbsd-devel</Dependency>
<Dependency>font-util</Dependency>
@@ -29798,15 +29799,15 @@
<Dependency>libXau-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>xorg-app-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">nvidia-add-modulepath-support.patch</Patch>
<Patch level="1">xserver-autobind-hotplug.patch</Patch>
<Patch level="1">xorg-server-1.12-unloadsubmodule.patch</Patch>
<Patch level="1">xorg-server-1.18-support-multiple-Files-sections.patch</Patch>
<Patch level="1">xorg-server-1.19.4-sysmacros.patch</Patch>
</Patches>
<SourceURI>x11/server/xorg-server/pspec.xml</SourceURI>
</Source>
@@ -29828,7 +29829,6 @@
<Name>xorg-server</Name>
<IsA>app:console</IsA>
<RuntimeDependencies>
<Dependency>libbsd</Dependency>
<Dependency>libXau</Dependency>
<Dependency>eudev</Dependency>
<Dependency>libXdmcp</Dependency>
@@ -30010,6 +30010,13 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2019-01-30</Date>
<Version>1.19.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2019-01-07</Date>
<Version>1.20.3</Version>
@@ -39003,10 +39010,12 @@
<Summary xml:lang="tr">Evdev keycode&apos;larını keysms türüne çeviren bir kitaplık</Summary>
<Description xml:lang="en">Library to convert evdev keycodes to keysyms</Description>
<Description xml:lang="tr">Evdev keycode&apos;larını keysms türüne çeviren bir kitaplık</Description>
<Archive type="targz" sha1sum="f6674cd9924a0be693ce2a1e862ebdd4f26ed0cb">https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.0.tar.gz</Archive>
<Archive type="targz" sha1sum="3e7abe7ea1cd3eabaee6235f74bbe75130008f6b">https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.8.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>xorg-proto</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>xkeyboard-config</Dependency>
</BuildDependencies>
<SourceURI>x11/library/libxkbcommon/pspec.xml</SourceURI>
</Source>
@@ -39025,7 +39034,8 @@
<Summary xml:lang="en">Development files for libxkbcommon</Summary>
<Summary xml:lang="tr">libxkbcommon için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="5">libxkbcommon</Dependency>
<Dependency release="6">libxkbcommon</Dependency>
<Dependency>libxcb-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -39042,7 +39052,7 @@
<Dependency>libxcb-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="5">libxkbcommon</Dependency>
<Dependency release="6">libxkbcommon</Dependency>
<Dependency>libxcb-32bit</Dependency>
</RuntimeDependencies>
<Files>
@@ -39050,6 +39060,13 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2019-01-29</Date>
<Version>0.8.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-11-05</Date>
<Version>0.8.0</Version>
@@ -50139,6 +50156,70 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>redshift</Name>
<Homepage>https://github.com/jonls/redshift</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app</IsA>
<PartOf>hardware.misc</PartOf>
<Summary xml:lang="en">Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.</Summary>
<Summary xml:lang="tr">Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.</Summary>
<Description xml:lang="en">Kırmızıya kayma, ekranınızın renk sıcaklığını ortamınıza göre ayarlar. Bu, gece ekranın önünde çalışıyorsanız, gözlerinizin daha az acı çekmesine yardımcı olabilir.</Description>
<Description xml:lang="tr">Kırmızıya kayma, ekranınızın renk sıcaklığını ortamınıza göre ayarlar. Bu, gece ekranın önünde çalışıyorsanız, gözlerinizin daha az acı çekmesine yardımcı olabilir.</Description>
<Archive type="tarxz" sha1sum="ee874faa0a2fd9ea6f7cab219cefa00038514824">https://github.com/jonls/redshift/releases/download/v1.12/redshift-1.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libdrm-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>geoclue-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>shared-mime-info</Dependency>
<Dependency>libXxf86vm-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<SourceURI>hardware/misc/redshift/pspec.xml</SourceURI>
</Source>
<Package>
<Name>redshift</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libdrm</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libXxf86vm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-01-30</Date>
<Version>1.12</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libgusb</Name>
@@ -56666,7 +56747,7 @@
<Summary xml:lang="tr">Güçlü bir sanallaştırma programı</Summary>
<Description xml:lang="en">VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things.</Description>
<Description xml:lang="tr">VirtualBox, ev kullanımı yanında kurumsal kullanım alanı da bulan güçlü bir xf86 sanallaştırma ürünleri ailesidir. Bu sürüm, USB ve birkaç özellik için desteği bulunmayan açık kodlu uyarlamasıdır.</Description>
<Archive type="tarbz2" sha1sum="3d81b654d90a4b050a5f2b6ef84a93955982d4a5">http://download.virtualbox.org/virtualbox/6.0.2/VirtualBox-6.0.2.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="39c472d49e8e25dce39a3d296ca4033ae4643dd1">http://download.virtualbox.org/virtualbox/6.0.4/VirtualBox-6.0.4.tar.bz2</Archive>
<AdditionalFiles>
<AdditionalFile target="LocalConfig.kmk">LocalConfig.kmk</AdditionalFile>
</AdditionalFiles>
@@ -56749,7 +56830,7 @@
<Dependency>openssl</Dependency>
<Dependency>device-mapper</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency version="6.0.2">module-virtualbox</Dependency>
<Dependency version="6.0.4">module-virtualbox</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/etc/vbox</Path>
@@ -56787,7 +56868,7 @@
<Dependency>libXdamage</Dependency>
<Dependency>xorg-server</Dependency>
<Dependency>libXcomposite</Dependency>
<Dependency version="6.0.2">module-virtualbox-guest</Dependency>
<Dependency version="6.0.4">module-virtualbox-guest</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/etc/X11/xinit/xinitrc.d</Path>
@@ -56808,6 +56889,13 @@
</AdditionalFiles>
</Package>
<History>
<Update release="22">
<Date>2019-01-29</Date>
<Version>6.0.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2019-01-16</Date>
<Version>6.0.2</Version>
@@ -198800,7 +198888,7 @@ cleaner, which will allow to add new features in the future.</Description>
<Description xml:lang="tr">smplayer Qt ile yazılmış, gelişmiş bir mplayer önyüzüdür. Basit özelliklerinin yanı sıra, TV, DVD, VCD oynatma, mplayer filtrelerini kullanabilme gibi yetenekleri de bulunmaktadır.</Description>
<Description xml:lang="es">SMPlayer es un reproductor multimedia gratuito y para Windows y Linux con códecs incorporados, que puede reproducir prácticamente cualquier formato de vídeo y audio. No necesita ningún códec externo. Simplemente instala SMPlayer y podrás reproducir cualquier formato sin la molestia de tener que buscar e instalar paquetes de códecs.</Description>
<Icon>smplayer</Icon>
<Archive type="tarbz2" sha1sum="3774e7dad35463356c6649f5aab0797e64c6623b">https://sourceforge.net/projects/smplayer/files/SMPlayer/18.10.0/smplayer-18.10.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="0f36833e9eab2aa67e337001ef24e4d2554907f3">https://sourceforge.net/projects/smplayer/files/SMPlayer/19.1.0/smplayer-19.1.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="93f7bc6574b79f0733d15d3bb97a5d3bbc5475b1">https://sourceforge.net/projects/smplayer/files/SMPlayer-themes/18.6.0/smplayer-themes-18.6.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="ab30e705a54252088e28a5fb8d17fd8e6f495b41">http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2</Archive>
<BuildDependencies>
@@ -198833,6 +198921,13 @@ cleaner, which will allow to add new features in the future.</Description>
</Files>
</Package>
<History>
<Update release="15">
<Date>2019-01-30</Date>
<Version>19.1.0</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2018-12-26</Date>
<Version>18.10.0</Version>
+1 -1
View File
@@ -1 +1 @@
9557a4348626eaac237701573347484593c6e6c9
6eb1f98f30af932e05261a43cc6659667aecbf79
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
fa16e0f0d6211fa5add2828e57c6742fbedbf02c
854964f6e6572ff678742e5d1570accb234e5247