aivee |
|
Темы:
9
Сообщения:
54
Участник с: 15 декабря 2008
|
На ауре cairo-dock-plug-ins не поддерживается. Отредактировал PKGBUILD'ы: cairo-dock-core: # Contributor: snoopy33 pkgname=cairo-dock pkgver=2.1.3 subversion=9 pkgrel=1 pkgdesc="A light eye-candy fully themable animated dock for any Linux desktop. It has a family-likeness with OSX dock, but with more options." url="https://launchpad.net/cairo-dock-core" license="GPL" arch=('i686' 'x86_64') depends=('cairo' 'librsvg' 'dbus-glib' 'gtkglext') makedepends=('autoconf' 'intltool' 'automake' 'libtool' 'pkgconfig' 'gettext' 'inputproto') options=('!libtool') source=(http://launchpad.net/$pkgname-core/2.1/$pkgver/+download/$pkgname-$pkgver-$subversion.tar.gz) build() { cd $srcdir/$pkgname-$pkgver-$subversion autoreconf -isvf ||return 1 ./configure --prefix=/usr --disable-static ||return 1 make ||return 1 make install DESTDIR=$pkgdir ||return 1 } md5sums=('f4b7f78770696b36efaa346df0bfa7d2') cairo-dock-plug-ins: # Contributor: zhuqin <[email protected]> # Contributor: tri1976 <[email protected]> # Contributor: snoopy33 pkgname=cairo-dock-plug-ins _pkgname=cairo-dock-plugins pkgver=2.1.3 pkgrel=1 subversion=9 pkgdesc="Plugins for cairo-dock" url="https://launchpad.net/cairo-dock" license="GPL" arch=('i686' 'x86_64') depends=('cairo-dock'=$pkgver 'libxxf86vm' 'vte' 'alsa-lib') makedepends=('autoconf' 'automake' 'intltool' 'pkgconfig' 'libtool') options=('!libtool') source=(http://launchpad.net/$pkgname/2.1/$pkgver/+download/$_pkgname-$pkgver-$subversion.tar.gz) build() { cd $srcdir/$_pkgname-$pkgver-$subversion autoreconf -isvf ||return 1 ./configure --prefix=/usr || return 1 # Available options: --disable-old-gnome-integration #--disable-gnome-integration \ # Enable Gnome>=2.22 integration (default=yes) #--disable-xfce-integration \ # Enable XFCE integration (default=yes) #--disable-alsa-mixer \ # Enable Alsa-Mixer applet (default=yes) #--disable-terminal \ # Enable Terminal applet (default=yes) #--disable-powermanager \ # Enable PowerManager applet (default=yes) #--disable-wifi \ # Enable Wifi applet (default=yes) #--disable-tomboy \ # Enable Tomboy applet (default=yes) #--disable-rhythmbox \ # Enable Rhythmbox applet (default=yes) #--disable-nvidia\ # Enable nVidia applet (default=yes) #--disable-compiz-icon \ # Enable Compiz-Icon applet (default=yes) #--disable-xgamma \ # Enable Xgamma applet (default=yes) #--disable-gmenu \ # Enable GMenu applet (default=yes) #--enable-gio-in-gmenu \ # Use gio in GMenu (default=no) #--enable-mail \ # Enable Mail applet (default=no) #--disable-weblets \ # Enable Weblets applet (default=yes) #--disable-exif \ # for auto-rotating pictures in Slider (default=yes) #--disable-keyboard-indicator \ # Enable keyboard-indicator applet (default=yes) make ||return 1 make install DESTDIR=$pkgdir ||return 1 } md5sums=('80dd8c3870c6e1e80a0acfbfc8430c8c') Собрал эти пакеты, установил. Запускаю cairo-dock и он мне выдает, что плагины не установлены и без плагинов он не может работать, поэтому выходит. pacman -Qqe | grep cairo cairo-dock cairo-dock-plug-ins |
aivee |
|
Темы:
9
Сообщения:
54
Участник с: 15 декабря 2008
|
Сранно, мне yaourt устанавливал пакет с пустыми файлами, т. е. все бинарники были размером 0 байт. Пришлось все это дело чистить, так как пакман удалил пакеты из БД а файлы оставил на месте. Сейчас установил через makepkg и все нормально, кроме того что этот cairo-dock жутко выглядит. Вернусь на docky. |