2018-02-03 19:57:02 +01:00
|
|
|
|
# Tanım: Cinnamon Oturumu
|
|
|
|
|
# URL: https://github.com/linuxmint/cinnamon-session
|
|
|
|
|
# Paketçi: Cihan_Alkan
|
2018-05-05 15:08:43 +02:00
|
|
|
|
# Gerekler: intltool dbus-glib cinnamon-desktop xorg-libsm libcanberra gtk3 tdb meson xorg-xtrans
|
2018-02-03 19:57:02 +01:00
|
|
|
|
# Grup: cinnamon
|
|
|
|
|
|
|
|
|
|
isim=cinnamon-session
|
2018-05-05 15:08:43 +02:00
|
|
|
|
surum=3.8.1
|
2018-02-03 19:57:02 +01:00
|
|
|
|
devir=1
|
2018-05-05 15:08:43 +02:00
|
|
|
|
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz
|
|
|
|
|
https://github.com/linuxmint/${isim}/commit/be5e7380ae69a2620ecf488250ce7e48d51c6338.patch)
|
2018-02-03 19:57:02 +01:00
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
2018-05-05 15:08:43 +02:00
|
|
|
|
patch -p1 < ../be5e7380ae69a2620ecf488250ce7e48d51c6338.patch
|
|
|
|
|
mkdir -p "${SRC}"/${isim}-${surum}/build
|
|
|
|
|
cd "${SRC}"/${isim}-${surum}/build
|
|
|
|
|
|
|
|
|
|
meson --prefix=/usr \
|
|
|
|
|
--libexecdir=lib/${isim} \
|
|
|
|
|
--buildtype=plain \
|
|
|
|
|
-Dwith-gconf=false \
|
|
|
|
|
-Dwith-docbook=false \
|
|
|
|
|
..
|
|
|
|
|
ninja
|
|
|
|
|
|
|
|
|
|
DESTDIR="${PKG}" ninja install
|
2018-02-03 19:57:02 +01:00
|
|
|
|
}
|