2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: yüksek derece ayarlanabilir pencere yöneticisi altyapısı
|
2017-08-28 05:40:46 +02:00
|
|
|
|
# URL: https://awesomewm.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
2017-12-22 22:59:36 +01:00
|
|
|
|
# Gerekler: asciidoc cmake docbook-xsl doxygen imagemagick xmlto cairo dbus gdk-pixbuf imlib2 libxdg-basedir lua lua-lgi pango startup-notification xcb-util-cursor xcb-util-keysyms xcb-util-wm libxkbcommon xcb-util-xrm
|
|
|
|
|
# Grup: sistem
|
2017-08-28 05:40:46 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=awesome
|
|
|
|
|
surum=4.2
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/awesomeWM/awesome/releases/download/v4.2/awesome-4.2.tar.xz::$isim-$surum.tar.xz)
|
2017-08-28 05:40:46 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ${isim}-${surum}
|
2017-08-28 05:40:46 +02:00
|
|
|
|
mkdir -p build
|
|
|
|
|
cd build
|
|
|
|
|
cmake .. \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=RELEASE \
|
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
|
|
|
-DSYSCONFDIR=/etc \
|
|
|
|
|
-DLUA_LIBRARY=/usr/lib/liblua.so
|
|
|
|
|
make
|
|
|
|
|
cd ..
|
|
|
|
|
make -C build DESTDIR="${PKG}" install
|
|
|
|
|
install -Dm 644 awesome.desktop -t "${PKG}/usr/share/xsessions"
|
|
|
|
|
}
|