diff --git a/talimatname/genel/compton-conf/talimat b/talimatname/genel/compton-conf/talimat new file mode 100644 index 000000000..12e2f570c --- /dev/null +++ b/talimatname/genel/compton-conf/talimat @@ -0,0 +1,20 @@ +# Description: Compton-conf, X bileşik yöneticisi Compton için bir yapılandırma aracıdır. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: cmake liblxqt lxqt-l10n libconfig + +name=compton-conf +version=0.2.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/libdbusmenu-qt5/talimat b/talimatname/genel/libdbusmenu-qt5/talimat index dcaf662e7..ef097a59f 100644 --- a/talimatname/genel/libdbusmenu-qt5/talimat +++ b/talimatname/genel/libdbusmenu-qt5/talimat @@ -1,12 +1,13 @@ -# Description : Library that provides a Qt5 implementation of the DBusMenu protocol +# Description : DBusMenu protokolünün Qt5 uygulamasını sağlayan kitaplık # URL: https://www.kde.org/ -# Packager: alihan-ozturk28@hotmail.com -# Depends on: cmake qt5 qjson +# Packager: alihan-ozturk28@hotmail.com yasarciv67@gmail.com +# Depends on: cmake qt5 qjson libdbusmenu-qt name=libdbusmenu-qt5 +_name=libdbusmenu-qt release=1 version=0.9.3+16.04.20160218 -source=(http://www.linuxfromscratch.org/~krejzi/libdbusmenu-qt-$version.tar.xz ) +source=(http://archive.ubuntu.com/ubuntu/pool/main/libd/$_name/libdbusmenu-qt_$version.orig.tar.gz) build() { cd libdbusmenu-qt-$version @@ -15,7 +16,6 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DWITH_DOC=OFF \ -Wno-dev -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make make DESTDIR=$PKG install } diff --git a/talimatname/genel/libfm-qt/talimat b/talimatname/genel/libfm-qt/talimat new file mode 100644 index 000000000..a82a3cf0b --- /dev/null +++ b/talimatname/genel/libfm-qt/talimat @@ -0,0 +1,21 @@ +# Description: Libfm-qt, masaüstü dosya yöneticileri oluşturmak için bileşenleri sağlayan bir kütüphane olan libfm'in Qt bağlantı noktasıdır. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: cmake libfm qt5 + +name=libfm-qt +version=0.11.2 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_LIBDIR=lib + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/liblxqt/talimat b/talimatname/genel/liblxqt/talimat new file mode 100644 index 000000000..46762af55 --- /dev/null +++ b/talimatname/genel/liblxqt/talimat @@ -0,0 +1,21 @@ +# Description: Liblxqt tüm LXQt bileşenleri için temel yardımcı program kitaplığıdır. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: kf5-kwindowsystem libqtxdg + +name=liblxqt +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_LIBDIR=lib + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/libqtxdg/talimat b/talimatname/genel/libqtxdg/talimat new file mode 100644 index 000000000..9ce950ca7 --- /dev/null +++ b/talimatname/genel/libqtxdg/talimat @@ -0,0 +1,20 @@ +# Description: Freedesktop.org'u sağlayan kütüphane Qt için XDG teknik özellikleri uygulamaları +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: cmake gtk2 + +name=libqtxdg +version=2.0.0 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/libsysstat/talimat b/talimatname/genel/libsysstat/talimat new file mode 100644 index 000000000..5f8bc26c0 --- /dev/null +++ b/talimatname/genel/libsysstat/talimat @@ -0,0 +1,21 @@ +# Description: Sistem istatistiklerini sorgulamak için kütüphane (net, kaynak kullanımı, ...) +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: cmake qt5 lxqt-build-tools + +name=libsysstat +version=0.3.3 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + +cd $SRC/$name-$version +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lximage-qt/talimat b/talimatname/genel/lximage-qt/talimat new file mode 100644 index 000000000..624df501f --- /dev/null +++ b/talimatname/genel/lximage-qt/talimat @@ -0,0 +1,20 @@ +# Description: Lximage-qt paketi, hafif bir resim görüntüleyici ve ekran görüntüsü programı içerir. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: libfm-qt libexif + +name=lximage-qt +version=0.5.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-about/talimat b/talimatname/genel/lxqt-about/talimat new file mode 100644 index 000000000..cbc04458c --- /dev/null +++ b/talimatname/genel/lxqt-about/talimat @@ -0,0 +1,21 @@ +# Description: Lxqt-about paketi bağımsız LXQt "Hakkında" iletişim kutusunu sağlar. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt + +name=lxqt-about +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-admin/talimat b/talimatname/genel/lxqt-admin/talimat new file mode 100644 index 000000000..e4cc31798 --- /dev/null +++ b/talimatname/genel/lxqt-admin/talimat @@ -0,0 +1,20 @@ +# Description: Lxqt-admin paketi, LXQt'nin çalıştığı işletim sisteminin ayarlarını yapmak için iki GUI aracı sunar. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt polkit + +name=lxqt-admin +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-build-tools/talimat b/talimatname/genel/lxqt-build-tools/talimat new file mode 100644 index 000000000..d8c086d50 --- /dev/null +++ b/talimatname/genel/lxqt-build-tools/talimat @@ -0,0 +1,20 @@ +# Description: LXQt uygulamaları için çeşitli paketleme araçları ve komut dosyaları +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: cmake + +name=lxqt-build-tools +version=0.3.2 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-common/talimat b/talimatname/genel/lxqt-common/talimat new file mode 100644 index 000000000..bc09a6054 --- /dev/null +++ b/talimatname/genel/lxqt-common/talimat @@ -0,0 +1,24 @@ +# Description: Lxqt-common paketi çeşitli LXQt bileşenleri için ortak dosyalar sağlar. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: hicolor-icon-theme xorg-app + +name=lxqt-common +version=0.11.2 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + +sed -e '/TryExec/s@=@=/usr/bin/@' \ + -i xsession/lxqt.desktop.in + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + + make + mkdir -pv /usr/share/lxqt/graphics && + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-config/talimat b/talimatname/genel/lxqt-config/talimat new file mode 100644 index 000000000..73b6a0487 --- /dev/null +++ b/talimatname/genel/lxqt-config/talimat @@ -0,0 +1,22 @@ +# Description: Lxqt-config paketi LXQt sistem ayarlar merkezi sağlar. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt plasma-libkscreen + +name=lxqt-config +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_LIBDIR=lib + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-globalkeys/talimat b/talimatname/genel/lxqt-globalkeys/talimat new file mode 100644 index 000000000..f108c6830 --- /dev/null +++ b/talimatname/genel/lxqt-globalkeys/talimat @@ -0,0 +1,22 @@ +# Description: Lxqt-globalkeys paketi genel klavye kısayollarını ve bir kısayol GUI editörünü kaydetmek için kullanılan bir arka plan programı içerir. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt + +name=lxqt-globalkeys +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-l10n/talimat b/talimatname/genel/lxqt-l10n/talimat new file mode 100644 index 000000000..e949cbacc --- /dev/null +++ b/talimatname/genel/lxqt-l10n/talimat @@ -0,0 +1,21 @@ +# Description: Lxqt-l10n paketi LXQt masaüstünün tüm bileşenleri için çeviri sağlar +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt + +name=lxqt-l10n +version=0.11.2 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-notificationd/talimat b/talimatname/genel/lxqt-notificationd/talimat new file mode 100644 index 000000000..79ef7f5f2 --- /dev/null +++ b/talimatname/genel/lxqt-notificationd/talimat @@ -0,0 +1,21 @@ +# Description: Lxqt-notificationd paketi, LXQt bildirim arka plan programıdır. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: lxqt-common liblxqt + +name=lxqt-notificationd +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-openssh-askpass/talimat b/talimatname/genel/lxqt-openssh-askpass/talimat new file mode 100644 index 000000000..96df1f058 --- /dev/null +++ b/talimatname/genel/lxqt-openssh-askpass/talimat @@ -0,0 +1,20 @@ +# Description: LXQt openssh şifre istemi +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt lxqt-build-tools + +name=lxqt-openssh-askpass +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_INSTALL_PREFIX=/usr \ + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-panel/talimat b/talimatname/genel/lxqt-panel/talimat new file mode 100644 index 000000000..80d909518 --- /dev/null +++ b/talimatname/genel/lxqt-panel/talimat @@ -0,0 +1,29 @@ +# Description: Lxqt-panel paketi hafif bir X11 masaüstü paneli içeriyor. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: kf5-solid kf5-kguiaddons lxqt-globalkeys libdbusmenu-qt5 liblxqt lxde-menu-data menu-cache libsysstat libstatgrab pulseaudio libxkbcommon lm-sensors + +name=lxqt-panel +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { +cd $name-$version + +sed -e 's:> /etc/profile.d/lxqt.sh << "EOF" +# Begin lxqt-qtplugin configuration + +export QT_QPA_PLATFORMTHEME=lxqt + +# End lxqt-qtplugin configuration +EOF diff --git a/talimatname/genel/lxqt-qtplugin/talimat b/talimatname/genel/lxqt-qtplugin/talimat new file mode 100644 index 000000000..fb753daf0 --- /dev/null +++ b/talimatname/genel/lxqt-qtplugin/talimat @@ -0,0 +1,21 @@ +# Description: Qt için LXQt platform entegrasyonu +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt libdbusmenu-qt5 + +name=lxqt-qtplugin +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-runner/talimat b/talimatname/genel/lxqt-runner/talimat new file mode 100644 index 000000000..b983e4bad --- /dev/null +++ b/talimatname/genel/lxqt-runner/talimat @@ -0,0 +1,21 @@ +# Description: Lxqt-runner paketi, adlarını yazarak programları hızlı bir şekilde başlatmak için kullanılan bir araç sağlar. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: lxqt-globalkeys menu-cache + +name=lxqt-runner +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build +cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DRUNNER_MATH=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-session/talimat b/talimatname/genel/lxqt-session/talimat new file mode 100644 index 000000000..cfcb8b60c --- /dev/null +++ b/talimatname/genel/lxqt-session/talimat @@ -0,0 +1,21 @@ +# Description: Lxqt-session paketi, LXQt için varsayılan oturum yöneticisini içerir. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt xdg-user-dirs kf5-kwindowsystem kf5-breeze-icons kf5-oxygen-icons5 lxdm lxqt-build-tools + +name=lxqt-session +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt-sudo/talimat b/talimatname/genel/lxqt-sudo/talimat new file mode 100644 index 000000000..e3d73e3a9 --- /dev/null +++ b/talimatname/genel/lxqt-sudo/talimat @@ -0,0 +1,20 @@ +# Description: Lxqt-sudo sırasıyla sudo ve su komutlarının grafik ön ucudur. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt qt5 + +name=lxqt-sudo +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/lxqt/talimat b/talimatname/genel/lxqt/talimat new file mode 100644 index 000000000..98db1d41a --- /dev/null +++ b/talimatname/genel/lxqt/talimat @@ -0,0 +1,16 @@ +# Description: Lxqt masaüstü ortamı +# URL: https://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: libqtxdg lxqt-build-tools libsysstat liblxqt libfm-qt lxqt-common lxqt-l10n lxqt-qtplugin obconf-qt pavucontrol-qt qtermwidget lximage-qt pcmanfm-qt qterminal lxqt-about lxqt-admin lxqt-config lxqt-globalkeys lxqt-notificationd lxqt-openssh-askpass lxqt-policykit lxqt-powermanagement lxqt-session lxqt-sudo lxqt-panel lxqt-runner qps + + +name=lxqt +version=0.11.1 +release=1 + +source=() + +build() { +mkdir -p $PKG/usr + +} diff --git a/talimatname/genel/obconf-qt/talimat b/talimatname/genel/obconf-qt/talimat new file mode 100644 index 000000000..d15e59bf1 --- /dev/null +++ b/talimatname/genel/obconf-qt/talimat @@ -0,0 +1,21 @@ +# Description: OpenBox için bir GUI Qt tabanlı yapılandırma aracıdır. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: gtk2 hicolor-icon-theme liblxqt openbox + +name=obconf-qt +version=0.11.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/pavucontrol-qt/talimat b/talimatname/genel/pavucontrol-qt/talimat new file mode 100644 index 000000000..2a255108d --- /dev/null +++ b/talimatname/genel/pavucontrol-qt/talimat @@ -0,0 +1,21 @@ +# Description: Pulseaudio ayarları için bir Qt tabanlı GUI yapılandırma aracıdır. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt pulseaudio glib + +name=pavucontrol-qt +version=0.2.0 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/pcmanfm-qt/talimat b/talimatname/genel/pcmanfm-qt/talimat new file mode 100644 index 000000000..67f447d51 --- /dev/null +++ b/talimatname/genel/pcmanfm-qt/talimat @@ -0,0 +1,21 @@ +# Description: LXQt dosya yöneticisi, PCManFM'in Qt portu +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: libfm-qt lxde-menu-data + +name=pcmanfm-qt +version=0.11.3 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make + make DESTDIR=$PKG install +} diff --git a/talimatname/genel/qps/qps.desktop b/talimatname/genel/qps/qps.desktop new file mode 100644 index 000000000..0c6ba656d --- /dev/null +++ b/talimatname/genel/qps/qps.desktop @@ -0,0 +1,87 @@ + + + +svntogit/community.git - Git clone of the 'community' repository + + + + + + + + + + + +
+ +
+ +
+
+
+ + + +
+summaryrefslogtreecommitdiffstats
+ + + +
+
+
blob: f3da91f991711e11e10ab0b8009a0d1002734ece (plain) + + +
1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+
[Desktop Entry]
+Categories=Application;System;
+Name=qps
+GenericName=Visual process manager
+Comment=GUI version version of "ps" or "top"
+Exec=qps
+Icon=qps.xpm
+Terminal=false
+Type=Application
+Encoding=UTF-8
+StartupNotify=false
+
+
+
+

Copyright © 2002-2016 Judd Vinet and Aaron Griffin. The Arch Linux name and logo +are recognized trademarks. Some rights reserved. The registered trademark +Linux® is used pursuant to a sublicense from LMI, the exclusive licensee +of Linus Torvalds, owner of the mark on a world-wide basis.

+
+
+ + diff --git a/talimatname/genel/qps/talimat b/talimatname/genel/qps/talimat new file mode 100644 index 000000000..a62695d02 --- /dev/null +++ b/talimatname/genel/qps/talimat @@ -0,0 +1,22 @@ +# Description: Qt için süreç yöneticisi +# URL: https://github.com/QtDesktop/qps/ +# Packager: yasarciv67@gmail.com +# Depends on: qt5 + +name=qps +version=1.10.16 +release=1 +source=(https://github.com/QtDesktop/$name/archive/v$version.tar.gz \ +qps.desktop) + +build() { + + cd $SRC/$name-$version + cmake . + make + install -D -m 755 src/qps $PKG/usr/bin/qps + install -D -m 644 qps.1 $PKG/usr/share/man/man1/qps.1 + install -D -m 644 $SRC/qps.desktop $PKG/usr/share/applications/qps.desktop + install -D -m 644 icon/icon.xpm $PKG/usr/share/pixmaps/qps.xpm + +} diff --git a/talimatname/genel/qterminal/talimat b/talimatname/genel/qterminal/talimat new file mode 100644 index 000000000..d4ff79212 --- /dev/null +++ b/talimatname/genel/qterminal/talimat @@ -0,0 +1,21 @@ +# Description: Qt tabanlı hafif bir terminal emülatörü. +# URL: http://lxqt.org +# Packager: yasarciv67@gmail.com +# Depends on: liblxqt lxqt-qtermwidget lxqt-l10n + +name=qterminal +version=0.7.1 +release=1 +source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz) + + +build() { + mkdir -v build + cd build + cmake $SRC/$name-$version \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_LIBDIR=lib + make + make DESTDIR=$PKG install +}