nemo
This commit is contained in:
parent
a61eef601f
commit
52aa4d208b
|
@ -7,8 +7,7 @@
|
|||
isim=nemo
|
||||
surum=3.8.2
|
||||
devir=1
|
||||
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz
|
||||
libnemo-fileroller.so)
|
||||
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
|
||||
|
||||
derle() {
|
||||
cd $isim-$surum
|
||||
|
@ -26,7 +25,6 @@ derle() {
|
|||
DESTDIR="${PKG}" ninja install
|
||||
|
||||
mkdir -p $PKG/usr/lib/nemo/extensions-3.0
|
||||
mv $SRC/libnemo-fileroller.so $PKG/usr/lib/nemo/extensions-3.0/
|
||||
sed -i 's/Run Nemo with elevated privileges/Nemoyu yükseltilmiş ayrıcalıklarla çalıştır/g' $PKG/usr/share/polkit-1/actions/org.nemo.root.policy
|
||||
sed -i 's/Please enter your password to run Nemo as root/Nemoyu kök olarak çalıştırmak için lütfen şifrenizi girin/g' $PKG/usr/share/polkit-1/actions/org.nemo.root.policy
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue