libwnck3:new package
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-Dbuildtype=release")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.remove("/usr/bin/wnck-urgency-monitor")
|
||||
pisitools.remove("/usr/bin/wnckprop")
|
||||
|
||||
#pisitools.removeDir("/usr/share/gtk-doc")
|
||||
pisitools.removeDir("/usr/bin")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "MAINTAINERS")
|
||||
@@ -0,0 +1,16 @@
|
||||
diff -urN libwnck-2.16.3/libwnck/window.c libwnck/libwnck/window.c
|
||||
--- libwnck-2.16.3/libwnck/window.c 2007-01-29 15:56:52.000000000 -0600
|
||||
+++ libwnck/libwnck/window.c 2007-01-30 05:54:39.000000000 -0600
|
||||
@@ -2204,6 +2204,12 @@
|
||||
window->priv->actions |=
|
||||
WNCK_WINDOW_ACTION_MAXIMIZE |
|
||||
WNCK_WINDOW_ACTION_UNMAXIMIZE;
|
||||
+
|
||||
+ /* There's no _NET_WM_ACTION_ABOVE hint so always add it if
|
||||
+ window manager claims to support_NET_WM_STATE_ABOVE */
|
||||
+ if (wnck_screen_net_wm_supports (wnck_window_get_screen (window),
|
||||
+ "_NET_WM_STATE_ABOVE"))
|
||||
+ window->priv->actions |= WNCK_WINDOW_ACTION_ABOVE;
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libwnck3</Name>
|
||||
<Homepage>http://www.gnome.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<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="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>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>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libwnck3</Name>
|
||||
<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>gtk3</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libwnck3-devel</Name>
|
||||
<Summary>Development files for libwnck3</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libwnck3</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>libXres-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>startup-notification-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-13</Date>
|
||||
<Version>3.32.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<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>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>2.31.0</Version>
|
||||
<Comment>Rebuild with new toolchain</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-04-11</Date>
|
||||
<Version>2.31.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-05-18</Date>
|
||||
<Version>2.30.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libwnck</Name>
|
||||
<Summary xml:lang="tr">Pencere gezinti geliştirme kiti</Summary>
|
||||
<Description xml:lang="tr">libwnck sayfalayıcı, görev listesi ve benzeri birimleri gerçeklemek için kullanılır ve uygulamalara açık pencereler, çalışma alanları, simgeler hakkında bilgi sunar.</Description>
|
||||
<Description xml:lang="fr">Ce paquet contient les librairies statiques et les fichier d'entête nécessaires pour développer des applications utilisant libwnck.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libwnck-devel</Name>
|
||||
<Summary xml:lang="tr">libwnck için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user