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

libxfce4ui.
This commit is contained in:
Rmys
2023-01-05 17:18:22 +03:00
committed by GitHub
3 changed files with 35 additions and 23 deletions
+8 -1
View File
@@ -14,7 +14,7 @@
<Description>
libxfce4ui is a various GTK+ widgets for Xfce desktop environment.
</Description>
<Archive sha1sum="be7e086c1f2f6bde4477d9adcb8dceb54dbbc48b" type="tarbz2">https://archive.xfce.org/src/xfce/libxfce4ui/4.18/libxfce4ui-4.18.0.tar.bz2</Archive>
<Archive sha1sum="d990200fdb9d675cbdab5bd4d0756bd9652af3de" type="tarbz2">https://archive.xfce.org/src/xfce/libxfce4ui/4.18/libxfce4ui-4.18.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
@@ -77,6 +77,13 @@
</Package>
<History>
<Update release="13">
<Date>2023-01-04</Date>
<Version>4.18.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2022-12-14</Date>
<Version>4.18.0</Version>
+10 -14
View File
@@ -2,33 +2,29 @@
# -*- 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
from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
autotools.autoreconf("-fiv")
options = "--disable-static \
--with-pic"
options = "--disable-static --with-pic"
if get.buildTYPE()=="emul32":
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
options += "--libdir=/usr/lib32"
autotools.configure(options)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE()=="emul32":
# unneeded empty manpages.
pisitools.removeDir("/usr/share/man")
pisitools.dodoc("AUTHORS", "NEWS", "README", "ChangeLog", "THANKS", "TODO")
if get.buildTYPE()=="emul32":
pisitools.dodoc("AUTHORS", "NEWS", "THANKS")
+17 -8
View File
@@ -1,19 +1,21 @@
<?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>
<Source>
<Name>fribidi</Name>
<Homepage>http://fribidi.sourceforge.net/</Homepage>
<Homepage>https://github.com/fribidi/fribidi</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<License>LGPL-2.1</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>A free implementation of the unicode bidirectional algorithm</Summary>
<Summary>A free implementation of the unicode bidirectional algorithm.</Summary>
<Description>GNU FriBidi is the Free Implementation of the Unicode Bidirectional Algorithm.</Description>
<Archive sha1sum="0489f1f9b6e19fd3060ee4da36e7e5f7b8ad21c9" type="tarbz2">https://github.com/fribidi/fribidi/releases/download/v1.0.8/fribidi-1.0.8.tar.bz2</Archive>
<Archive sha1sum="c042d9a6e42d9871ea485bb734df049cc57a7185" type="tarxz">
https://github.com/fribidi/fribidi/releases/download/v1.0.12/fribidi-1.0.12.tar.xz
</Archive>
</Source>
<Package>
@@ -21,7 +23,7 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<!-- <Path fileType="man">/usr/share/man</Path> -->
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
@@ -34,11 +36,11 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<!-- <Path fileType="man">/usr/share/man/man3</Path> -->
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>fribidi-32bit</Name>
<PartOf>emul32</PartOf>
@@ -55,6 +57,13 @@
</Package>
<History>
<Update release="8">
<Date>2023-01-05</Date>
<Version>1.0.12</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2020-01-18</Date>
<Version>1.0.8</Version>