diff --git a/desktop/lookandfeel/gtk-theme-greybird/actions.py b/desktop/lookandfeel/gtk-theme-greybird/actions.py index 254a353885..faa05315eb 100644 --- a/desktop/lookandfeel/gtk-theme-greybird/actions.py +++ b/desktop/lookandfeel/gtk-theme-greybird/actions.py @@ -2,18 +2,19 @@ # -*- coding: utf-8 -*- # # 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 get -from pisi.actionsapi import autotools +from pisi.actionsapi import mesontools from pisi.actionsapi import pisitools - +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + def install(): - pisitools.dodir ("/usr/share/themes/Greybird") + mesontools.install() - for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4"]: - pisitools.insinto ("/usr/share/themes/Greybird", subtheme) + pisitools.dodoc("LICENSE*", "README.md") - pisitools.dodoc ("LICENSE.CC", "LICENSE.GPL") diff --git a/desktop/lookandfeel/gtk-theme-greybird/pspec.xml b/desktop/lookandfeel/gtk-theme-greybird/pspec.xml index e04769f4c1..f24aee5c35 100644 --- a/desktop/lookandfeel/gtk-theme-greybird/pspec.xml +++ b/desktop/lookandfeel/gtk-theme-greybird/pspec.xml @@ -1,52 +1,71 @@ - + - - gtk-theme-greybird - http://shimmerproject.org/project/greybird/ - - Pisi Gnu/Linux Community - admin@pisilinux.org - - GTK Theme Suite - Greybird - GTK Theme Suite - Greybird - GPLv2 - data - https://github.com/shimmerproject/Greybird/archive/v3.22.2.tar.gz - - - - gtk-theme-greybird - - gtk2-engines-murrine - - - /usr/share/themes - /usr/share/doc - - - - - - 2018-08-31 - 3.22.2 - Rebuild New T. - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-04-06 - 3.22.2 - Rebuild with new toolchain - Pisi Gnu/Linux Community - admin@pisilinux.org - - - 2016-09-08 - 1.5.3 - First Release - Pisi Gnu/Linux Community - admin@pisilinux.org - - + + gtk-theme-greybird + https://github.com/shimmerproject/Greybird + + Pisi Gnu/Linux Community + admin@pisilinux.org + + Desktop Suite for Xfce. + GTK Theme Suite - Greybird. + GPLv2 + CC-BY-SA + data + + https://github.com/shimmerproject/Greybird/archive/v3.22.12.tar.gz + + + meson + sassc + gtk3-devel + glib2-devel + librsvg-devel + gdk-pixbuf-devel + + + + + gtk-theme-greybird + + gtk2-engines-murrine + + + /usr/share/themes + /usr/share/doc + + + + + + 2020-11-03 + 3.22.12 + Ver. bump + fury + wascheme@tuta.io + + + 2018-08-31 + 3.22.2 + Rebuild New T. + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-04-06 + 3.22.2 + Rebuild with new toolchain + Pisi Gnu/Linux Community + admin@pisilinux.org + + + 2016-09-08 + 1.5.3 + First Release + Pisi Gnu/Linux Community + admin@pisilinux.org + + + diff --git a/desktop/lookandfeel/gtk-theme-greybird/translations.xml b/desktop/lookandfeel/gtk-theme-greybird/translations.xml index d6dc20577d..b0c9e7b785 100644 --- a/desktop/lookandfeel/gtk-theme-greybird/translations.xml +++ b/desktop/lookandfeel/gtk-theme-greybird/translations.xml @@ -1,8 +1,8 @@ - - gtk-theme-bluebird - GTK Theme Suite - Greybird - GTK Theme Suite - Greybird - + + gtk-theme-bluebird + GTK Theme Suite - Greybird + GTK Theme Suite - Greybird + diff --git a/hardware/mobile/usb-modeswitch/actions.py b/hardware/mobile/usb-modeswitch/actions.py new file mode 100644 index 0000000000..43382284fe --- /dev/null +++ b/hardware/mobile/usb-modeswitch/actions.py @@ -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") + diff --git a/hardware/mobile/usb-modeswitch/pspec.xml b/hardware/mobile/usb-modeswitch/pspec.xml new file mode 100644 index 0000000000..c34217a89d --- /dev/null +++ b/hardware/mobile/usb-modeswitch/pspec.xml @@ -0,0 +1,97 @@ + + + + + usb-modeswitch + https://www.draisberghof.de/usb_modeswitch/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:console + hardware.mobile + Mode switching tool for broadband devices + 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. + + https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-2.6.1.tar.bz2 + + + https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-20191128.tar.bz2 + + + tcl-devel + libusb-devel + + + + + usb-modeswitch + + libusb + + + /etc + /usr/sbin + /lib/udev + /lib/udev/rules.d + /usr/share/usb_modeswitch + /var/lib/usb_modeswitch + /usr/share/man + /usr/share/doc + + + + + + 2020-09-12 + 2.6.1 + Ver. bump + fury + wascheme@tuta.io + + + 2019-11-31 + 2.6.0 + Ver. bump + fury + wascheme@tuta.io + + + 2014-08-18 + 2.2.0 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-03-07 + 1.2.7 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-17 + 1.2.5 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-04-12 + 1.2.5 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2011-08-03 + 1.1.8 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + diff --git a/hardware/mobile/usb-modeswitch/translations.xml b/hardware/mobile/usb-modeswitch/translations.xml new file mode 100644 index 0000000000..eb0be756e9 --- /dev/null +++ b/hardware/mobile/usb-modeswitch/translations.xml @@ -0,0 +1,8 @@ + + + + usb-modeswitch + Genişbant cihazlar için kip değiştirme aracı + 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. + + diff --git a/x11/misc/rofi/actions.py b/x11/misc/rofi/actions.py index 1d447d2f94..c9e31c73f7 100644 --- a/x11/misc/rofi/actions.py +++ b/x11/misc/rofi/actions.py @@ -2,11 +2,10 @@ # -*- coding: utf-8 -*- # # 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 pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): diff --git a/x11/misc/rofi/pspec.xml b/x11/misc/rofi/pspec.xml index fc34706684..36aa47ea17 100644 --- a/x11/misc/rofi/pspec.xml +++ b/x11/misc/rofi/pspec.xml @@ -1,9 +1,9 @@ - + rofi - https://github.com/DaveDavenport/rofi + https://github.com/davatorium/rofi fury wascheme@tuta.io @@ -11,35 +11,40 @@ MIT app rofi - A window switcher, application launcher and dmenu replacement - https://github.com/DaveDavenport/rofi/releases/download/1.5.4/rofi-1.5.4.tar.xz + A window switcher, application launcher and dmenu replacement. + + https://github.com/davatorium/rofi/releases/download/1.6.0/rofi-1.6.0.tar.xz + pango-devel cairo-devel glib2-devel - librsvg-devel - startup-notification-devel - libxkbcommon-devel + check-devel libxcb-devel + librsvg-devel xcb-util-devel xcb-util-wm-devel xcb-util-xrm-devel - check-devel + libxkbcommon-devel + libjpeg-turbo-devel + startup-notification-devel + rofi pango cairo glib2 - librsvg - startup-notification - libxkbcommon libxcb + librsvg xcb-util xcb-util-wm xcb-util-xrm + libxkbcommon + libjpeg-turbo + startup-notification /etc @@ -49,7 +54,7 @@ /usr/share/doc - + rofi-devel @@ -60,8 +65,15 @@ /usr/lib/pkgconfig - + + + 2020-11-20 + 1.6.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-25 1.5.4