Skip to content

Commit f1ee462

Browse files
committed
change of packagename to lowercase letters
1 parent 4ac263b commit f1ee462

21 files changed

+48
-75
lines changed

.github/workflows/flatpak-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
2525
with:
2626
# This is the name of the Bundle file we're building and can be anything you like
27-
bundle: com.github.rajsolai.TextSnatcher.flatpak
27+
bundle: com.github.rajsolai.textsnatcher.flatpak
2828
# This uses your app's RDNN ID
29-
manifest-path: com.github.rajsolai.TextSnatcher.yml
29+
manifest-path: com.github.rajsolai.textsnatcher.yml
3030

3131
# You can automatically run any of the tests you've created as part of this workflow
3232
run-tests: true

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Ensure you have these dependencies installed
1616

1717
- granite
1818
- gtk+-3.0
19-
- switchboard-2.0
19+
- gobject-2.0
20+
- gdk-pixbuf-2.0
2021
- tesseract-ocr
2122
- tess-best trained data
2223

@@ -33,5 +34,5 @@ cd TextSnatcher
3334
meson build --prefix=/usr
3435
# cd to build, build and test
3536
cd build
36-
sudo ninja install && TextSnatcher
37+
sudo ninja install && com.github.rajsolai.textsnatcher
3738
```

com.github.rajsolai.TextSnatcher.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
app-id: com.github.rajsolai.TextSnatcher
1+
app-id: com.github.rajsolai.textsnatcher
22

33
runtime: io.elementary.Platform
44
runtime-version: '6'
55
sdk: io.elementary.Sdk
6-
command: com.github.rajsolai.TextSnatcher
6+
command: com.github.rajsolai.textsnatcher
77

88
finish-args:
99
- '--share=ipc'
@@ -16,7 +16,7 @@ finish-args:
1616

1717

1818
modules:
19-
- name: com.github.rajsolai.TextSnatcher
19+
- name: com.github.rajsolai.textsnatcher
2020
buildsystem: meson
2121
sources:
2222
- type: dir

data/com.github.rajsolai.TextSnatcher.appdata.xml.in

Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2020 solairaj <msraj085@gmail.com> -->
3+
<component type="desktop">
4+
<id>com.github.rajsolai.textsnatcher</id>
5+
<metadata_license>CC0-1.0</metadata_license>
6+
<project_license>GPL-3.0+</project_license>
7+
<name>TextSnatcher</name>
8+
<summary>Snatch Text with just a Drag</summary>
9+
<description>
10+
<p>Copy Text from Images with ease, Perform OCR operations in seconds.</p>
11+
</description>
12+
<provides>
13+
<binary>com.github.rajsolai.textsnatcher</binary>
14+
</provides>
15+
<developer_name>Solai Raj (RajSolai)</developer_name>
16+
<url type="homepage">https://github.com/RajSolai/com.github.rajsolai.textsnatcher</url>
17+
<url type="bugtracker">https://github.com/RajSolai/com.github.rajsolai.textsnatcher/issues</url>
18+
<url type="help">https://github.com/RajSolai/com.github.rajsolai.textsnatcher/issues</url>
19+
<screenshots>
20+
<screenshot type="default">
21+
</screenshot>
22+
</screenshots>
23+
<content_rating type="oars-1.1" />
24+
<releases>
25+
<release version="1.0.0" date="2022-01-01"/>
26+
</releases>
27+
</component>

data/com.github.rajsolai.TextSnatcher.desktop.in renamed to data/com.github.rajsolai.textsnatcher.desktop.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Type=Application
33
Name=TextSnatcher
44
Comment=Snatch Text with a Drag
55
GenericName=TextSnatcher
6-
Exec=com.github.rajsolai.TextSnatcher %U
7-
Icon=com.github.rajsolai.TextSnatcher
6+
Exec=com.github.rajsolai.textsnatcher %U
7+
Icon=com.github.rajsolai.textsnatcher
88
Terminal=false
99
Categories=Utility;
1010
Keywords=Develop;

0 commit comments

Comments
 (0)