diff --git a/ayarlar/gerekli_programlar_xfce4 b/ayarlar/gerekli_programlar_xfce4 index ec7b2964d..0da8a50c2 100644 --- a/ayarlar/gerekli_programlar_xfce4 +++ b/ayarlar/gerekli_programlar_xfce4 @@ -57,6 +57,8 @@ python3-pip python3-yaml python-yaml python3-pythondialog +python3-qt5 +python3-parted node numix-gtk-theme slim diff --git a/talimatname/genel/python-pytz/talimat b/talimatname/genel/python-pytz/talimat new file mode 100644 index 000000000..68d3a52f4 --- /dev/null +++ b/talimatname/genel/python-pytz/talimat @@ -0,0 +1,15 @@ +# Description: Python yerel zaman kütüphanesi +# URL: http://pypi.python.org/pypi/pytz +# Packager: milisarge +# Depends on: python python-setuptools + +name=python-pytz +version=2017.2 +release=1 + +source=(https://pypi.python.org/packages/a4/09/c47e57fc9c7062b4e83b075d418800d322caa87ec0ac21e6308bd3a2d519/pytz-2017.2.zip) + +build() { + cd pytz-$version + python2 setup.py install --root=$PKG/ +} diff --git a/talimatname/genel/python3-pytz/talimat b/talimatname/genel/python3-pytz/talimat new file mode 100644 index 000000000..fb9be75ef --- /dev/null +++ b/talimatname/genel/python3-pytz/talimat @@ -0,0 +1,15 @@ +# Description: Python yerel zaman kütüphanesi +# URL: http://pypi.python.org/pypi/pytz +# Packager: milisarge +# Depends on: python3 python3-setuptools + +name=python3-pytz +version=2017.2 +release=1 + +source=(https://pypi.python.org/packages/a4/09/c47e57fc9c7062b4e83b075d418800d322caa87ec0ac21e6308bd3a2d519/pytz-2017.2.zip) + +build() { + cd pytz-$version + python3 setup.py install --root=$PKG/ +}