Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cektor authored Nov 29, 2024
1 parent 37477df commit 613826a
Show file tree
Hide file tree
Showing 50 changed files with 2,809 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions ShortAs.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Metadata-Version: 2.1
Name: ShortAs
Version: 1.0
License-File: LICENSE.txt
9 changes: 9 additions & 0 deletions ShortAs.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
LICENSE.txt
setup.py
shortas.desktop
ShortAs.egg-info/PKG-INFO
ShortAs.egg-info/SOURCES.txt
ShortAs.egg-info/dependency_links.txt
ShortAs.egg-info/entry_points.txt
ShortAs.egg-info/top_level.txt
shortas/shortas.py
1 change: 1 addition & 0 deletions ShortAs.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 2 additions & 0 deletions ShortAs.egg-info/entry_points.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[console_scripts]
shortas = shortas.main:main
1 change: 1 addition & 0 deletions ShortAs.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shortas
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
shortas (1.0-1) unstable; urgency=medium

* Initial release.

-- Fatih Önder <fatih@algyazilim.com> Thu, 29 Nov 2024 10:00:00 +0300

1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
13 changes: 13 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Source: shortas
Section: python
Priority: optional
Maintainer: Fatih ÖNDER <fatih@algyazilim.com>
Build-Depends: debhelper (>= 13), python3-all, python3-setuptools, dh-python
Standards-Version: 4.1.5
Homepage: https://algyazilim.com

Package: shortas
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python3-pyqt5
Description: Bu uygulama, Gelişmiş Grafiksel Kullanıcı Arayüzlü alias Yönetim Aracıdır.
Kullanıcının terminal alias'larını kolay ve güvenli şekilde yönetmesine yardımcı olur.
8 changes: 8 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: shortas
Source: https://github.com/cektor/ShortAs

Files: *
Copyright:Fatih ÖNDER (CekToR) 2024 ALG Yazılım Inc.
License: GNU

1 change: 1 addition & 0 deletions debian/debhelper-build-stamp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shortas
2 changes: 2 additions & 0 deletions debian/files
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shortas_1.0-1_all.deb python optional
shortas_1.0-1_amd64.buildinfo python optional
1 change: 1 addition & 0 deletions debian/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
4 changes: 4 additions & 0 deletions debian/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
shortas.py usr/bin/
shortas.desktop usr/share/applications/
debian/shortaslo.png /usr/share/icons/hicolor/48x48/apps/
5 changes: 5 additions & 0 deletions debian/pybuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# debian/pybuild

# py3distutils'yi kullanacağız
export PYBUILD_SYSTEM=py3distutils

4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@ --buildsystem=pybuild
11 changes: 11 additions & 0 deletions debian/shortas.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Name=ShortAs
Comment=Alias Admin Tool
Exec=python3 /usr/bin/shortas.py
Icon=/usr/share/icons/hicolor/48x48/apps/shortaslo.png
Terminal=false
Type=Application
Categories=Utility

Name[tr_TR]=ShortAs
Loading

0 comments on commit 613826a

Please sign in to comment.