lxtask

Lxde görev yöneticisidir.

Paketi Derleme :

#!/usr/bin/env bash
name="lxtask"
version="0.1.10"
description="LXDE Task manager"
source="https://github.com/lxde/lxtask/archive/refs/tags/$version.tar.gz"
depends="gtk3"
builddepend="intltool"
group="lxde.base"


setup(){
        cd $SOURCEDIR
        autoreconf -fvi
        ./configure --prefix=/usr \
            --libdir=/usr/lib64/ \
            --enable-gtk3
}

build(){
        make
}

package(){
        make install DESTDIR=$DESTDIR
}

Not: Burada verilen derleme talimatı(script) kly Paket Sistemi'ni kullanarak paketi derler ve oluştur. Oluşan paket(.kly uzantılı dosya) kly Paket Sistemi kullanılarak siteme yüklenebilir. kly Paket Sistemiyle Paket Yapma konusunu okumak için tıklayınız.