Extra Packages For xfce Beta System
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/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 shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.copy("tools/gnome-doc-utils.m4", "m4/")
|
||||
#autotools.autoreconf("-fiv")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make("-j1")
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS")
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -ur gnome-doc-utils-0.18.1.orig/tools/gnome-doc-utils.make gnome-doc-utils-0.18.1/tools/gnome-doc-utils.make
|
||||
--- gnome-doc-utils-0.18.1.orig/tools/gnome-doc-utils.make 2009-11-19 18:54:47.000000000 +0200
|
||||
+++ gnome-doc-utils-0.18.1/tools/gnome-doc-utils.make 2010-01-22 20:11:57.324726926 +0200
|
||||
@@ -597,7 +597,6 @@
|
||||
done
|
||||
@if test "x$(_ENABLE_SK)" = "xtrue"; then \
|
||||
echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
|
||||
- scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
|
||||
fi;
|
||||
|
||||
install-doc-dsk:
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gnome-doc-utils</Name>
|
||||
<Homepage>http://live.gnome.org/GnomeDocUtils</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A collection of documentation utilities for the Gnome project</Summary>
|
||||
<Description>gnome-doc-utils is a collection of documentation utilities for the Gnome project.</Description>
|
||||
<Archive sha1sum="8320a30e1b7239aa33ba276da046090407a93bbf" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gawk</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>docbook-xml</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">do-not-update-scrollkeeper-database.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gnome-doc-utils</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/omf</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/xml</Path>
|
||||
<Path fileType="data">/usr/share/gnome</Path>
|
||||
<Path fileType="data">/usr/share/xml2po</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
<Path fileType="data">/usr/share/pkgconfig</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/gnome-doc-utils</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-11-19</Date>
|
||||
<Version>0.20.10</Version>
|
||||
<Comment>Rebuild.For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gnome-doc-utils</Name>
|
||||
<Summary xml:lang="tr">Gnome projesi için döküman araçları takımı</Summary>
|
||||
<Description xml:lang="tr">gnome-doc-utils Gnome projesinde kullanılan belgelendirme araçlarını içermektedir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,65 @@
|
||||
#!/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 shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
import os
|
||||
|
||||
WorkDir="libdbusmenu-%s" % get.srcVERSION()
|
||||
ver = get.srcVERSION()
|
||||
|
||||
options = "--disable-dumper \
|
||||
--disable-static \
|
||||
--enable-vala=no \
|
||||
--enable-gtk-doc \
|
||||
--disable-silent-rules \
|
||||
--disable-scrollkeeper \
|
||||
--enable-introspection=yes \
|
||||
--disable-tests \
|
||||
--disable-tests"
|
||||
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), ver))
|
||||
shelltools.system("sed -i 's/-Werror//' libdbusmenu-*/Makefile.{am,in}")
|
||||
shelltools.cd("..")
|
||||
shelltools.system("mkdir libdbusmenu-gtk2")
|
||||
shelltools.system("mkdir libdbusmenu-gtk3")
|
||||
shelltools.system("cp -ra libdbusmenu-16.04.0/* /var/pisi/libdbusmenu-16.04.0-1/work/libdbusmenu-gtk2")
|
||||
shelltools.system("cp -ra libdbusmenu-16.04.0/* /var/pisi/libdbusmenu-16.04.0-1/work/libdbusmenu-gtk3")
|
||||
|
||||
|
||||
def build():
|
||||
shelltools.export("HAVE_VALGRIND_TRUE", "#")
|
||||
shelltools.export("HAVE_VALGRIND_FALSE", " ")
|
||||
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), ver))
|
||||
autotools.configure("%s" % options)
|
||||
|
||||
shelltools.cd("%s/libdbusmenu-%s" % (get.workDIR(), 'gtk3'))
|
||||
autotools.configure("%s --with-gtk=3" % options)
|
||||
|
||||
shelltools.cd("%s/libdbusmenu-%s" % (get.workDIR(), 'gtk2'))
|
||||
autotools.configure("%s --with-gtk=2" % options)
|
||||
|
||||
def install():
|
||||
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), ver))
|
||||
autotools.rawInstall("-C libdbusmenu-glib DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("-C tools DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), 'gtk2'))
|
||||
autotools.rawInstall("-C libdbusmenu-glib DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("-C libdbusmenu-gtk DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), 'gtk3'))
|
||||
autotools.rawInstall("-C libdbusmenu-glib DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("-C libdbusmenu-gtk DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("%s/libdbusmenu-%s" % (get.workDIR(), ver))
|
||||
pisitools.dodoc("AUTHORS", "COPYING*", "README", "NEWS")
|
||||
@@ -0,0 +1,12 @@
|
||||
diff -Nru libdbusmenu-12.10.2.orig/configure.ac libdbusmenu-12.10.2/configure.ac
|
||||
--- libdbusmenu-12.10.2.orig/configure.ac 2013-01-09 15:44:34.554871296 -0500
|
||||
+++ libdbusmenu-12.10.2/configure.ac 2013-01-09 15:44:45.604812416 -0500
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
AC_PREREQ(2.62)
|
||||
|
||||
-AM_CONFIG_HEADER(config.h)
|
||||
+AC_CONFIG_HEADERS(config.h)
|
||||
AM_INIT_AUTOMAKE(libdbusmenu, 16.04.0, [-Wno-portability])
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
@@ -0,0 +1,26 @@
|
||||
--- a/tools/dbusmenu-dumper.c
|
||||
+++ b/tools/dbusmenu-dumper.c
|
||||
@@ -388,7 +388,10 @@
|
||||
int
|
||||
main (int argc, char ** argv)
|
||||
{
|
||||
+#if GLIB_VERSION_CUR_STABLE < G_ENCODE_VERSION(2, 36)
|
||||
+ // g_type_init is deprecated after 2.36
|
||||
g_type_init();
|
||||
+#endif
|
||||
GError * error = NULL;
|
||||
GOptionContext * context;
|
||||
|
||||
--- a/tools/testapp/main.c
|
||||
+++ b/tools/testapp/main.c
|
||||
@@ -135,7 +135,10 @@
|
||||
|
||||
int main (int argc, char ** argv)
|
||||
{
|
||||
+#if GLIB_VERSION_CUR_STABLE < G_ENCODE_VERSION(2, 36)
|
||||
+ // g_type_init is deprecated after 2.36
|
||||
g_type_init();
|
||||
+#endif
|
||||
|
||||
if (argc != 2) {
|
||||
g_warning(USAGE);
|
||||
@@ -0,0 +1,22 @@
|
||||
--- a/docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml
|
||||
+++ b/docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml
|
||||
@@ -15,9 +15,6 @@
|
||||
<xi:include href="xml/menuitem-proxy.xml"/>
|
||||
<xi:include href="xml/menuitem.xml"/>
|
||||
<xi:include href="xml/client.xml"/>
|
||||
- <xi:include href="xml/client-menuitem.xml"/>
|
||||
- <xi:include href="xml/dbusmenu-client.xml"/>
|
||||
- <xi:include href="xml/dbusmenu-server.xml"/>
|
||||
<xi:include href="xml/types.xml"/>
|
||||
|
||||
</chapter>
|
||||
--- a/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml
|
||||
+++ b/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml
|
||||
@@ -15,7 +15,6 @@
|
||||
<xi:include href="xml/menuitem.xml"/>
|
||||
<xi:include href="xml/client.xml"/>
|
||||
<xi:include href="xml/parser.xml"/>
|
||||
- <xi:include href="xml/serializablemenuitem.xml"/>
|
||||
|
||||
</chapter>
|
||||
<chapter id="object-tree">
|
||||
@@ -0,0 +1,149 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libdbusmenu</Name>
|
||||
<Homepage>https://launchpad.net/dbusmenu</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for applications to pass a menu scructure accross DBus</Summary>
|
||||
<Description>libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.</Description>
|
||||
<Archive sha1sum="f88fc666609ed486a968fd6c8b739dff07d50bdd" type="targz">https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gnome-doc-utils</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>0001_autoconf.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-glib</Name>
|
||||
<Summary>GLIB bindings for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libdbusmenu-common</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libdbusmenu-glib*</Path>
|
||||
<Path fileType="library">/usr/lib/libdbusmenu-json*</Path>
|
||||
<Path fileType="data">/usr/share/libdbusmenu</Path>
|
||||
<Path filetype="html">/usr/share/gtk-doc/html/libdbusmenu-glib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-common</Name>
|
||||
<Summary>Common files for libdbusmenu libraries</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/share/vala/vapi/Dbusmenu-*.vapi</Path>
|
||||
<Path fileType="library">/usr/share/gir-1.0/Dbusmenu-*.gir</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0/Dbusmenu-*.typelib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-gtk</Name>
|
||||
<Summary>GTK 2.x libraries for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libdbusmenu-glib</Dependency>
|
||||
<Dependency>libdbusmenu-common</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libdbusmenu-gtk.so*</Path>
|
||||
<Path fileType="library">/usr/share/vala/vapi/DbusmenuGtk-*.vapi</Path>
|
||||
<Path fileType="library">/usr/share/gir-1.0/DbusmenuGtk-*.gir</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0/DbusmenuGtk-*.typelib</Path>
|
||||
<Path filetype="html">/usr/share/gtk-doc/html/libdbusmenu-gtk</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-gtk3</Name>
|
||||
<Summary>GTK 3.x libraries for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libdbusmenu-glib</Dependency>
|
||||
<Dependency>libdbusmenu-common</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libdbusmenu-gtk3.so*</Path>
|
||||
<Path fileType="library">/usr/share/vala/vapi/DbusmenuGtk3-*.vapi</Path>
|
||||
<Path fileType="library">/usr/share/gir-1.0/DbusmenuGtk3-*.gir</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0/DbusmenuGtk3-*.typelib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-tools</Name>
|
||||
<Summary>Some examples for testing libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libdbusmenu-glib</Dependency>
|
||||
<Dependency>libdbusmenu-common</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="doc">/usr/share/doc/libdbusmenu/*dbusmenu-bench*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-devel</Name>
|
||||
<Summary>Development files for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libdbusmenu-glib</Dependency>
|
||||
<Dependency release="current">libdbusmenu-gtk</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-devel</Name>
|
||||
<Summary>Development files for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libdbusmenu-glib</Dependency>
|
||||
<Dependency release="current">libdbusmenu-gtk</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-11-19</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>Rebuild.For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,123 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libdbusmenu</Name>
|
||||
<Homepage>https://launchpad.net/dbusmenu</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for applications to pass a menu scructure accross DBus</Summary>
|
||||
<Description>libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.</Description>
|
||||
<Archive sha1sum="f88fc666609ed486a968fd6c8b739dff07d50bdd" type="targz">https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gnome-doc-utils</Dependency>
|
||||
<Dependency>json-glib-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>0001_autoconf.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-common</Name>
|
||||
<Summary>Common files for libdbusmenu libraries</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/share/doc/libdbusmenu</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-glib</Name>
|
||||
<Summary>GLIB bindings for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libdbusmenu-common</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path filetype="data">/usr/share/gtk-doc/html/libdbusmenu-glib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-gtk</Name>
|
||||
<Summary>GTK 2.x libraries for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libdbusmenu-glib</Dependency>
|
||||
<Dependency>libdbusmenu-common</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path filetype="data">/usr/share/gtk-doc/html/libdbusmenu-gtk</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-gtk3</Name>
|
||||
<Summary>GTK 3.x libraries for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libdbusmenu-glib</Dependency>
|
||||
<Dependency>libdbusmenu-common</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-tools</Name>
|
||||
<Summary>Some examples for testing libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libdbusmenu-glib</Dependency>
|
||||
<Dependency>libdbusmenu-common</Dependency>
|
||||
<Dependency>json-glib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-gtk3-devel</Name>
|
||||
<Summary>Development files for libdbusmenu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libdbusmenu-glib</Dependency>
|
||||
<Dependency release="current">libdbusmenu-gtk3</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-11-19</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>Rebuild.For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libdbusmenu</Name>
|
||||
<Summary xml:lang="tr">Uygulamaların DBus üzerinden menü yapılarını gönderebilmelerini sağlayan bir kitaplık</Summary>
|
||||
<Description xml:lang="tr">libdbusmenu, indicator-applet uygulamasında kullanılan bazı genel kodların ayrı bir kitaplık haline getirilmesiyle oluşturulmuş bir kitaplıktır. Bu kitaplık ile uygulamaların menü yapısı DBus ile başka uygulamalara iletilebilir, bu sayede uygulamalar karşı tarafta menünün nasıl gösterileceğini dikkate almadan menüler oluşturabilirler.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-glib</Name>
|
||||
<Summary xml:lang="tr">libdbusmenu için GLIB bağlayıcıları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-gtk</Name>
|
||||
<Summary xml:lang="tr">libdbusmenu için GTK 2.x kitaplıkları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-gtk3</Name>
|
||||
<Summary xml:lang="tr">libdbusmenu için GTK 3.x kitaplıkları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-tools</Name>
|
||||
<Summary xml:lang="tr">libdbusmenu testleri için çeşitli örnekler</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-common</Name>
|
||||
<Summary xml:lang="tr">libdbusmenu kitaplıkları için ortak dosyalar</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libdbusmenu-devel</Name>
|
||||
<Summary xml:lang="tr">libdbusmenu için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
# -*- 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")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
|
||||
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libXpresent</Name>
|
||||
<Homepage>https://www.x.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>X.Org Xpm library</Summary>
|
||||
<Description>X Present Extension library</Description>
|
||||
<Archive sha1sum="8893cca785dc94f4a001b53f4308588ff6c3900a" type="tarbz2">https://www.x.org/archive/individual/lib/libXpresent-1.0.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>util-macros</Dependency>
|
||||
<Dependency>xorg-proto</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libXpresent</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/usr/include/X11/extensions</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
<Path fileType="doc">/usr/share/licenses</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libXpresent-devel</Name>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Development files for libXpresent</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libXpresent</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/X11</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libXpresent-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for libXpresent</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXfixes-32bit</Dependency>
|
||||
<Dependency>libXrandr-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libXpresent</Dependency>
|
||||
<Dependency>libXfixes-32bit</Dependency>
|
||||
<Dependency>libXrandr-32bit</Dependency>
|
||||
<Dependency>libX11-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-11-22</Date>
|
||||
<Version>1.0.0</Version>
|
||||
<Comment>First Release For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Thunar</Name>
|
||||
<Summary xml:lang="tr">Xfce dosya yöneticisi</Summary>
|
||||
<Summary xml:lang="pl">Menedżer plików dla Xfce </Summary>
|
||||
<Description xml:lang="tr">Thunar, baştan başa hızlı olmak ve kolay kullanım için tasarlanmıştır. Kullanıcı arayüzü temiz ve çabuk anlaşılabilir; diğer taraftan karışık ve kullanışsız hiçbir seçenek içermiyor. Thunar açılırken ve dizin çağırırken hızlıdır. Ayrıca Thunar'a yardımcı teknolojilerle de erişilebilir ve standartlara tam uyumludur.</Description>
|
||||
<Description xml:lang="pl">Thunar to menedżer plików zaprojektowany jako domyślny w Xfce 4.6 oraz by był szybkim i prostym w użyciu.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Thunar-devel</Name>
|
||||
<Summary xml:lang="tr">Thunar geliştirme dosyaları</Summary>
|
||||
<Summary xml:lang="pl">Pliki nagłówkowe Thunar</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>Thunar-docs</Name>
|
||||
<Summary xml:lang="tr">Thunar referans belgeleri</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user