Merge pull request #11296 from 4fury-c3440d8/next

xscreensaver-gtk3.
This commit is contained in:
Rmys
2023-01-05 18:19:57 +03:00
committed by GitHub
5 changed files with 32 additions and 13 deletions
@@ -9,10 +9,8 @@ from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("panel-plugin/wavelan.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -21,5 +19,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "NEWS", "THANKS")
@@ -15,8 +15,8 @@
<Description>
xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use.
</Description>
<Archive sha1sum="a2a703bd073ad39d5c1da270feca06120794e433" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2
<Archive sha1sum="e383cf4c14882f327509e4c8d73c2887983f4a00" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="2">
<Date>2023-01-05</Date>
<Version>0.6.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.6.1</Version>
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>editor</PartOf>
<Summary>A cross-platform translation editor.</Summary>
<Description>This program is a simple translation editor for PO and XLIFF files. It also serves as a GUI frontend to more GNU gettext utilities and catalogs editor/source code parser. It helps with translating applications into another language.</Description>
<Archive sha1sum="9890031a08ac7581bab58e51a8bee01635cf1e28" type="targz">
https://github.com/vslavik/poedit/releases/download/v3.2.1-oss/poedit-3.2.1.tar.gz
<Archive sha1sum="e6d7c6cab06119c72a9ddb46f979358edcd9c263" type="targz">
https://github.com/vslavik/poedit/releases/download/v3.2.2-oss/poedit-3.2.2.tar.gz
</Archive>
<BuildDependencies>
<Dependency>wxGTK3</Dependency>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="7">
<Date>2023-01-05</Date>
<Version>3.2.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="6">
<Date>2022-11-23</Date>
<Version>3.2.1</Version>
+1
View File
@@ -21,6 +21,7 @@ j = ''.join([
])
def setup():
pisitools.dosed("driver/Makefile.in", "UPDATE_ICON_CACHE", deleteLine = True)
autotools.configure(j)
def build():
+11 -4
View File
@@ -12,15 +12,15 @@
<PartOf>x11.misc</PartOf>
<Summary>Screensaver collection for X11 systems.</Summary>
<Description>XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System. I released the first version in 1992. I ported it to macOS in 2006, to iOS in 2012, and to Android in 2014. On X11 systems, XScreenSaver is two things: it is both a large collection of screen savers; and it is also the framework for blanking and locking the screen.</Description>
<Archive sha1sum="86eec2287f7b4555e2317df93f0d6cf23c02f52c" type="targz">
https://www.jwz.org/xscreensaver/xscreensaver-6.04.tar.gz
<Archive sha1sum="fa7e1da709972c640a913d42039ba8609ed6218e" type="targz">
https://www.jwz.org/xscreensaver/xscreensaver-6.06.tar.gz
</Archive>
<BuildDependencies>
<Dependency>bc</Dependency>
<Dependency>intltool</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>glibc-devel</Dependency>
@@ -60,7 +60,7 @@
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>pam</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>mesa</Dependency>
<Dependency>glib2</Dependency>
<Dependency>glibc</Dependency>
@@ -105,6 +105,13 @@
</Package>
<History>
<Update release="3">
<Date>2023-01-05</Date>
<Version>6.06</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-07-29</Date>
<Version>6.04</Version>