Skip to content

Commit b08ebfb

Browse files
committed
add flathub metainfo
1 parent 8d1c453 commit b08ebfb

File tree

4 files changed

+79
-4
lines changed

4 files changed

+79
-4
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.github.ychclone.blink</id>
4+
<name>Blink code search</name>
5+
<summary>GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching.</summary>
6+
<description>
7+
<![CDATA[
8+
GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching.
9+
]]>
10+
</description>
11+
<license>GPL-3.0-or-later</license>
12+
<project_license>GPL-3.0-or-later</project_license>
13+
<url type="homepage">https://github.com/ychclone/blink</url>
14+
<screenshots>
15+
<screenshot type="default">
16+
<image>https://raw.githubusercontent.com/ychclone/blink/master/Screenshot/blink_codesearch.png</image>
17+
<caption>Code search</caption>
18+
</screenshot>
19+
<screenshot>
20+
<image>https://raw.githubusercontent.com/ychclone/blink/master/Screenshot/blink_filelisting.png</image>
21+
<caption>File Listing</caption>
22+
</screenshot>
23+
</screenshots>
24+
25+
<icon name="io.github.ychclone.blink">
26+
<filename>io.github.ychclone.blink.png</filename>
27+
<size>128</size>
28+
<attribution>
29+
<![CDATA[
30+
Blink code search Icon
31+
]]>
32+
</attribution>
33+
</icon>
34+
<categories>
35+
<category>Utility</category>
36+
</categories>
37+
<keywords>
38+
<keyword>code search</keyword>
39+
<keyword>blink code search</keyword>
40+
<keyword>app</keyword>
41+
</keywords>
42+
<provides>
43+
<provide type="mime">application/x-example</provide>
44+
</provides>
45+
<launchable type="desktop-id">io.github.ychclone.blink.desktop</launchable>
46+
<release version="1.9.1" date="2024-04-10">
47+
<description>
48+
<![CDATA[
49+
V1.9.1 of Blink code search.
50+
]]>
51+
</description>
52+
</release>
53+
<developer_name>ychclone</developer_name>
54+
<developer_id>ychclone@gmail.com</developer_id>
55+
<project_group>KDE</project_group>
56+
<content_rating type="oars-1.1">
57+
<content_attribute id="violence-cartoon">none</content_attribute>
58+
<content_attribute id="language-profanity">mild</content_attribute>
59+
<content_attribute id="content-discrimination">none</content_attribute>
60+
<content_attribute id="sex-nudity">none</content_attribute>
61+
<content_attribute id="sex-themes">none</content_attribute>
62+
<content_attribute id="drugs-alcohol">none</content_attribute>
63+
<content_attribute id="drugs-tobacco">none</content_attribute>
64+
</content_rating>
65+
<translations>
66+
<translation lang="en">
67+
<name>Blink code search</name>
68+
<summary>GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching.</summary>
69+
<description>
70+
<![CDATA[
71+
GUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching.
72+
]]>
73+
</description>
74+
</translation>
75+
</translations>
76+
</component>
17 KB
Loading

flatpak/qscintilla-lib-paths.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ diff -ur QScintilla_src-2.13.4.orig/src/qscintilla.pro QScintilla_src-2.13.4/src
1515
INSTALLS += header
1616

1717
-trans.path = $$[QT_INSTALL_TRANSLATIONS]
18-
+trans.path = /app/share/qt5/translations
18+
+trans.path = /app/share/qt6/translations
1919
trans.files = qscintilla_*.qm
2020
INSTALLS += trans
2121

2222
-qsci.path = $$[QT_INSTALL_DATA]
23-
+qsci.path = /app/share/qt5
23+
+qsci.path = /app/share/qt6
2424
qsci.files = ../qsci
2525
INSTALLS += qsci
2626

2727
-features.path = $$[QT_HOST_DATA]/mkspecs/features
28-
+features.path = /app/lib/qt5/mkspecs/features
28+
+features.path = /app/lib/qt6/mkspecs/features
2929
CONFIG(staticlib) {
3030
features.files = $$PWD/features_staticlib/qscintilla2.prf
3131
} else {

qtag.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)