15 lines
578 B
Plaintext
15 lines
578 B
Plaintext
|
# Tanım: An advanced menu editor that provides modern features in a clean, easy-to-use interface. All without GNOME dependencies
|
|||
|
# URL: https://launchpad.net/menulibre
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler: python3-distutils-extra gdk-pixbuf gnome-menus gsettings-desktop-schemas gtksourceview3 python3 python3-gobject python3-psutil python3-xdg xdg-utils
|
|||
|
|
|||
|
isim=menulibre
|
|||
|
surum=2.1.3
|
|||
|
devir=1
|
|||
|
kaynak=(https://launchpad.net/menulibre/2.1/$surum/+download/$isim-$surum.tar.gz::$isim-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$surum
|
|||
|
python3 setup.py install --root="$PKG/" --optimize=1
|
|||
|
}
|