send for compile
This commit is contained in:
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
<PISI>
|
||||
<Name>desktop.xfce.base</Name>
|
||||
</PISI>
|
||||
@@ -1,23 +0,0 @@
|
||||
--- 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)
|
||||
@@ -31,7 +31,6 @@
|
||||
<Dependency>libxfce4util-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- Patch level="1">settings_window_resize_fix.patch</Patch -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -39,12 +38,9 @@
|
||||
<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>
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
<Package>
|
||||
<Name>garcon</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
|
||||
@@ -36,17 +36,14 @@
|
||||
<Package>
|
||||
<Name>libxfce4ui</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libSM</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>libICE</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
<Dependency>startup-notification</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A extension for the Xfce Thunar File Manager</Summary>
|
||||
<Description>
|
||||
thunar-volman is an extension for the Thunar File Manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digical camera, it will automatically spawn your preferred photo application and import the new pictures from your camera.
|
||||
thunar-volman is an extension for the Thunar File Manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digical camera, it will automatically spawn your preferred photo application and import the new pictures from your camera
|
||||
</Description>
|
||||
<Archive sha1sum="8b371c0690de2298822351be04508933589d822d" type="tarbz2">
|
||||
https://archive.xfce.org/xfce/4.16pre1/src/thunar-volman-4.15.0.tar.bz2</Archive>
|
||||
@@ -37,8 +37,6 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>exo</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>gvfs</Dependency>
|
||||
<!-- <Dependency>fuse3</Dependency> -->
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>xfconf</Dependency>
|
||||
|
||||
@@ -14,11 +14,12 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Xfce file manager</Summary>
|
||||
<Description>
|
||||
Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant.
|
||||
Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant
|
||||
</Description>
|
||||
<Archive sha1sum="51eeb3f335e3b8ff7ba44dd6dac8963eb81d702e" type="tarbz2">https://archive.xfce.org/xfce/4.16pre1/src/thunar-4.15.2.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>exo-devel</Dependency>
|
||||
@@ -33,7 +34,6 @@
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>garcon-devel</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libexif-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
@@ -57,6 +57,7 @@
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>exo</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libgsf-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<!-- Dependency>libopenraw-devel</Dependency -->
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>poppler-glib-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
@@ -37,19 +36,16 @@
|
||||
<Name>tumbler</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>libgsf</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<!-- Dependency>libopenraw</Dependency -->
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>poppler-glib</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<Dependency>ffmpegthumbs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg/tumbler/tumbler.rc</Path>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.xfce.base</PartOf>
|
||||
<Summary>Xfce application finder</Summary>
|
||||
<Description>Xfce4-appfinder is a useful software that permits you to find every application in the system supporting desktop entry format.</Description>
|
||||
<Description>Xfce4-appfinder is a useful software that permits you to find every application in the system supporting desktop entry format</Description>
|
||||
<Archive sha1sum="359435338dfb120f5b3c9dd6cb437e41deba71ed" type="tarbz2">
|
||||
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-appfinder-4.15.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Xfce panel</Summary>
|
||||
<Description>
|
||||
The Xfce4 panel supports multiple panels, with many options for their position, appearance, transparency and behavior. There are many items available by default to full fit a panel, like application launchers with detachable menus, a graphical pager, a tasklist, a clock, a system tray, a show / hide desktop switcher, and even more. It offers an easy way to add items using a dialog, and to move items accross different panels.
|
||||
The Xfce4 panel supports multiple panels, with many options for their position, appearance, transparency and behavior. There are many items available by default to full fit a panel, like application launchers with detachable menus, a graphical pager, a tasklist, a clock, a system tray, a show / hide desktop switcher, and even more. It offers an easy way to add items using a dialog, and to move items accross different panels
|
||||
</Description>
|
||||
<Archive sha1sum="583698a8114401ea7996b6fdfc670391387ce7b4" type="tarbz2">
|
||||
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-panel-4.15.4.tar.bz2</Archive>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A power manager for the Xfce desktop</Summary>
|
||||
<Description>
|
||||
This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption(such as LCD brightness level, monitor sleep, CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption.
|
||||
This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption(such as LCD brightness level, monitor sleep, CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption
|
||||
</Description>
|
||||
<Archive sha1sum="fdf4261ad76c6d69b736ab7f49b49809ee41de45" type="tarbz2">
|
||||
https://archive.xfce.org/src/xfce/xfce4-power-manager/1.7/xfce4-power-manager-1.7.1.tar.bz2
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Xfce settings plugins</Summary>
|
||||
<Description>
|
||||
Xfce4-settings is a configuration manager for Xfce desktop environment.
|
||||
Xfce4-settings is a configuration manager for Xfce desktop environment
|
||||
</Description>
|
||||
<Archive sha1sum="4c4503adb967dcc982ac871ffca5bcd84fac2c96" type="tarbz2">
|
||||
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-settings-4.15.2.tar.bz2
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Terminal Emulator for Xfce.</Summary>
|
||||
<Description>
|
||||
xfce4-terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more.
|
||||
xfce4-terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more
|
||||
</Description>
|
||||
<Archive sha1sum="d8244851c2372ad3029015bfef9b12feadd41e9d" type="tarbz2">
|
||||
https://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-0.8.9.2.tar.bz2
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Xfce desktop manager</Summary>
|
||||
<Description>
|
||||
The desktop manager sets the background image, provides a right-click menu to launch applications and can optionally show files (including application launchers) or iconified windows. It includes gradient support for background color, saturation support for background image, real multiscreen and xinerama support, and it provides a desktop menu editor.
|
||||
The desktop manager sets the background image, provides a right-click menu to launch applications and can optionally show files (including application launchers) or iconified windows. It includes gradient support for background color, saturation support for background image, real multiscreen and xinerama support, and it provides a desktop menu editor
|
||||
</Description>
|
||||
<Archive sha1sum="dcdb14a31527ae3ef10d197fee19cae34e34cc44" type="tarbz2">https://archive.xfce.org/xfce/4.16pre1/src/xfdesktop-4.15.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Xfce window manager.</Summary>
|
||||
<Description>
|
||||
The Xfce4 window manager manages the placement of application windows on the screen, provides beautiful window decorations, manages workspaces or virtual desktops, and natively supports multiscreen mode.
|
||||
The Xfce4 window manager manages the placement of application windows on the screen, provides beautiful window decorations, manages workspaces or virtual desktops, and natively supports multiscreen mode
|
||||
</Description>
|
||||
<Archive sha1sum="9d4b36d68aa9f370f86722c80a5f4bdc428a4cf5" type="tarbz2">
|
||||
https://archive.xfce.org/xfce/4.16pre1/src/xfwm4-4.15.1.tar.bz2
|
||||
|
||||
@@ -14,7 +14,8 @@ def setup():
|
||||
|
||||
#autotools.autoreconf("-vfi")
|
||||
autotools.configure("--disable-static \
|
||||
--prefix=/usr")
|
||||
--prefix=/usr \
|
||||
--enable-wayland")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
Reference in New Issue
Block a user