@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Sensors plugin for Xfce4 Panel</Summary>
|
||||
<Description>Reads your hardware sensor values and displays them in your panel</Description>
|
||||
<Archive sha1sum="a894259727644ca24a8bb3c22895a4df62323738" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="c0578fc823c6a0fec53dbcb889c1bd0b43af3c13" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.4/xfce4-sensors-plugin-1.4.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>acpi</Dependency>
|
||||
<Dependency>acpid</Dependency>
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2022-11-03</Date>
|
||||
<Version>1.4.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2022-04-01</Date>
|
||||
<Version>1.4.3</Version>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<Description>
|
||||
Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel.
|
||||
</Description>
|
||||
<Archive sha1sum="ba7af71e7a4035e72db36b2e988e21037b311f16" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="4a378ce7a7d358223288de351c32efefa8c67a9f" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2022-11-03</Date>
|
||||
<Version>1.3.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-03-31</Date>
|
||||
<Version>1.3.1</Version>
|
||||
|
||||
@@ -6,9 +6,11 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
autotools.configure("--enable-notifications --disable-static")
|
||||
|
||||
def build():
|
||||
@@ -17,5 +19,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "NEWS", "README*")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -14,19 +14,19 @@
|
||||
<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
|
||||
</Description>
|
||||
<Archive sha1sum="a7be0174ab2656b57e2bc57bcfe2aa7ff5f980c4" type="tarbz2">https://archive.xfce.org/xfce/4.16/src/thunar-volman-4.16.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="c668f5bf80fe7e29b59f6206850d8d9fb8ec4940" type="targz">https://github.com/xfce-mirror/thunar-volman/archive/refs/tags/thunar-volman-4.17.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency versionFrom="4.16.0">exo-devel</Dependency>
|
||||
<Dependency versionFrom="4.17.0">exo-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<!-- <Dependency>fuse3-devel</Dependency> -->
|
||||
<Dependency versionFrom="4.16.0">xfconf-devel</Dependency>
|
||||
<Dependency versionFrom="4.16.0">thunar-devel</Dependency>
|
||||
<Dependency versionFrom="4.17.0">xfconf-devel</Dependency>
|
||||
<Dependency versionFrom="4.17.0">thunar-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency versionFrom="4.16.0">libxfce4ui-devel</Dependency>
|
||||
<Dependency versionFrom="4.16.0">libxfce4util-devel</Dependency>
|
||||
<Dependency versionFrom="4.17.0">libxfce4ui-devel</Dependency>
|
||||
<Dependency versionFrom="4.17.0">libxfce4util-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-11-03</Date>
|
||||
<Version>4.17.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-12-24</Date>
|
||||
<Version>4.16.0</Version>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<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
|
||||
</Description>
|
||||
<Archive sha1sum="72713142fc28c99ad0f6499c41f16fd920dfb723" type="tarbz2">https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.10.tar.bz2</Archive>
|
||||
<Archive sha1sum="c557493ac56c3a252b4a52b356e8f3dd5910f2f6" type="tarbz2">https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.11.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -112,6 +112,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2022-11-03</Date>
|
||||
<Version>4.17.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2022-10-17</Date>
|
||||
<Version>4.17.10</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<Description>
|
||||
Xfce4-settings is a configuration manager for Xfce desktop environment
|
||||
</Description>
|
||||
<Archive sha1sum="6f9c516a4321e88df683af103005f150b7a5fae6" type="tarbz2">https://archive.xfce.org/src/xfce/xfce4-settings/4.16/xfce4-settings-4.16.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="5c0fc27737b45d6982a61fe5d752e720e9769da4" type="tarbz2">https://archive.xfce.org/src/xfce/xfce4-settings/4.17/xfce4-settings-4.17.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency versionFrom="4.16.0">exo-devel</Dependency>
|
||||
@@ -43,7 +43,7 @@
|
||||
<Dependency>xorg-input-libinput-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">4bc8ef847a1a.patch</Patch>
|
||||
<!-- <Patch level="1">4bc8ef847a1a.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -98,6 +98,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2022-11-03</Date>
|
||||
<Version>4.17.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2022-07-06</Date>
|
||||
<Version>4.16.3</Version>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
i = "--enable-introspection \
|
||||
@@ -17,6 +18,7 @@ i = "--enable-introspection \
|
||||
"
|
||||
|
||||
def setup():
|
||||
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
|
||||
autotools.configure(i)
|
||||
|
||||
#pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
|
||||
@@ -29,5 +31,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "TODO")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "TODO")
|
||||
|
||||
|
||||
@@ -14,14 +14,14 @@
|
||||
<Description>
|
||||
Xfconf is a hirerchical (tree-like) configuration system for the Xfce graphical desktop environment.
|
||||
</Description>
|
||||
<Archive sha1sum="dc30a8dee9ed600661c1cc099f5679abd748d229" type="tarbz2">https://archive.xfce.org/xfce/4.16/src/xfconf-4.16.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="4fd45edb53bb5eb126de296209e3936fedbd7eee" type="targz">https://github.com/xfce-mirror/xfconf/archive/refs/tags/xfconf-4.17.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>python-six</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency versionFrom="4.16.0">libxfce4util-devel</Dependency>
|
||||
<Dependency versionFrom="4.17.0">libxfce4util-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -59,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-11-03</Date>
|
||||
<Version>4.17.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-05-28</Date>
|
||||
<Version>4.16.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user