wok-next annotate lxlauncher/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 5669e8b3be70
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pankso@796 2
gokhlayeh@8887 3 PACKAGE="lxlauncher"
al@20969 4 VERSION="0.2.5"
gokhlayeh@8887 5 CATEGORY="x-window"
al@17992 6 SHORT_DESC="LXDE launcher for netbooks"
pascal@14999 7 LICENSE="GPL3"
al@21020 8 MAINTAINER="devel@slitaz.org"
al@20534 9 WEB_SITE="https://wiki.lxde.org/en/LXLauncher"
al@20534 10
al@17988 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pankso@796 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
pankso@796 13
al@21078 14 BUILD_DEPENDS="libx11-dev gtk2-dev gnome-menus gnome-menus-dev \
al@21078 15 menu-cache-dev startup-notification-dev startup-notification libxcb-dev \
pascal@19891 16 intltool"
pascal@14999 17
al@20534 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
gokhlayeh@8887 20 make &&
al@20969 21 make install || return 1
al@20534 22
al@20534 23 # SliTaz homemade config file
al@20534 24 install -Dm644 $stuff/gtkrc $install/etc/xdg/lxlauncher/gtkrc
pankso@796 25 }
pankso@796 26
al@20534 27 genpkg_rules() {
al@20534 28 copy @std
al@21105 29 DEPENDS="libcairo gdk-pixbuf glib gtk2 menu-cache startup-notification \
al@21078 30 libx11 gnome-menus"
al@20534 31 TAGS="LXDE netbook"
pankso@796 32 }