Merge pull request #10483 from 4fury-c3440d8/b1

updates.
This commit is contained in:
Kamil ATLI
2022-07-08 21:16:37 +03:00
committed by GitHub
16 changed files with 146 additions and 43 deletions
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>desktop.misc</PartOf>
<Summary>Lightweight and customizable notification daemon.</Summary>
<Description>Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. Its very customizable, isnt dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection.</Description>
<Archive sha1sum="6ce8f2c766a47268e62899a082a006313b165bb2" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.8.1.tar.gz
<Archive sha1sum="4fcc52dc552a8ae132c861ed89eb4baea4661a8a" type="targz">
https://github.com/dunst-project/dunst/archive/refs/tags/v1.9.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="6">
<Date>2022-07-10</Date>
<Version>1.9.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2022-04-14</Date>
<Version>1.8.1</Version>
+1 -1
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
def install():
#pisitools.dosed("data/*.desktop", "Icon=application-x-pisi", "Icon=/usr/share/icons/breeze/apps/128/package-manager.png")
pisitools.dosed("src/mainwindow.py", "Kde3", "Kde5")
pythonmodules.install()
# Copy Notification Rc file for Kde
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>editor</PartOf>
<Summary>SCIntilla based Text Editor.</Summary>
<Description>Scintilla is a free source code editing component which includes useful features such as syntax styling, error indicators, folding, code completion and call tips.</Description>
<Archive sha1sum="e4a1533dfa1059c3de94639e283aaec1f6161593" type="targz">
mirrors://sourceforge/project/scintilla/SciTE/5.2.2/scite522.tgz
<Archive sha1sum="bd15b2ed98368322910a63cc1f1d1fc07954f344" type="targz">
mirrors://sourceforge/project/scintilla/SciTE/5.2.3/scite523.tgz
</Archive>
<BuildDependencies>
<Dependency>lua-devel</Dependency>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-07-10</Date>
<Version>5.2.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-04-14</Date>
<Version>5.2.2</Version>
+1 -3
View File
@@ -4,9 +4,7 @@
# 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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import cmaketools, pisitools, get
def setup():
cmaketools.configure()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Flacon is a open source audio file encoder.</Summary>
<Description>You can split a single large audio file containing the entire album into the separate audio tracks.</Description>
<Archive sha1sum="e4b43638421ec225619ae24b8dcc884224e296c7" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v8.3.0.tar.gz</Archive>
<Archive sha1sum="c20b4fdd47a15adfe0935a58f99e24d2f195d5f8" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v9.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>taglib-devel</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-07-08</Date>
<Version>9.1.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-16</Date>
<Version>8.3.0</Version>
+11 -2
View File
@@ -13,8 +13,8 @@
<PartOf>multimedia.editor</PartOf>
<Summary>Puddletag is an audio tag editor (primarily created) for GNU/Linux.</Summary>
<Description>Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkeys Audio (.ape) and WavPack (wv).</Description>
<Archive sha1sum="0e620f7ee1543ccdd54e3e73f00e71b4488da19f" type="targz">
https://files.pythonhosted.org/packages/source/p/puddletag/puddletag-2.1.1.tar.gz
<Archive sha1sum="60bdc05abc7f627066a9254ba36b58ec63d163ca" type="targz">
https://files.pythonhosted.org/packages/source/p/puddletag/puddletag-2.2.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-qt5</Dependency>
@@ -27,10 +27,12 @@
<Name>puddletag</Name>
<RuntimeDependencies>
<Dependency>python3-qt5</Dependency>
<Dependency>python3-lxml</Dependency>
<Dependency>libchromaprint</Dependency>
<Dependency>python3-mutagen</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>python3-pyparsing</Dependency>
<Dependency>python3-Levenshtein</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -42,6 +44,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-07-10</Date>
<Version>2.2.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-02-05</Date>
<Version>2.1.1</Version>
+9 -2
View File
@@ -15,8 +15,8 @@
<Description>
A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska.
</Description>
<Archive sha1sum="fa1834919ecfbe1104c72c85c6916f49b8029243" type="targz">
https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.0.tar.gz
<Archive sha1sum="1234c03109d7f2728ced3bd68e212caf2c690cbc" type="targz">
https://github.com/Martchus/tageditor/archive/refs/tags/v3.7.3.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-07-10</Date>
<Version>3.7.3</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-14</Date>
<Version>3.7.0</Version>
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>multimedia.misc</PartOf>
<Summary>C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags.</Summary>
<Description>C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags.</Description>
<Archive sha1sum="44aae6c8b0aa1abfe2f72ef20a30915a03dc29f6" type="targz">
https://github.com/Martchus/tagparser/archive/refs/tags/v11.1.0.tar.gz
<Archive sha1sum="735bcec2186501551ca0b492b4bbce6cdd5a3a37" type="targz">
https://github.com/Martchus/tagparser/archive/refs/tags/v11.3.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -55,6 +55,13 @@
</Package>
<History>
<Update release="5">
<Date>2022-07-10</Date>
<Version>11.3.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2022-04-14</Date>
<Version>11.1.0</Version>
+9 -2
View File
@@ -14,8 +14,8 @@
<Description>
MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents.
</Description>
<Archive sha1sum="f380659a4fdefc10e73e5032f821240934b9929b" type="tarxz">
https://mupdf.com/downloads/archive/mupdf-1.19.1-source.tar.xz
<Archive sha1sum="8e34f541742e0eaedc3034c7d6d9b732cec4c465" type="targz">
https://mupdf.com/downloads/archive/mupdf-1.20.0-source.tar.gz
</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
@@ -90,6 +90,13 @@
</Package>
<History>
<Update release="11">
<Date>2022-07-06</Date>
<Version>1.20.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="10">
<Date>2022-04-14</Date>
<Version>1.19.1</Version>
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>programming.library</PartOf>
<Summary>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Summary>
<Description>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Description>
<Archive sha1sum="8d4dfcc1b715261fba9c092af478e2720a1a5e92" type="targz">
https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.14.0.tar.gz
<Archive sha1sum="6b2d67e7eda99ca2e38673a5c51f7a599ac5d6bd" type="targz">
https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.17.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -50,6 +50,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-07-10</Date>
<Version>5.17.0</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-14</Date>
<Version>5.14.0</Version>
+9 -2
View File
@@ -15,8 +15,8 @@
<PartOf>programming.library</PartOf>
<Summary>This is the io_uring library, liburing.</Summary>
<Description>liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.</Description>
<Archive sha1sum="0d796cace5a82a290633e23ac26c54ea7c94700d" type="tarbz2">
https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.1.tar.bz2
<Archive sha1sum="67394c9e12775ac0bf44acd5bb96eeb3ad8c0a02" type="tarbz2">
https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.2.tar.bz2
</Archive>
<BuildDependencies>
<!-- <Dependency>glibc</Dependency> -->
@@ -56,6 +56,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-06-29</Date>
<Version>2.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2021-09-15</Date>
<Version>2.1</Version>
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>programming.library</PartOf>
<Summary> Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.</Summary>
<Description> Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.</Description>
<Archive sha1sum="4c8e35dd074a858b68ad1f77c84b1fe3048b0039" type="targz">
https://github.com/Martchus/qtutilities/archive/refs/tags/v6.6.0.tar.gz
<Archive sha1sum="93290790844b4f883871527267cd9470edeb6bca" type="targz">
https://github.com/Martchus/qtutilities/archive/refs/tags/v6.6.2.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -53,6 +53,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-07-10</Date>
<Version>6.6.2</Version>
<Comment>Version bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-14</Date>
<Version>6.6.0</Version>
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>util.admin</PartOf>
<Summary>ldd as a tree.</Summary>
<Description>A tool that turns ldd into a tree.</Description>
<Archive sha1sum="09d626299474631960f69cab511763fa11e4f18c" type="targz">
https://github.com/haampie/libtree/archive/refs/tags/v3.1.0.tar.gz
<Archive sha1sum="591b11a3eba735132c8e38e9ea7d75bf14294618" type="targz">
https://github.com/haampie/libtree/archive/refs/tags/v3.1.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>gcc</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-07-10</Date>
<Version>3.1.1</Version>
<Comment>Minor version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-04-14</Date>
<Version>3.1.0</Version>
@@ -0,0 +1,35 @@
--- a/src/window.c 2022-07-03 19:33:57.181805213 +0300
+++ b/src/window.c 2022-07-03 19:32:30.683186090 +0300
@@ -2597,6 +2597,7 @@
gboolean xa_treeview_mouse_button_press (GtkWidget *widget, GdkEventButton *event, XArchive *archive)
{
+ static guint32 last_button1;
XEntry *entry;
GtkTreePath *path;
GtkTreeIter iter;
@@ -2620,14 +2621,17 @@
if (event->button == 1)
{
- GdkModifierType state;
-
- gdk_event_get_state((GdkEvent *) event, &state);
-
- if (gtk_tree_selection_iter_is_selected(selection, &iter) && ((state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK)) == 0))
- return TRUE;
+ if (event->time - last_button1 > 250)
+ {
+ last_button1 = event->time;
+
+ if (gtk_tree_selection_iter_is_selected(selection, &iter) && ((event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK)) == 0))
+ return TRUE;
+ else
+ return FALSE;
+ }
else
- return FALSE;
+ event->button = 2;
}
if (!gtk_tree_selection_iter_is_selected(selection, &iter))
@@ -1,16 +0,0 @@
--- xarchiver-0.5.3.orig/xarchiver.desktop.in 2014-05-12 01:08:12.159131913 +0000
+++ xarchiver-0.5.3/xarchiver.desktop.in 2014-05-12 01:09:02.585526393 +0000
@@ -4,11 +4,11 @@
_Name=Xarchiver
_Comment=A GTK+2 only archive manager
_GenericName=Archive manager
-Exec=xarchiver
+Exec=xarchiver %f
Icon=xarchiver
Terminal=false
Type=Application
X-MultipleArgs=false
Categories=GTK;Archiving;Utility;
StartupNotify=true
-MimeType=application/x-arj;application/arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;multipart/x-zip;application/x-7z-compressed;application/x-compressed-tar;application/x-bzip2;application/x-bzip2-compressed-tar;
+MimeType=application/x-arj;application/arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;application/x-7z-compressed;application/x-compressed-tar;application/x-bzip2;application/x-bzip2-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-lzop-compressed-tar;application/x-xz;application/x-xz-compressed-tar;application/x-deb;application/x-rpm;
+9 -2
View File
@@ -17,7 +17,7 @@
<Description>
GTK+3 frontend to 7z, zip, rar, tar, bzip2, gzip, arj, lha, rpm and deb(open and extract only). Xarchiver allows you to create, add, extract and delete files in the above formats. 7z, zip, rar, arj password protected archives are supported.
</Description>
<Archive sha1sum="e7576d43d44cbb8dcede71aa1d39f5c319f1134c" type="targz">https://github.com/ib/xarchiver/archive/0.5.4.17.tar.gz</Archive>
<Archive sha1sum="e6be58a958117c23dc3cfe963d733bd114f3046b" type="targz">https://github.com/ib/xarchiver/archive/refs/tags/0.5.4.18.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -28,7 +28,7 @@
<Dependency>gdk-pixbuf-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">xarchiver-0.5.3-add-mime-types.patch</Patch> -->
<Patch level="1">Re-enable_left_mouse_button_double_clicks.patch</Patch>
</Patches>
</Source>
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="5">
<Date>2022-07-03</Date>
<Version>0.5.4.18</Version>
<Comment>Version bump</Comment>
<Name>Pisilinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2021-01-25</Date>
<Version>0.5.4.17</Version>