ayarlama
This commit is contained in:
parent
c5f2c7663f
commit
df176e6bd3
|
@ -1,7 +1,7 @@
|
|||
# Description: Xfce için pulseaudio kullanan bir ses tuşları kontrol programı
|
||||
# URL: https://git.xfce.org/apps/xfce4-volumed-pulse
|
||||
# Packager: milisarge
|
||||
# Depends on: libnotify pulseaudio keybinder xfconf
|
||||
# Depends on: libnotify pulseaudio keybinder xfce4-conf
|
||||
|
||||
name=xfce4-volumed-pulse
|
||||
version=0.2.2
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
# Description: Basit bir istemci-sunucu yapılandırması depolama ve sorgu sistemi
|
||||
# URL: http://xfce.org/
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on: xfce4-libutil dbus-glib
|
||||
|
||||
name=xfconf
|
||||
version=4.12.0
|
||||
release=1
|
||||
source=(http://archive.xfce.org/xfce/4.12/src/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/xfce4 \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--with-perl-options=INSTALLDIRS="vendor" \
|
||||
--disable-debug
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share/gtk-doc
|
||||
find "$PKG" -name Xfconf.so -exec chrpath -d {} +
|
||||
}
|
Loading…
Reference in New Issue