xfce4 addons ver. bump
This commit is contained in:
@@ -4,19 +4,18 @@
|
||||
# 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, pisitools, get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# fix build failure w/ xfce4-panel-4.15.0
|
||||
#pisitools.dosed("src/smartbookmark.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
autotools.configure()
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS")
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>A plugin allows you to send requests directly to your browser to make search</Summary>
|
||||
<Description>xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search.</Description>
|
||||
<Archive sha1sum="ae05a93c217b0885792d6ae3b8273a98379a0e6f" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="5bc48066a62d265da74f820cfce1e1351cdf1559" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.6/xfce4-smartbookmark-plugin-0.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>xfce4-panel-devel</Dependency>
|
||||
@@ -39,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-05-20</Date>
|
||||
<Version>0.6.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2024-12-25</Date>
|
||||
<Version>0.5.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user