Skip to content

Commit 3ffe580

Browse files
committed
Merge branch 'main' into feat/metainfo
2 parents c2b8e5b + a1fd023 commit 3ffe580

22 files changed

+104
-102
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
3939
with:
4040
bundle: AppGenerator.flatpak
41-
manifest-path: io.github.ecommunity.app-generator.yml
41+
manifest-path: io.github.ellie_commons.app-generator.yml
4242
run-tests: true
4343
repository-name: appcenter
4444
repository-url: https://flatpak.elementary.io/repo.flatpakrepo

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h3 align="center">Create an elementary OS app using one of the pre-made app templates</h3>
77
</div>
88

9-
![Screenshot](https://raw.githubusercontent.com/elementary-community/app-generator/refs/heads/main/data/io.github.ecommunity.app-generator.png)
9+
![Screenshot](https://raw.githubusercontent.com/ellie-commons/app-generator/refs/heads/main/data/io.github.ellie_commons.app-generator.png)
1010

1111
## Building and Installation
1212

@@ -27,23 +27,23 @@ cd build
2727
ninja
2828
```
2929

30-
To install, use `ninja install`, then execute with `io.github.ecommunity.app-generator`
30+
To install, use `ninja install`, then execute with `io.github.ellie_commons.app-generator`
3131

3232
```bash
3333
ninja install
34-
io.github.ecommunity.app-generator
34+
io.github.ellie_commons.app-generator
3535
```
3636

3737
## Flatpak
3838

3939
Run `flatpak-builder` to configure the build environment, download dependencies, build, and install
4040

4141
```bash
42-
flatpak-builder build io.github.ecommunity.app-generator.yml --user --install --force-clean --install-deps-from=appcenter
42+
flatpak-builder build io.github.ellie_commons.app-generator.yml --user --install --force-clean --install-deps-from=appcenter
4343
```
4444

4545
Then execute with
4646

4747
```bash
48-
flatpak run io.github.ecommunity.app-generator
48+
flatpak run io.github.ellie_commons.app-generator
4949
```

data/app-generator.desktop.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Name=App Generator
66
Comment=Create an elementary OS app using one of the pre-made app templates.
77
Categories=Development;Education;
88

9-
Icon=io.github.ecommunity.app-generator
10-
Exec=io.github.ecommunity.app-generator
9+
Icon=io.github.ellie_commons.app-generator
10+
Exec=io.github.ellie_commons.app-generator
1111
Terminal=false

data/app-generator.gresource.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<gresources>
3-
<gresource prefix="/io/github/ecommunity/app-generator/">
3+
<gresource prefix="/io/github/ellie_commons/app-generator/">
44
<file alias="Application.css">Application.css</file>
55
</gresource>
66
</gresources>

data/app-generator.gschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<schemalist>
3-
<schema path="/io/github/ecommunity/app-generator/" id="io.github.ecommunity.app-generator">
3+
<schema path="/io/github/ellie_commons/app-generator/" id="io.github.ellie_commons.app-generator">
44
<key name="window-height" type="i">
55
<default>700</default>
66
<summary>Most recent window height</summary>

data/app-generator.metainfo.xml.in

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,39 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
3-
<id>io.github.ecommunity.app-generator</id>
4-
<metadata_license>CC-BY-4.0</metadata_license>
5-
<project_license>GPL-3.0-or-later</project_license>
6-
<name>App Generator</name>
7-
<summary>Create an elementary OS app using one of the pre-made app templates</summary>
8-
<description>
9-
<p>
10-
App Generator streamlines the process of creating Vala and GTK projects, allowing you to quickly get started without having to configure everything from scratch. With just a few clicks, it generates a well-organized and functional project structure, optimizing your workflow and saving you from repetitive setup tasks. Perfect for developers who want to focus on coding without worrying about configuration details.
11-
</p>
12-
</description>
13-
<screenshots>
14-
<screenshot type="default">
15-
<image>https://raw.githubusercontent.com/elementary-community/app-generator/refs/heads/main/data/io.github.ecommunity.app-generator.png</image>
16-
</screenshot>
17-
</screenshots>
18-
<kudos>
19-
<kudo>ModernToolkit</kudo>
20-
<kudo>HiDpiIcon</kudo>
21-
</kudos>
22-
<developer_name translate="no">elementary Community</developer_name>
23-
<url type="homepage">https://github.com/elementary-community/app-generator</url>
24-
<url type="bugtracker">https://github.com/elementary-community/app-generator/issues</url>
25-
<launchable type="desktop-id">io.github.ecommunity.app-generator.desktop</launchable>
26-
<releases>
27-
<release version="1.0.0" date="2024-10-08">
28-
<description>
29-
<p>First Release!!!</p>
30-
</description>
31-
</release>
32-
</releases>
33-
<content_rating type="oars-1.1" />
34-
<custom>
35-
<value key="x-appcenter-color-primary">#603461</value>
36-
</custom>
3+
<id>io.github.ellie_commons.app-generator</id>
4+
<metadata_license>CC-BY-4.0</metadata_license>
5+
<project_license>GPL-3.0-or-later</project_license>
6+
<name>App Generator</name>
7+
<summary>Create an elementary OS app using one of the pre-made app templates</summary>
8+
<description>
9+
<p>
10+
App Generator streamlines the process of creating Vala and GTK projects, allowing you to quickly get started without having to configure everything from scratch. With just a few clicks, it generates a well-organized and functional project structure, optimizing your workflow and saving you from repetitive setup tasks. Perfect for developers who want to focus on coding without worrying about configuration details.
11+
</p>
12+
</description>
13+
<screenshots>
14+
<screenshot type="default">
15+
<image>https://raw.githubusercontent.com/ellie-commons/app-generator/refs/heads/main/data/io.github.ellie_commons.app-generator.png</image>
16+
</screenshot>
17+
</screenshots>
18+
<kudos>
19+
<kudo>ModernToolkit</kudo>
20+
<kudo>HiDpiIcon</kudo>
21+
</kudos>
22+
<developer id="io.github.ellie_commons">
23+
<name>elementary Commons</name>
24+
</developer>
25+
<url type="homepage">https://github.com/ellie-commons/app-generator</url>
26+
<url type="bugtracker">https://github.com/ellie-commons/app-generator/issues</url>
27+
<launchable type="desktop-id">io.github.ellie_commons.app-generator.desktop</launchable>
28+
<releases>
29+
<release version="1.0.0" date="2024-10-08">
30+
<description>
31+
<p>First Release!!!</p>
32+
</description>
33+
</release>
34+
</releases>
35+
<content_rating type="oars-1.1" />
36+
<custom>
37+
<value key="x-appcenter-color-primary">#603461</value>
38+
</custom>
3739
</component>

io.github.ecommunity.app-generator.yml renamed to io.github.ellie_commons.app-generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is the same ID that you've used in meson.build and other files
2-
app-id: io.github.ecommunity.app-generator
2+
app-id: io.github.ellie_commons.app-generator
33

44
# Instead of manually specifying a long list of build and runtime dependencies,
55
# we can use a convenient pre-made runtime and SDK. For this example, we'll be
@@ -10,7 +10,7 @@ sdk: io.elementary.Sdk
1010

1111
# This should match the exec line in your .desktop file and usually is the same
1212
# as your app ID
13-
command: io.github.ecommunity.app-generator
13+
command: io.github.ellie_commons.app-generator
1414

1515
# Here we can specify the kinds of permissions our app needs to run. Since we're
1616
# not using hardware like webcams, making sound, or reading external files, we

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# project name and programming language
22
project(
3-
'io.github.ecommunity.app-generator',
3+
'io.github.ellie_commons.app-generator',
44
'vala', 'c',
55
version: '0.1'
66
)

po/de.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# German translations for io.github.elementary-community.app-generator package.
2-
# Copyright (C) 2024 THE io.github.elementary-community.app-generator'S COPYRIGHT HOLDER
3-
# This file is distributed under the same license as the io.github.elementary-community.app-generator package.
1+
# German translations for io.github.ellie_commons.app-generator package.
2+
# Copyright (C) 2024 THE io.github.ellie_commons.app-generator'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the io.github.ellie_commons.app-generator package.
44
# Automatically generated, 2024.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: io.github.elementary-community.app-generator\n"
8+
"Project-Id-Version: io.github.ellie_commons.app-generator\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-10-13 09:15+0300\n"
1111
"PO-Revision-Date: 2024-09-19 11:25-0500\n"

0 commit comments

Comments
 (0)