mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 02:42:19 +01:00
28 lines
645 B
Plaintext
28 lines
645 B
Plaintext
# Description: Automatic management of removable drives and media for Thunar
|
|
# URL: https://www.xfce.org
|
|
# Maintainer: jolupa, jolupameister at gmail dot com
|
|
# Depends on: exo libgudev libxfce4ui libnotify startup-notification gvfs xfce-polkit
|
|
|
|
name=thunar-volman
|
|
version=0.9.5
|
|
release=2
|
|
source=(http://archive.xfce.org/src/xfce/thunar-volman/0.9/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--libexecdir=/usr/lib/$name \
|
|
--disable-static \
|
|
--disable-gtk-doc \
|
|
--disable-gtk2 \
|
|
--enable-gtk3
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
#rm -r $PKG/usr/share/locale
|
|
}
|