milis/talimatname/genel/x/xfce4-whiskermenu-plugin/talimat

28 lines
741 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Xfce4 için alternatif menü
# URL: http://gottcode.org/xfce4-whiskermenu-plugin/
# Paketçi: milisarge
# Gerekler: cmake xfce4-panel exo ninja
# Grup: sistem
isim=xfce4-whiskermenu-plugin
source /root/talimatname/genel/x/xfce4/surumler
surum="${xfce4_whiskermenu_plugin_surum}";[ -z ${xfce4_whiskermenu_plugin_surum} ] && \
surum=2.1.3
devir=1
kaynak=(https://github.com/gottcode/xfce4-whiskermenu-plugin/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
mkdir -p build
cd build
cmake "$SRC/$isim-$surum" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-GNinja
ninja
DESTDIR="$PKG" ninja -C $SRC/$isim-$surum/build install
rm -rf $PKG/usr/share/man
}