Skip to content

Commit 294c218

Browse files
authored
solseek: Update to 1.2.0 (#8398)
2 parents c046460 + 749144b commit 294c218

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

packages/s/solseek/package.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
22
name : solseek
3-
version : 1.1.4
4-
release : 25
3+
version : 1.2.0
4+
release : 26
55
source :
6-
- https://github.com/clintre/solseek/archive/refs/tags/v1.1.4.tar.gz : 804815dc0fa99539365c9336826656da138b1323c0dd2d747543bcdf953f57c8
6+
- https://github.com/clintre/solseek/archive/refs/tags/v1.2.0.tar.gz : 4889f25cb38a00c0583f9991f8d4a6cc69af3b76aa2d7a1363c27cedd3dbb0ab
77
homepage : https://github.com/clintre/solseek
88
license : GPL-3.0-or-later
99
component : system.utils
@@ -15,10 +15,12 @@ rundeps :
1515
- font-firacode-nerd
1616
- fzf
1717
- packagekit
18+
- python3
1819
install : |-
1920
install -Dm00755 $workdir/package/bin/solseek $installdir/usr/bin/solseek
2021
install -dm00755 $installdir/usr/share
2122
cp -r $workdir/package/share/solseek $installdir/usr/share/
23+
chmod 00755 $installdir/usr/share/solseek/helpers/eopkg-info.py
2224
install -Dm00644 $workdir/package/share/applications/Solseek.desktop $installdir/usr/share/applications/Solseek.desktop
2325
install -Dm00644 $workdir/package/share/icons/hicolor/scalable/apps/solseek.svg $installdir/usr/share/icons/hicolor/scalable/apps/solseek.svg
2426
install -Dm00644 $workdir/package/share/metainfo/solseek.metainfo.xml $installdir/usr/share/metainfo/solseek.metainfo.xml

packages/s/solseek/pspec_x86_64.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<Path fileType="data">/usr/share/solseek/core/defaults</Path>
3333
<Path fileType="data">/usr/share/solseek/core/menus</Path>
3434
<Path fileType="data">/usr/share/solseek/core/pkg_functions</Path>
35+
<Path fileType="data">/usr/share/solseek/helpers/eopkg-info.py</Path>
3536
<Path fileType="data">/usr/share/solseek/lang/de.ini</Path>
3637
<Path fileType="data">/usr/share/solseek/lang/en.ini</Path>
3738
<Path fileType="data">/usr/share/solseek/lang/es.ini</Path>
@@ -69,9 +70,9 @@
6970
</Files>
7071
</Package>
7172
<History>
72-
<Update release="25">
73-
<Date>2026-03-31</Date>
74-
<Version>1.1.4</Version>
73+
<Update release="26">
74+
<Date>2026-04-01</Date>
75+
<Version>1.2.0</Version>
7576
<Comment>Packaging update</Comment>
7677
<Name>clintre</Name>
7778
<Email>clint@eschberger.info</Email>

0 commit comments

Comments
 (0)