@@ -26,5 +26,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO")
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "README.md", "THANKS", "TODO")
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. Parole is designed with simplicity, speed and resource usage in mind.
|
||||
</Description>
|
||||
<Archive sha1sum="6bf27fd73628ea010e4f2f7c4746445256c52fc4" type="tarbz2">
|
||||
https://archive.xfce.org/src/apps/parole/1.0/parole-1.0.5.tar.bz2
|
||||
<Archive sha1sum="02d63e3adb0d12378c2bf896922759f0e70c944e" type="tarbz2">
|
||||
https://archive.xfce.org/src/apps/parole/4.16/parole-4.16.0.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
@@ -83,6 +83,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-01-17</Date>
|
||||
<Version>4.16.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-11-21</Date>
|
||||
<Version>1.0.5</Version>
|
||||
|
||||
@@ -11,10 +11,9 @@ from pisi.actionsapi import get
|
||||
def setup():
|
||||
# fix build failure w/ xfce4-panel-4.15.0
|
||||
pisitools.dosed("panel-plugin/devices.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
pisitools.dosed("panel-plugin/mount-plugin.h", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
# pisitools.dosed("panel-plugin/mount-plugin.h", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
|
||||
autotools.configure()
|
||||
|
||||
|
||||
|
||||
# for fix unused dependency
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
@@ -24,5 +23,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO")
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
xfce4-mount-plugin is a mount/umount utility for the panel.
|
||||
</Description>
|
||||
<Archive sha1sum="afc62365d4a2c773060f7044e4231be263ef78ed" type="tarbz2">
|
||||
https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.3.tar.bz2
|
||||
<Archive sha1sum="8450755adbdc03188b2c7f37870b234e78f96ff0" type="tarbz2">
|
||||
https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.5.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -48,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-01-17</Date>
|
||||
<Version>1.1.5</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-06-25</Date>
|
||||
<Version>1.1.3</Version>
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts.
|
||||
</Description>
|
||||
<Archive sha1sum="ccfff78fad8dae40e946b4cb8d29cb1b429d3a5a" type="tarbz2">
|
||||
https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.10.tar.bz2
|
||||
<Archive sha1sum="0d95c43217db8203670aa99204ab466b2d15dfbf" type="tarbz2">
|
||||
https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.12.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -30,6 +30,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4ui</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
@@ -44,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-01-17</Date>
|
||||
<Version>1.0.12</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-06-25</Date>
|
||||
<Version>1.0.10</Version>
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
A plugin for the Xfce4 panel displaying keyboard layout. The plugin may be used as an indicator for the current layout and to switch layouts.
|
||||
</Description>
|
||||
<Archive sha1sum="bac2c00a167465424e1f424b61f0c4322a319f90" type="tarbz2">
|
||||
https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.1.tar.bz2
|
||||
<Archive sha1sum="60d5910b3fc6aada5f8117d11e589e32435653d2" type="tarbz2">
|
||||
https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/xfce4-xkb-plugin-0.8.2.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -31,7 +31,7 @@
|
||||
<Dependency>libxklavier-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">xfce4-xkb-plugin-0.8.1-panel-4.15.patch</Patch>
|
||||
<!-- <Patch level="1">xfce4-xkb-plugin-0.8.1-panel-4.15.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -63,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2021-01-17</Date>
|
||||
<Version>0.8.2</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-06-25</Date>
|
||||
<Version>0.8.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user