commit e5dff64bff06620c4d126444f5adf728ddee1053 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Sep 25 20:13:22 2016 +1000 lxpanel: fix typo fix missing dependencies. move man pages #1276 diff --git a/lxpanel/.footprint b/lxpanel/.footprint index 41f5a27..1d05ab3 100644 --- a/lxpanel/.footprint +++ b/lxpanel/.footprint @@ -22,10 +22,6 @@ drwxr-xr-x root/root usr/lib/lxpanel/plugins/ -rwxr-xr-x root/root usr/lib/lxpanel/plugins/xkb.so drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/lxpanel.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/lxpanel.1.gz --rw-r--r-- root/root usr/man/man1/lxpanelctl.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/lxpanel/ drwxr-xr-x root/root usr/share/lxpanel/images/ @@ -202,3 +198,7 @@ drwxr-xr-x root/root usr/share/lxpanel/xkeyboardconfig/ -rw-r--r-- root/root usr/share/lxpanel/xkeyboardconfig/layouts.cfg -rw-r--r-- root/root usr/share/lxpanel/xkeyboardconfig/models.cfg -rw-r--r-- root/root usr/share/lxpanel/xkeyboardconfig/toggle.cfg +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/lxpanel.1.gz +-rw-r--r-- root/root usr/share/man/man1/lxpanelctl.1.gz diff --git a/lxpanel/Pkgfile b/lxpanel/Pkgfile index acd9f2a..6c60e49 100644 --- a/lxpanel/Pkgfile +++ b/lxpanel/Pkgfile @@ -1,8 +1,7 @@ # Description: desktop panel from lxde project # URL: http://lxde.org/ # Maintainer: James Mills, prologic at shortcircuit dot net dot au -# -# Depends on: gtk menu-cache xorg-libxdamage libwnck lxmenu-data +# Depends on: alsa-lib libwnck lxmenu-data menu-cache wireless-tools xorg-libxdamage name=lxpanel version=0.6.1 @@ -14,10 +13,9 @@ build() { CFLAGS+=' -lgmodule-2.0' ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --disable-nls + make make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale - chorn -R root:root $PKG }