Merge pull request #10618 from 4fury-c3440d8/b1

lxsession rebuild.
This commit is contained in:
Rmys
2022-08-20 09:36:21 +03:00
committed by GitHub
7 changed files with 92 additions and 9 deletions
@@ -13,8 +13,8 @@
<License>GPLv2</License>
<License>CC-BY-SA</License>
<ISA>data</ISA>
<Archive sha1sum="2a7c5971fa06905987b771802501716ef374332c" type="targz">
https://github.com/shimmerproject/Greybird/archive/v3.22.12.tar.gz
<Archive sha1sum="1c1426025faa3dba9b5b111ef42ad9d6c04bddad" type="targz">
https://github.com/shimmerproject/Greybird/archive/refs/tags/v3.23.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="5">
<Date>2022-08-20</Date>
<Version>3.23.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2020-11-03</Date>
<Version>3.22.12</Version>
@@ -68,4 +75,3 @@
</Update>
</History>
</PISI>
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gtk-theme-bluebird</Name>
<Name>gtk-theme-greybird</Name>
<Summary xml:lang="en">GTK Theme Suite - Greybird</Summary>
<Description xml:lang="en">GTK Theme Suite - Greybird</Description>
</Source>
@@ -13,8 +13,8 @@
<PartOf>desktop.lookandfeel</PartOf>
<Summary>Elementary Look for XFCE.</Summary>
<Description>Elementary icons forked from upstream, extended and maintained for Xfce.</Description>
<Archive sha1sum="e202bca3a2441bd15af5aa8d6ac54610b221f328" type="targz">
https://github.com/shimmerproject/elementary-xfce/archive/v0.15.2.tar.gz
<Archive sha1sum="2d6539c14d58ca3c3c0617a3db341e2389cbdcb9" type="targz">
https://github.com/shimmerproject/elementary-xfce/archive/refs/tags/v0.17.tar.gz
</Archive>
<BuildDependencies>
<Dependency>librsvg</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-08-20</Date>
<Version>0.17</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-10-13</Date>
<Version>0.15.2</Version>
+2 -2
View File
@@ -9,8 +9,8 @@ from pisi.actionsapi import autotools, pisitools, get
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations")
pisitools.unlink("*.stamp")
autotools.autoreconf("-fiv")
autotools.configure("--enable-gtk3 --enable-buildin-polkit --enable-buildin-clipboard")
autotools.autoreconf("-fv")
autotools.configure("--enable-gtk3 --disable-buildin-polkit --disable-buildin-clipboard")
def build():
autotools.make()
+3 -1
View File
@@ -21,6 +21,8 @@
<Dependency>vala-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>elogind-devel</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -55,7 +57,7 @@
<History>
<Update release="1">
<Date>2022-04-14</Date>
<Date>2022-08-20</Date>
<Version>0.5.5</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
+18
View File
@@ -0,0 +1,18 @@
#!/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 cmaketools, pisitools, get
def setup():
cmaketools.configure()
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
# pisitools.dodoc("")
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sakura</Name>
<Homepage>https://www.pleyades.net/david/projects/sakura</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>GPL-2</License>
<IsA>app:gui</IsA>
<PartOf>x11.terminal</PartOf>
<Summary>Simple but powerful libvte based terminal emulator.</Summary>
<Description>Sakura is a terminal emulator and it's only dependencies are GTK and VTE. It uses a notebook to provide several terminals in one window and allows to change configuration options via a contextual menu. No more no less.</Description>
<Archive sha1sum="0f35a5fd7de3f10d8abf25b725ba73629883e01c" type="tarbz2">
https://launchpad.net/sakura/trunk/3.8.5/+download/sakura-3.8.5.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>vte-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sakura</Name>
<RuntimeDependencies>
<Dependency>vte</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>pango</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-08-20</Date>
<Version>3.8.5</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>