Merge pull request #17664 from Rmys/master
xfce4-screenshooter ver. bump
This commit is contained in:
@@ -7,24 +7,24 @@
|
|||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
# shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||||
autotools.configure("--prefix=/usr \
|
mesontools.configure("-Dwayland=enabled \
|
||||||
--enable-wayland \
|
-Dxfixes=enabled \
|
||||||
--disable-debug \
|
-Dx11=enabled")
|
||||||
--disable-dependency-tracking")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
# pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
mesontools.install()
|
||||||
|
|
||||||
pisitools.insinto("/usr/share/pixmaps/", "icons/scalable/org.xfce.screenshooter.svg")
|
pisitools.insinto("/usr/share/pixmaps/", "icons/scalable/org.xfce.screenshooter.svg")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user