libwnck2 rebuild
This commit is contained in:
@@ -1,27 +1,29 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import mesontools
|
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
mesontools.configure("-Dbuildtype=release")
|
#autotools.autoreconf("-vif")
|
||||||
|
autotools.configure("--disable-static --enable-introspection")
|
||||||
|
|
||||||
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
mesontools.build()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.install()
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.remove("/usr/bin/wnck-urgency-monitor")
|
pisitools.remove("/usr/bin/wnck-urgency-monitor")
|
||||||
pisitools.remove("/usr/bin/wnckprop")
|
pisitools.remove("/usr/bin/wnckprop")
|
||||||
|
|
||||||
#pisitools.removeDir("/usr/share/gtk-doc")
|
pisitools.removeDir("/usr/share/gtk-doc")
|
||||||
pisitools.removeDir("/usr/bin")
|
pisitools.removeDir("/usr/bin")
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "MAINTAINERS")
|
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "MAINTAINERS")
|
||||||
|
|||||||
@@ -13,13 +13,13 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>A window navigation construction kit</Summary>
|
<Summary>A window navigation construction kit</Summary>
|
||||||
<Description>libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. It allows applications to monitor information about open windows, workspaces, their names/icons, and so forth.</Description>
|
<Description>libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. It allows applications to monitor information about open windows, workspaces, their names/icons, and so forth.</Description>
|
||||||
<Archive sha1sum="0f8f37b72c45499c328402f921e86c3d0abb2e28" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/libwnck/3.32/libwnck-3.32.0.tar.xz</Archive>
|
<Archive sha1sum="964861e1213fbd04cd7999f855064cfa4888f5bf" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/libwnck/2.31/libwnck-2.31.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>startup-notification-devel</Dependency>
|
<Dependency>startup-notification-devel</Dependency>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
<Dependency>libXres-devel</Dependency>
|
<Dependency>libXres-devel</Dependency>
|
||||||
<Dependency>pango-devel</Dependency>
|
<Dependency>pango-devel</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk2-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency>libXt-devel</Dependency>
|
<Dependency>libXt-devel</Dependency>
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
<Dependency>pango</Dependency>
|
<Dependency>pango</Dependency>
|
||||||
<Dependency>libX11</Dependency>
|
<Dependency>libX11</Dependency>
|
||||||
<Dependency>cairo</Dependency>
|
<Dependency>cairo</Dependency>
|
||||||
<Dependency>gtk3</Dependency>
|
<Dependency>gtk2</Dependency>
|
||||||
<Dependency>atk</Dependency>
|
<Dependency>atk</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
<Summary>Development files for libwnck2</Summary>
|
<Summary>Development files for libwnck2</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">libwnck2</Dependency>
|
<Dependency release="current">libwnck2</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk2-devel</Dependency>
|
||||||
<Dependency>cairo-devel</Dependency>
|
<Dependency>cairo-devel</Dependency>
|
||||||
<Dependency>pango-devel</Dependency>
|
<Dependency>pango-devel</Dependency>
|
||||||
<Dependency>libXres-devel</Dependency>
|
<Dependency>libXres-devel</Dependency>
|
||||||
@@ -74,6 +74,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2020-03-01</Date>
|
||||||
|
<Version>2.31.0</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2020-02-08</Date>
|
<Date>2020-02-08</Date>
|
||||||
<Version>2.32.0</Version>
|
<Version>2.32.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user