xfce4 addons ver. bump
This commit is contained in:
@@ -7,26 +7,24 @@
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
i = "-Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-deprecated-declarations"
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add(i)
|
||||
autotools.configure("--libexecdir=/usr/lib \
|
||||
mesontools.configure("--libexecdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking \
|
||||
--host=%s \
|
||||
--disable-debug" % get.CHOST())
|
||||
-Ddebug=false")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
# pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -13,11 +13,12 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>Notes plugin provides you a quick way you had do with Post-It's</Summary>
|
||||
<Description>The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's.</Description>
|
||||
<Archive sha1sum="0db94f1dab3698c47b54633bce0f89d9d1b33a04" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.11/xfce4-notes-plugin-1.11.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="113992e379beb82168d7b2d8742ad4b1c03c6e49" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.12/xfce4-notes-plugin-1.12.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libunique-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
@@ -55,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>1.12.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2025-02-02</Date>
|
||||
<Version>1.11.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user