xfce add, lumina-desktop move lumina directory
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add("-Wno-deprecated-declarations")
|
||||
autotools.configure("--enable-gio-unix --enable-gtk2 --disable-gtk-doc")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "THANKS")
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
--- a/exo/exo-icon-view.c 2020-08-01 12:59:52.213014648 +0300
|
||||
+++ b/exo/exo-icon-view.c 2020-08-01 12:59:32.463747070 +0300
|
||||
@@ -1768,7 +1768,9 @@
|
||||
GList *lp;
|
||||
|
||||
/* well, this is easy */
|
||||
- *minimal_width = *natural_width = priv->width;
|
||||
+ if (priv->item_width < 0)
|
||||
+ *minimal_width = priv->width;
|
||||
+ *natural_width = priv->width;
|
||||
|
||||
/* handle the child widgets */
|
||||
for (lp = priv->children; lp != NULL; lp = lp->next)
|
||||
@@ -1790,7 +1792,8 @@
|
||||
GList *lp;
|
||||
|
||||
/* well, this is easy */
|
||||
- *natural_height = *minimal_height = priv->height;
|
||||
+ *minimal_height = priv->height;
|
||||
+ *natural_height = priv->height;
|
||||
|
||||
/* handle the child widgets */
|
||||
for (lp = priv->children; lp != NULL; lp = lp->next)
|
||||
@@ -0,0 +1,198 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>exo</Name>
|
||||
<Homepage>https://www.xfce.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalcinsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2.1</License>
|
||||
<PartOf>desktop.xfce.base</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Xfce extension library</Summary>
|
||||
<Description>
|
||||
exo is an extension library to Xfce, developed by os-cillation. While Xfce comes with quite a few libraries that are targeted at desktop development, exo is targeted at application development.
|
||||
</Description>
|
||||
<Archive sha1sum="f44111614d5906630d40d0dab442719c7c6f3566" type="tarbz2">
|
||||
https://archive.xfce.org/src/xfce/exo/0.12/exo-0.12.11.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>perl-URI</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxfce4ui-devel</Dependency>
|
||||
<Dependency>libxfce4util-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">settings_window_resize_fix.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>exo</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg/xfce4</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/xfce4</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>exo-devel</Name>
|
||||
<Summary>Development files for exo</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">exo</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>libxfce4util-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>exo-docs</Name>
|
||||
<IsA>data:doc</IsA>
|
||||
<Summary>Documentation for exo library</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">exo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2020-08-01</Date>
|
||||
<Version>0.12.11</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2019-12-29</Date>
|
||||
<Version>0.12.11</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2019-08-11</Date>
|
||||
<Version>0.12.8</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2019-07-28</Date>
|
||||
<Version>0.12.7</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2019-07-03</Date>
|
||||
<Version>0.12.6</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2018-06-14</Date>
|
||||
<Version>0.12.0</Version>
|
||||
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2015-03-23</Date>
|
||||
<Version>0.10.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2015-03-02</Date>
|
||||
<Version>0.10.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2014-06-10</Date>
|
||||
<Version>0.10.2</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-05-27</Date>
|
||||
<Version>0.10.2</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Varol Maksutoğlu</Name>
|
||||
<Email>waroi@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-03-07</Date>
|
||||
<Version>0.10.2</Version>
|
||||
<Comment>Dep Fix</Comment>
|
||||
<Name>Varol Maksutoğlu</Name>
|
||||
<Email>waroi@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2014-01-29</Date>
|
||||
<Version>0.10.2</Version>
|
||||
<Comment>Rebuild Unused</Comment>
|
||||
<Name>Varol Maksutoğlu</Name>
|
||||
<Email>waroi@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-10-10</Date>
|
||||
<Version>0.10.2</Version>
|
||||
<Comment>Rebuild, cleanup.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-08-18</Date>
|
||||
<Version>0.10.2</Version>
|
||||
<Comment>Release bump</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-12-27</Date>
|
||||
<Version>0.10.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>exo</Name>
|
||||
<Summary xml:lang="tr">Xfce eklenti kitaplığı</Summary>
|
||||
<Description xml:lang="tr">exo, os-cillation tarafından geliştirilen Xfce eklenti kitaplığıdır. Xfce masaüstü ortamını hedefleyen az kitaplıkla gelirken, exo uygulama geliştirmeyi hedefliyor.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>exo-devel</Name>
|
||||
<Summary xml:lang="tr">exo geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>exo-docs</Name>
|
||||
<Summary xml:lang="tr">exo belgeleri</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user