2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: An advanced menu editor that provides modern features in a clean, easy-to-use interface. All without GNOME dependencies
|
2017-08-26 17:12:45 +02:00
|
|
|
|
# URL: https://launchpad.net/menulibre
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python3-distutils-extra gdk-pixbuf gnome-menus gsettings-desktop-schemas gtksourceview3 python3 python3-gobject python3-psutil python3-xdg xdg-utils
|
2017-08-26 17:12:45 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
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)
|
2017-08-26 17:12:45 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-08-26 17:12:45 +02:00
|
|
|
|
python3 setup.py install --root="$PKG/" --optimize=1
|
|
|
|
|
}
|