commit
						f57b9a4e3d
					
				
					 1 changed files with 10 additions and 13 deletions
				
			
		| 
						 | 
					@ -1,11 +1,11 @@
 | 
				
			||||||
# Tanım: Çeşitli Cinnamon modülleri için ortak API'li kütüphane
 | 
					# Tanım: Çeşitli Cinnamon modülleri için ortak API'li kütüphane
 | 
				
			||||||
# URL: https://github.com/linuxmint/cinnamon-desktop
 | 
					# URL: https://github.com/linuxmint/cinnamon-desktop
 | 
				
			||||||
# Paketçi: Cihan_Alkan
 | 
					# Paketçi: Cihan_Alkan
 | 
				
			||||||
# Gerekler: xorg-xkeyboard-config accountsservice pulseaudio python intltool
 | 
					# Gerekler: xorg-xkeyboard-config accountsservice pulseaudio python intltool meson gobject-introspection
 | 
				
			||||||
# Grup: cinnamon
 | 
					# Grup: cinnamon
 | 
				
			||||||
 | 
					
 | 
				
			||||||
isim=cinnamon-desktop
 | 
					isim=cinnamon-desktop
 | 
				
			||||||
surum=3.6.2
 | 
					surum=3.8.0
 | 
				
			||||||
devir=1
 | 
					devir=1
 | 
				
			||||||
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz
 | 
					kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz
 | 
				
			||||||
config.patch)
 | 
					config.patch)
 | 
				
			||||||
| 
						 | 
					@ -14,16 +14,13 @@ derle() {
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
  cd $isim-$surum
 | 
					  cd $isim-$surum
 | 
				
			||||||
  patch -Np1 -i $SRC/config.patch
 | 
					  patch -Np1 -i $SRC/config.patch
 | 
				
			||||||
  ./autogen.sh \
 | 
					    mkdir -p "${SRC}"/${isim}-${surum}/build
 | 
				
			||||||
  --prefix=/usr   \
 | 
					    cd "${SRC}"/${isim}-${surum}/build
 | 
				
			||||||
  --sysconfdir=/etc   \
 | 
					 | 
				
			||||||
  --localstatedir=/var \
 | 
					 | 
				
			||||||
  --libexecdir=/usr/lib/$isim \
 | 
					 | 
				
			||||||
  --disable-static
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
 | 
					    meson --prefix=/usr --buildtype=plain ..
 | 
				
			||||||
  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 | 
					    ninja
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  make
 | 
					    DESTDIR="${PKG}" ninja install
 | 
				
			||||||
  make DESTDIR=$PKG install
 | 
					    # rm legacy migration script (cinnamon 2.4) and its package dependency on python
 | 
				
			||||||
 | 
					    rm -rf "${PKG}"/usr/bin
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue