milis/talimatname/genel/m/menulibre/talimat

15 lines
590 B
Plaintext
Raw Normal View History

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
name=menulibre
version=2.1.3
release=1
source=(https://launchpad.net/menulibre/2.1/$version/+download/$name-$version.tar.gz::$name-$version.tar.gz)
build() {
cd $name-$version
python3 setup.py install --root="$PKG/" --optimize=1
}