libvnck2,polkit-gnome,libunique add repo

This commit is contained in:
bferturk
2016-09-06 03:25:00 +03:00
parent d3691ed839
commit 75c06a54e3
20 changed files with 91083 additions and 90178 deletions
+29
View File
@@ -0,0 +1,29 @@
#!/usr/bin/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 pisitools
from pisi.actionsapi import get
def setup():
#autotools.autoreconf("-vif")
autotools.configure("--disable-static --enable-introspection")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
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
+82
View File
@@ -0,0 +1,82 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libwnck2</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="9283c0efe0c5c44135c9015cfbfd518a877e4d2e" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/libwnck/2.30/libwnck-2.30.7.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>glib2-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libXt-devel</Dependency>
<Dependency>gettext</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libwnck-2.18.0-above.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libwnck2</Name>
<RuntimeDependencies>
<Dependency>startup-notification</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libXres</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>atk</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libwnck2-devel</Name>
<Summary>Development files for libwnck2</Summary>
<RuntimeDependencies>
<Dependency release="current">libwnck2</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libXres-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/girepository-1.0</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<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>