2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Lxqt-common paketi çeşitli LXQt bileşenleri için ortak dosyalar sağlar.
|
2017-03-04 11:46:04 +01:00
|
|
|
|
# URL: http://lxqt.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: hicolor-icon-theme xorg-app
|
2017-03-04 11:46:04 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=lxqt-common
|
|
|
|
|
surum=0.11.2
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/lxde/$isim/releases/download/$surum/$isim-$surum.tar.xz)
|
2017-03-04 11:46:04 +01:00
|
|
|
|
|
|
|
|
|
sed -e '/TryExec/s@=@=/usr/bin/@' \
|
|
|
|
|
-i xsession/lxqt.desktop.in
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-03-04 11:46:04 +01:00
|
|
|
|
mkdir -v build
|
|
|
|
|
cd build
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cmake $SRC/$isim-$surum \
|
2017-03-04 11:46:04 +01:00
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
mkdir -pv /usr/share/lxqt/graphics &&
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|