Merge pull request #7912 from Rmys/master

gtksourceview:ver. bump
This commit is contained in:
Rmys
2020-02-08 19:43:46 +03:00
committed by GitHub
4 changed files with 35 additions and 15 deletions
+7
View File
@@ -107,6 +107,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-02-08</Date>
<Version>3.0.10</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2019-04-06</Date>
<Version>3.0.10</Version>
+7
View File
@@ -77,6 +77,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-02-08</Date>
<Version>2.6.4</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-09-16</Date>
<Version>2.6.4</Version>
+8 -10
View File
@@ -1,29 +1,27 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
#autotools.autoreconf("-vif")
autotools.configure("--disable-static --enable-introspection")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
mesontools.configure("-Dbuildtype=release")
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.remove("/usr/bin/wnck-urgency-monitor")
pisitools.remove("/usr/bin/wnckprop")
pisitools.removeDir("/usr/share/gtk-doc")
#pisitools.removeDir("/usr/share/gtk-doc")
pisitools.removeDir("/usr/bin")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "MAINTAINERS")
+13 -5
View File
@@ -1,4 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -14,17 +13,18 @@
<IsA>app:console</IsA>
<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>
<Archive sha1sum="964861e1213fbd04cd7999f855064cfa4888f5bf" type="tarxz">https://download.gnome.org/sources/libwnck/2.31/libwnck-2.31.0.tar.xz</Archive>
<Archive sha1sum="0f8f37b72c45499c328402f921e86c3d0abb2e28" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/libwnck/3.32/libwnck-3.32.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>startup-notification-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>libXres-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libXt-devel</Dependency>
<Dependency>gettext</Dependency>
<Dependency>meson</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libwnck-2.18.0-above.patch</Patch>
@@ -36,11 +36,12 @@
<RuntimeDependencies>
<Dependency>startup-notification</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libXrender</Dependency>
<Dependency>libXres</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>atk</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
@@ -58,7 +59,7 @@
<Summary>Development files for libwnck2</Summary>
<RuntimeDependencies>
<Dependency release="current">libwnck2</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libXres-devel</Dependency>
@@ -73,6 +74,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-02-08</Date>
<Version>2.32.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2019-03-24</Date>
<Version>2.31.0</Version>