malfs mekanizma guncelleme

This commit is contained in:
milisbir 2016-03-18 23:16:01 +00:00
parent 6546e0eb7c
commit 07747a6b58
3 changed files with 34 additions and 0 deletions

10
bin/mps
View File

@ -191,6 +191,14 @@ paket_bilgi(){
}
yeniden_paketle(){
cd $1
bsdtar -r -f ../"$1".mps.tar .META
bsdtar -r -f ../"$1".mps.tar *
cd ..
lzip -9 "$1".mps.tar
}
derleme_listyap(){
bagimlist=`bagimlilar "$1"`
for bagim in $bagimlist;do
@ -576,6 +584,8 @@ ayarlar() {
paket_diskur_oto "$2" ;;
-iko|--pkko2)
paket_diskur_oto2 "$2" ;;
-pak|--paketle)
yeniden_paketle "$2" ;;
-os|--pkos)
if [ ! "$2" ]; then
ryaz 31 "silme listesi yok"

View File

@ -0,0 +1,3 @@
glib-compile-schemas /usr/share/glib-2.0/schemas
update-desktop-database -q
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -0,0 +1,21 @@
# Description: Create and modify archives
# URL: http://www.gnome.org
# Maintainer: http://linuxfromscratch.org/
# Packager: milisarge@gmail.com
# Depends on: desktop-file-utils gtk3 hicolor-icon-theme dconf itstool libarchive file json-glib libnotify unrar p7zip
name=file-roller
version=3.16.4
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-packagekit \
--disable-static
make
make DESTDIR=$PKG install
chmod -v 0755 $PKG/usr/libexec/file-roller/isoinfo.sh
}