Verified Kaydet (Commit) a29bfa5e authored tarafından Erdem Ersoy's avatar Erdem Ersoy

Some changes:

* Update copyright information
* Update version to 0.4.0
* Fix project name and version information in .po files
* Add author information
üst 853483f6
......@@ -24,9 +24,13 @@ And you can run Pardus Flatpak GUI via desktop file or this command:
pardus-flatpak-gui
## Author
Erdem Ersoy (eersoy93)
## Copyright
Copyright (C) 2020 Erdem Ersoy.
Copyright (C) 2020 TÜBİTAK-ULAKBİM
## Licensing
......
......@@ -3,7 +3,7 @@ Upstream-Name: pardus-flatpak-gui
Source: https://www.pardus.org.tr
Files: *
Copyright: 2020 Erdem Ersoy <erdem.ersoy@pardus.org.tr>
Copyright: 2020 TÜBİTAK-ULAKBİM
License: GPL-3.0+
License: GPL-3.0+
......
#!/usr/bin/env python3
#
# Pardus Flatpak GUI main exectuable script (new)
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK-ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
from pardusflatpakgui.flatpakguiapp import FlatpakGUIApp
......
This diff is collapsed.
......@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Pardus Flatpak GUI Python package init script
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -16,3 +16,5 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
#!/usr/bin/env python3
#
# Pardus Flatpak GUI Application module
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
from pardusflatpakgui.mainwindow import MainWindow
from pardusflatpakgui.installfromfilewindow import InstallFromFileWindow
......
#!/usr/bin/env python3
#
# Pardus Flatpak GUI info window module
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
import gettext
import locale
......
#!/usr/bin/env python3
#
# Pardus Flatpak GUI install from file second window module
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
import gettext
import locale
......
#!/usr/bin/env python3
#
# Pardus Flatpak GUI direct install window module
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
import gettext
import locale
......
#!/usr/bin/env python3
#
# Pardus Flatpak GUI main window module
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
from pardusflatpakgui.infowindow import InfoWindow
from pardusflatpakgui.installwindow import InstallWindow
......
#!/usr/bin/env python3
#
# Pardus Flatpak GUI uninstall from file window module
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
import gettext
import locale
......
#!/usr/bin/env python3
#
# Pardus Flatpak GUI update all window module
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
import gettext
import locale
......
......@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Pardus Flatpak GUI version module
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK ULAKBİM
#
# 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
......@@ -16,10 +16,11 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
class Version(object):
VersionString = "0.3.0"
VersionString = "0.4.0"
@classmethod
def getVersion(cls):
......
#!/bin/sh
#
# Pardus Flatpak GUI localization updating script
# Copyright (C) 2020 Erdem Ersoy
# Copyright (C) 2020 TÜBİTAK-ULAKBİM
#
# 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
......@@ -15,6 +15,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Erdem Ersoy
xgettext --default-domain=pardus-flatpak-gui \
--lang=Python \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment