wok diff lxlauncher/receipt @ rev 23152
updated lxsession (0.5.4 -> 0.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:46:05 2020 +0100 (2020-03-15) |
parents | 6e8b1bcb30e2 |
children | ee53899c6189 |
line diff
1.1 --- a/lxlauncher/receipt Thu Jan 24 11:33:03 2019 +0100 1.2 +++ b/lxlauncher/receipt Sun Mar 15 16:46:05 2020 +0100 1.3 @@ -1,19 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxlauncher" 1.7 -VERSION="0.2.4" 1.8 +VERSION="0.2.5" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="LXDE launcher for netbooks" 1.11 +TAGS="LXDE netbook" 1.12 +SHORT_DESC="LXDE launcher for netbooks." 1.13 LICENSE="GPL3" 1.14 MAINTAINER="pankso@slitaz.org" 1.15 +WEB_SITE="https://wiki.lxde.org/en/LXLauncher" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 -WEB_SITE="https://lxde.org/" 1.19 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.20 -TAGS="LXDE netbook" 1.21 1.22 -DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage" 1.23 -BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \ 1.24 -menu-cache-dev startup-notification-dev startup-notification libxcb-dev" 1.25 +DEPENDS="gnome-menus gtk+ menu-cache startup-notification \ 1.26 + xorg-libX11 xorg-libXdamage" 1.27 +BUILD_DEPENDS="gnome-menus gnome-menus-dev gtk+-dev libxcb-dev \ 1.28 + menu-cache-dev startup-notification \ 1.29 + startup-notification-dev xorg-libX11-dev" 1.30 1.31 # Rules to configure and make the package. 1.32 compile_rules() 1.33 @@ -24,11 +27,12 @@ 1.34 ## Default icons to 32 1.35 #sed -i s/'120'/'100'/ src/lxlauncher.c 1.36 #sed -i s/'48'/'32'/ src/lxlauncher.c 1.37 - ./configure \ 1.38 - --prefix=/usr \ 1.39 - --sysconfdir=/etc \ 1.40 + 1.41 + ./configure \ 1.42 + --prefix=/usr \ 1.43 + --sysconfdir=/etc \ 1.44 $CONFIGURE_ARGS && 1.45 - make && 1.46 + make -j 1 && 1.47 make DESTDIR=$DESTDIR install 1.48 } 1.49 1.50 @@ -37,11 +41,11 @@ 1.51 { 1.52 mkdir -p $fs/usr/share 1.53 1.54 - cp -a $install/usr/bin $fs/usr 1.55 + cp -a $install/usr/bin $fs/usr 1.56 1.57 # SliTaz home make config files 1.58 - cp -a $install/etc $fs 1.59 - cp -a $stuff/gtkrc $fs/etc/xdg/lxlauncher 1.60 + cp -a $install/etc $fs 1.61 + cp -a $stuff/gtkrc $fs/etc/xdg/lxlauncher 1.62 1.63 cp -a $install/usr/share/desktop-directories $fs/usr/share 1.64