2018-02-03 19:57:02 +01:00
|
|
|
|
# Tanım: Gelişmiş yenilikçi özellikler ve geleneksel kullanıcı deneyimi sağlayan Linux masaüstü
|
|
|
|
|
# URL: https://github.com/linuxmint/cinnamon
|
|
|
|
|
# Paketçi: Cihan_Alkan
|
2018-05-26 16:28:05 +02:00
|
|
|
|
# Gerekler: python-setproctitle python3-gobject caribou muffin cinnamon-settings-daemon cinnamon-session cinnamon-translations clutter-gtk libgnome-keyring cinnamon-control-center cinnamon-screensaver cinnamon-menus startup-notification libgnomekbd network-manager-applet nemo polkit-gnome xapps cjs
|
2018-02-03 19:57:02 +01:00
|
|
|
|
# Grup: cinnamon
|
|
|
|
|
|
|
|
|
|
isim=cinnamon
|
2018-05-10 17:56:06 +02:00
|
|
|
|
surum=3.8.2
|
2018-02-03 19:57:02 +01:00
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz
|
2018-05-10 17:56:06 +02:00
|
|
|
|
0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
|
2018-02-03 19:57:02 +01:00
|
|
|
|
set_wheel.patch
|
|
|
|
|
default-theme.patch)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd Cinnamon-$surum
|
2018-05-10 17:56:06 +02:00
|
|
|
|
patch -p1 -i ../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
|
|
|
|
|
patch -Np1 -i ../set_wheel.patch
|
|
|
|
|
patch -Np1 -i ../default-theme.patch
|
|
|
|
|
sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' data/org.cinnamon.gschema.xml.in
|
|
|
|
|
sed -i 's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/' \
|
|
|
|
|
files/usr/share/cinnamon-session/sessions/cinnamon*.session
|
|
|
|
|
sed -i 's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|' \
|
|
|
|
|
files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
|
|
|
|
|
|
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib/cinnamon \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--disable-gtk-doc \
|
|
|
|
|
--disable-schemas-compile \
|
2018-05-13 23:13:37 +02:00
|
|
|
|
--enable-compile-warnings=yes \
|
|
|
|
|
--without-ca-certificates
|
2018-05-10 17:56:06 +02:00
|
|
|
|
|
|
|
|
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR="${PKG}" install
|
2018-02-03 19:57:02 +01:00
|
|
|
|
}
|