unrar
This commit is contained in:
parent
d3e83df82f
commit
8fd12eb6ff
|
@ -1,3 +1,5 @@
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
update-desktop-database -q
|
update-desktop-database -q
|
||||||
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
||||||
|
ln -s /usr/lib/file-roller/isoinfo.sh /usr/bin/
|
||||||
|
ln -s /usr/lib/file-roller/rpm2cpio /usr/bin/
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Description: Arsiv dosyalari olusturmak ve duzenlemek icin bir arac
|
# Description: Arsiv dosyalari olusturmak ve duzenlemek icin bir arac
|
||||||
# URL: http://www.gnome.org
|
# URL: http://www.gnome.org
|
||||||
# Packager: milisarge@gmail.com
|
# Packager: milisarge
|
||||||
# Depends on: desktop-file-utils gtk3 hicolor-icon-theme dconf itstool libarchive file json-glib libnotify unrar p7zip
|
# Depends on: desktop-file-utils gtk3 hicolor-icon-theme dconf itstool libarchive file json-glib libnotify unrar p7zip
|
||||||
|
|
||||||
name=file-roller
|
name=file-roller
|
||||||
version=3.16.4
|
version=3.24.1
|
||||||
release=1
|
release=1
|
||||||
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||||
--disable-packagekit \
|
--libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
|
||||||
--disable-static
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
chmod -v 0755 $PKG/usr/libexec/file-roller/isoinfo.sh
|
chmod -v 0755 $PKG/usr/lib/file-roller/isoinfo.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue