Merge pull request #8827 from 4fury-c3440d8/newcommits

rofi, usb-modeswitch, greybird gtk style.
This commit is contained in:
Kamil ATLI
2020-11-24 14:28:31 +03:00
committed by GitHub
8 changed files with 237 additions and 78 deletions
@@ -2,18 +2,19 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import shelltools from pisi.actionsapi import mesontools
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install(): def install():
pisitools.dodir ("/usr/share/themes/Greybird") mesontools.install()
for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4"]: pisitools.dodoc("LICENSE*", "README.md")
pisitools.insinto ("/usr/share/themes/Greybird", subtheme)
pisitools.dodoc ("LICENSE.CC", "LICENSE.GPL")
@@ -1,52 +1,71 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>gtk-theme-greybird</Name> <Name>gtk-theme-greybird</Name>
<Homepage>http://shimmerproject.org/project/greybird/</Homepage> <Homepage>https://github.com/shimmerproject/Greybird</Homepage>
<Packager> <Packager>
<Name>Pisi Gnu/Linux Community</Name> <Name>Pisi Gnu/Linux Community</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Packager> </Packager>
<Summary>GTK Theme Suite - Greybird</Summary> <Summary>Desktop Suite for Xfce.</Summary>
<Description>GTK Theme Suite - Greybird</Description> <Description>GTK Theme Suite - Greybird.</Description>
<License>GPLv2</License> <License>GPLv2</License>
<ISA>data</ISA> <License>CC-BY-SA</License>
<Archive sha1sum="f82b5ddf6452c39f1dae96541c14686bc791e0fc" type="targz">https://github.com/shimmerproject/Greybird/archive/v3.22.2.tar.gz</Archive> <ISA>data</ISA>
</Source> <Archive sha1sum="2a7c5971fa06905987b771802501716ef374332c" type="targz">
https://github.com/shimmerproject/Greybird/archive/v3.22.12.tar.gz
<Package> </Archive>
<Name>gtk-theme-greybird</Name> <BuildDependencies>
<RuntimeDependencies> <Dependency>meson</Dependency>
<Dependency>gtk2-engines-murrine</Dependency> <Dependency>sassc</Dependency>
</RuntimeDependencies> <Dependency>gtk3-devel</Dependency>
<Files> <Dependency>glib2-devel</Dependency>
<Path fileType="data">/usr/share/themes</Path> <Dependency>librsvg-devel</Dependency>
<Path fileType="doc">/usr/share/doc</Path> <Dependency>gdk-pixbuf-devel</Dependency>
</Files> </BuildDependencies>
</Package> </Source>
<History> <Package>
<Update release="3"> <Name>gtk-theme-greybird</Name>
<Date>2018-08-31</Date> <RuntimeDependencies>
<Version>3.22.2</Version> <Dependency>gtk2-engines-murrine</Dependency>
<Comment>Rebuild New T.</Comment> </RuntimeDependencies>
<Name>Mustafa Cinasal</Name> <Files>
<Email>muscnsl@gmail.com</Email> <Path fileType="data">/usr/share/themes</Path>
</Update> <Path fileType="doc">/usr/share/doc</Path>
<Update release="2"> </Files>
<Date>2017-04-06</Date> </Package>
<Version>3.22.2</Version>
<Comment>Rebuild with new toolchain</Comment> <History>
<Name>Pisi Gnu/Linux Community</Name> <Update release="4">
<Email>admin@pisilinux.org</Email> <Date>2020-11-03</Date>
</Update> <Version>3.22.12</Version>
<Update release="1"> <Comment>Ver. bump</Comment>
<Date>2016-09-08</Date> <Name>fury</Name>
<Version>1.5.3</Version> <Email>wascheme@tuta.io</Email>
<Comment>First Release</Comment> </Update>
<Name>Pisi Gnu/Linux Community</Name> <Update release="3">
<Email>admin@pisilinux.org</Email> <Date>2018-08-31</Date>
</Update> <Version>3.22.2</Version>
</History> <Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2017-04-06</Date>
<Version>3.22.2</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Gnu/Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-09-08</Date>
<Version>1.5.3</Version>
<Comment>First Release</Comment>
<Name>Pisi Gnu/Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI> </PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<PISI> <PISI>
<Source> <Source>
<Name>gtk-theme-bluebird</Name> <Name>gtk-theme-bluebird</Name>
<Summary xml:lang="en">GTK Theme Suite - Greybird</Summary> <Summary xml:lang="en">GTK Theme Suite - Greybird</Summary>
<Description xml:lang="en">GTK Theme Suite - Greybird</Description> <Description xml:lang="en">GTK Theme Suite - Greybird</Description>
</Source> </Source>
</PISI> </PISI>
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
SNAPSHOT="20191128"
def build():
autotools.make("CC='%s' CFLAGS='%s'" % (get.CC(), get.CFLAGS()))
def install():
autotools.rawInstall("DESTDIR='%s'" % get.installDIR())
autotools.rawInstall("-C ../usb-modeswitch-data-%s DESTDIR='%s'" % (SNAPSHOT, get.installDIR()))
pisitools.removeDir("/etc/usb_modeswitch.d")
pisitools.dodoc("ChangeLog", "COPYING", "README")
+97
View File
@@ -0,0 +1,97 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>usb-modeswitch</Name>
<Homepage>https://www.draisberghof.de/usb_modeswitch/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:console</IsA>
<PartOf>hardware.mobile</PartOf>
<Summary>Mode switching tool for broadband devices</Summary>
<Description>usb-modeswitch brings up your data card into operational mode. When plugged in, they identify themselves as CD-ROM and present some non-Linux compatible installation files. This tool deactivates those CD-ROM devices and enables the real communication interface. It supports most devices manufactured by Huawei, T-Mobile, Vodafone, Option, ZTE, Novatel.</Description>
<Archive sha1sum="ddf2b214488aa63e7e390d1ed0113b66262af343" type="tarbz2">
https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2
</Archive>
<Archive sha1sum="64e923d366fbb8c5954d17dd0e9e8b334d1863ff" type="tarbz2">
https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-20191128.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>tcl-devel</Dependency>
<Dependency>libusb-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>usb-modeswitch</Name>
<RuntimeDependencies>
<Dependency>libusb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/lib/udev</Path>
<Path fileType="data">/lib/udev/rules.d</Path>
<Path fileType="data">/usr/share/usb_modeswitch</Path>
<Path fileType="data">/var/lib/usb_modeswitch</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2020-09-12</Date>
<Version>2.6.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="6">
<Date>2019-11-31</Date>
<Version>2.6.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="5">
<Date>2014-08-18</Date>
<Version>2.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-03-07</Date>
<Version>1.2.7</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-02-17</Date>
<Version>1.2.5</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-04-12</Date>
<Version>1.2.5</Version>
<Comment>V.Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-08-03</Date>
<Version>1.1.8</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>usb-modeswitch</Name>
<Summary xml:lang="tr">Genişbant cihazlar için kip değiştirme aracı</Summary>
<Description xml:lang="tr">usb-modeswitch, genişbant cihazları CD-ROM kipinden, ağ kartı kipine geçirir. Bu cihazlar, Linux dışındaki işletim sistemlerine sürücülerini otomatik yükleyebilmek için ilk takıldıklarında kendilerini CD-ROM olarak tanıtırlar. Bu araçla, bu kip pasif hale getirilip, iletişim arayüzü etkinleştirilir. Huawei, T-Mobile, Vodafone, Option, ZTE ve Novatel tarafından üretilen cihazlar desteklenmektedir.</Description>
</Source>
</PISI>
+1 -2
View File
@@ -2,11 +2,10 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
+25 -13
View File
@@ -1,9 +1,9 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>rofi</Name> <Name>rofi</Name>
<Homepage>https://github.com/DaveDavenport/rofi</Homepage> <Homepage>https://github.com/davatorium/rofi</Homepage>
<Packager> <Packager>
<Name>fury</Name> <Name>fury</Name>
<Email>wascheme@tuta.io</Email> <Email>wascheme@tuta.io</Email>
@@ -11,35 +11,40 @@
<License>MIT</License> <License>MIT</License>
<IsA>app</IsA> <IsA>app</IsA>
<Summary>rofi</Summary> <Summary>rofi</Summary>
<Description>A window switcher, application launcher and dmenu replacement</Description> <Description>A window switcher, application launcher and dmenu replacement.</Description>
<Archive sha1sum="d4bfe9fa82220c0ffefa5c3211667f2c9cf5c27d" type="tarxz">https://github.com/DaveDavenport/rofi/releases/download/1.5.4/rofi-1.5.4.tar.xz</Archive> <Archive sha1sum="be93499e5cb163a003f7ed51ca46d3c78b8e2320" type="tarxz">
https://github.com/davatorium/rofi/releases/download/1.6.0/rofi-1.6.0.tar.xz
</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>pango-devel</Dependency> <Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency> <Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>librsvg-devel</Dependency> <Dependency>check-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
<Dependency>libxcb-devel</Dependency> <Dependency>libxcb-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>xcb-util-devel</Dependency> <Dependency>xcb-util-devel</Dependency>
<Dependency>xcb-util-wm-devel</Dependency> <Dependency>xcb-util-wm-devel</Dependency>
<Dependency>xcb-util-xrm-devel</Dependency> <Dependency>xcb-util-xrm-devel</Dependency>
<Dependency>check-devel</Dependency> <Dependency>libxkbcommon-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>rofi</Name> <Name>rofi</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>pango</Dependency> <Dependency>pango</Dependency>
<Dependency>cairo</Dependency> <Dependency>cairo</Dependency>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>startup-notification</Dependency>
<Dependency>libxkbcommon</Dependency>
<Dependency>libxcb</Dependency> <Dependency>libxcb</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>xcb-util</Dependency> <Dependency>xcb-util</Dependency>
<Dependency>xcb-util-wm</Dependency> <Dependency>xcb-util-wm</Dependency>
<Dependency>xcb-util-xrm</Dependency> <Dependency>xcb-util-xrm</Dependency>
<Dependency>libxkbcommon</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>startup-notification</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="config">/etc</Path> <Path fileType="config">/etc</Path>
@@ -49,7 +54,7 @@
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<Package> <Package>
<Name>rofi-devel</Name> <Name>rofi-devel</Name>
<RuntimeDependencies> <RuntimeDependencies>
@@ -60,8 +65,15 @@
<Path fileType="library">/usr/lib/pkgconfig</Path> <Path fileType="library">/usr/lib/pkgconfig</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2020-11-20</Date>
<Version>1.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-01-25</Date> <Date>2020-01-25</Date>
<Version>1.5.4</Version> <Version>1.5.4</Version>