lxqt-grubu.paketlendi

This commit is contained in:
milisarge 2017-03-04 12:46:04 +02:00
parent b03a7105a5
commit 4e6d04e2c3
32 changed files with 709 additions and 5 deletions

View File

@ -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
}

View File

@ -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/ # URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com # Packager: alihan-ozturk28@hotmail.com yasarciv67@gmail.com
# Depends on: cmake qt5 qjson # Depends on: cmake qt5 qjson libdbusmenu-qt
name=libdbusmenu-qt5 name=libdbusmenu-qt5
_name=libdbusmenu-qt
release=1 release=1
version=0.9.3+16.04.20160218 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() { build() {
cd libdbusmenu-qt-$version cd libdbusmenu-qt-$version
@ -15,7 +16,6 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBDIR=lib \
-DWITH_DOC=OFF \ -DWITH_DOC=OFF \
-Wno-dev -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -Wno-dev -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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:<KF5/KWindowSystem/:<:' \
-i plugin-taskbar/lxqttaskgroup.{h,cpp}
sed -e '/kbdinfo.h/i #undef explicit' \
-i plugin-kbindicator/src/x11/kbdlayout.cpp
mkdir -v build
cd build
cmake $SRC/$name-$version \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=/usr/lib
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,20 @@
# Description: LXQt politika kimliği doğrulama aracısı
# URL: http://lxqt.org
# Packager: yasarciv67@gmail.com
# Depends on: liblxqt polkit-qt5
name=lxqt-policykit
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
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,20 @@
# Description: Lxqt-powermanagement paketi, LXQt için güç yönetimi modülünü sağlar.
# URL: http://lxqt.org
# Packager: yasarciv67@gmail.com
# Depends on: liblxqt hicolor-icon-theme kf5-kidletime kf5-solid upower
name=lxqt-powermanagement
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
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,22 @@
# Description: Adından da anlaşılacağı üzere qtermwidget Qt için bir terminal widgettır.
# URL: http://lxqt.org
# Packager: yasarciv67@gmail.com
# Depends on: cmake qt5
name=lxqt-qtermwidget
_name=qtermwidget
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_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,7 @@
cat >> /etc/profile.d/lxqt.sh << "EOF"
# Begin lxqt-qtplugin configuration
export QT_QPA_PLATFORMTHEME=lxqt
# End lxqt-qtplugin configuration
EOF

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -0,0 +1,87 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head>
<title>svntogit/community.git - Git clone of the 'community' repository
</title>
<meta name='generator' content='cgit v0.12'/>
<meta name='robots' content='index, nofollow'/>
<link rel='stylesheet' type='text/css' href='/cgit.css'/>
<link rel='shortcut icon' href='/favicon.ico'/>
<link rel='alternate' title='Atom feed' href='https://git.archlinux.org/svntogit/community.git/atom/trunk/qps.desktop?h=packages/qps' type='application/atom+xml'/>
<link rel='vcs-git' href='https://git.archlinux.org/svntogit/community.git' title='svntogit/community.git Git repository'/>
<link rel='vcs-git' href='git://git.archlinux.org/svntogit/community.git' title='svntogit/community.git Git repository'/>
<link rel='vcs-git' href='ssh://git.archlinux.org/srv/git/svntogit/community.git' title='svntogit/community.git Git repository'/>
</head>
<body>
<div id="archnavbar"><!-- Arch Linux global navigation bar -->
<div id="archnavbarlogo">
<p><a href="http://www.archlinux.org/" title="Arch news, packages, projects and more"></a></p>
</div>
<div id="archnavbarmenu">
<ul id="archnavbarlist">
<li id="anb-home"><a href="http://www.archlinux.org/" title="Arch news, packages, projects and more">Home</a></li>
<li id="anb-packages"><a href="http://www.archlinux.org/packages/" title="Arch Package Database">Packages</a></li>
<li id="anb-forums"><a href="https://bbs.archlinux.org/" title="Community forums">Forums</a></li>
<li id="anb-wiki"><a href="https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li>
<li id="anb-bugs"><a href="https://bugs.archlinux.org/" title="Report and follow bugs">Bugs</a></li>
<li id="anb-aur"><a href="https://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li>
<li id="anb-download"><a href="http://www.archlinux.org/download/" title="Get Arch Linux">Download</a></li>
</ul>
</div>
</div><!-- #archnavbar -->
<div id='cgit'><table id='header'>
<tr>
<td class='main'><a href='/'>index</a> : <a title='svntogit/community.git' href='/svntogit/community.git/'>svntogit/community.git</a></td></tr>
<tr><td class='sub'>Git clone of the 'community' repository
</td><td class='sub right'></td></tr></table>
<table class='tabs'><tr><td>
<a href='/svntogit/community.git/?h=packages/qps'>summary</a><a href='/svntogit/community.git/refs/?h=packages/qps'>refs</a><a href='/svntogit/community.git/log/trunk/qps.desktop?h=packages/qps'>log</a><a class='active' href='/svntogit/community.git/tree/trunk/qps.desktop?h=packages/qps'>tree</a><a href='/svntogit/community.git/commit/trunk/qps.desktop?h=packages/qps'>commit</a><a href='/svntogit/community.git/diff/trunk/qps.desktop?h=packages/qps'>diff</a><a href='/svntogit/community.git/stats/trunk/qps.desktop?h=packages/qps'>stats</a></td><td class='form'><form class='right' method='get' action='/svntogit/community.git/log/trunk/qps.desktop'>
<input type='hidden' name='h' value='packages/qps'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='text' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/svntogit/community.git/tree/?h=packages/qps'>root</a>/<a href='/svntogit/community.git/tree/trunk?h=packages/qps'>trunk</a>/<a href='/svntogit/community.git/tree/trunk/qps.desktop?h=packages/qps'>qps.desktop</a></div><div class='content'>blob: f3da91f991711e11e10ab0b8009a0d1002734ece (<a href='/svntogit/community.git/plain/trunk/qps.desktop?h=packages/qps'>plain</a>)
<table summary='blob content' class='blob'>
<tr><td class='linenumbers'><pre><a id='n1' href='#n1'>1</a>
<a id='n2' href='#n2'>2</a>
<a id='n3' href='#n3'>3</a>
<a id='n4' href='#n4'>4</a>
<a id='n5' href='#n5'>5</a>
<a id='n6' href='#n6'>6</a>
<a id='n7' href='#n7'>7</a>
<a id='n8' href='#n8'>8</a>
<a id='n9' href='#n9'>9</a>
<a id='n10' href='#n10'>10</a>
<a id='n11' href='#n11'>11</a>
</pre></td>
<td class='lines'><pre><code><span class="hl kwa">[Desktop Entry]</span>
<span class="hl kwb">Categories</span><span class="hl opt">=</span><span class="hl kwc">Application;System;</span>
<span class="hl kwb">Name</span><span class="hl opt">=</span><span class="hl kwc">qps</span>
<span class="hl kwb">GenericName</span><span class="hl opt">=</span><span class="hl kwc">Visual process manager</span>
<span class="hl kwb">Comment</span><span class="hl opt">=</span><span class="hl kwc">GUI version version of &quot;ps&quot; or &quot;top&quot;</span>
<span class="hl kwb">Exec</span><span class="hl opt">=</span><span class="hl kwc">qps</span>
<span class="hl kwb">Icon</span><span class="hl opt">=</span><span class="hl kwc">qps.xpm</span>
<span class="hl kwb">Terminal</span><span class="hl opt">=</span><span class="hl kwc">false</span>
<span class="hl kwb">Type</span><span class="hl opt">=</span><span class="hl kwc">Application</span>
<span class="hl kwb">Encoding</span><span class="hl opt">=</span><span class="hl kwc">UTF-8</span>
<span class="hl kwb">StartupNotify</span><span class="hl opt">=</span><span class="hl kwc">false</span>
</code></pre></td></tr></table>
</div> <!-- class=content -->
<div class="foot" style="padding-left:1em;padding-right:1em;">
<p>Copyright &copy; 2002-2016 <a href="mailto:jvinet@zeroflux.org"
title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org"
title="contact Aaron Griffin">Aaron Griffin</a>. The Arch Linux name and logo
are recognized trademarks. Some rights reserved. The registered trademark
Linux&reg; is used pursuant to a sublicense from LMI, the exclusive licensee
of Linus Torvalds, owner of the mark on a world-wide basis.</p>
</div>
</div> <!-- id=cgit -->
</body>
</html>

View File

@ -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
}

View File

@ -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
}