12345678910111213141516171819202122 |
- # Tanım: GNOME oturum yöneticisi
- # URL: https://git.gnome.org/browse/gnome-session
- # Paketçi: yasarciv67
- # Gerekler: dconf dbus-glib docbook-xml docbook-xsl gconf gnome-desktop json-glib libxslt xorg-mesa meson upower xmlto
- # Grup: gnome
- isim=gnome-session
- surum=3.28.1
- devir=1
- kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
- derle() {
- cd $isim-$surum
- sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in
- mkdir build
- cd build
- meson --prefix=/usr -Dsystemd=false -Dsystemd_journal=false
- ninja
- DESTDIR=$PKG ninja install
- }
|