Skip to content

Commit

Permalink
cleanup: update files, prep for release
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Jul 24, 2024
1 parent de9864a commit 416863c
Show file tree
Hide file tree
Showing 30 changed files with 24 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/debian/vanilla-apx-gui
/debian/vanilla-apx-gui.debhelper.log
/debian/vanilla-apx-gui.substvars
/obj-x86_64-linux-gnu/
/obj-x86_64-linux-gnu/
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
2 changes: 1 addition & 1 deletion apx_gui/apx-gui.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# apx_gui.in
#
# Copyright 2023 Mirko
# Copyright 2024 Mirko
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/core/apx.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# apx.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/core/apx_entities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# apx_entities.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/core/monitor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# apx.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/core/run_async.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# run_async.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions apx_gui/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# main.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -77,10 +77,10 @@ def on_about_action(self, *args) -> None:
developer_name="Mirko Brombin",
website="https://github.com/Vanilla-OS/apx-gui",
issue_url="https://github.com/Vanilla-OS/apx-gui/issues",
version="1.0.2",
version="1.0.3",
developers=["Mirko Brombin https://github.com/mirkobrombin"],
translator_credits=_("translator_credits"),
copyright=2023 Mirko Brombin and Contributors",
copyright=2024 Mirko Brombin and Contributors",
license_type=("gpl-3-0-only"),
)
about.add_credit_section(
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/utils/gtk.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gtk.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/widgets/editor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tab-editor.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/widgets/entry_pkgmanager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# entry_pkgmanager.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/widgets/entry_stack.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# entry_stack.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/widgets/entry_subsystem.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# entry_subsystem.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/widgets/sidebar.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sidebar.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/widgets/tab_pkgmanager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tab_pkgmanager.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/widgets/tab_stack.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tab_stack.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/widgets/tab_subsystem.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tab_subsystem.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/windows/create_pkgmanager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# create_pkgmanager.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/windows/create_stack.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# create_stack.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/windows/create_subsystem.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# create_subsystem.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion apx_gui/windows/main_window.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# main_window.py
#
# Copyright 2023 Mirko Brombin
# Copyright 2024 Mirko Brombin
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
17 changes: 0 additions & 17 deletions debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

28 changes: 0 additions & 28 deletions debian/control

This file was deleted.

23 changes: 0 additions & 23 deletions debian/copyright

This file was deleted.

1 change: 0 additions & 1 deletion debian/debhelper-build-stamp

This file was deleted.

2 changes: 0 additions & 2 deletions debian/files

This file was deleted.

13 changes: 0 additions & 13 deletions debian/rules

This file was deleted.

1 change: 0 additions & 1 deletion debian/source/format

This file was deleted.

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('apx_gui',
version: '0.1.0',
version: '1.0.3',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down

0 comments on commit 416863c

Please sign in to comment.