wok-next diff libfm-extra/receipt @ rev 21116
Update libxfce4util, xfconf, libxfce4ui
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jan 14 00:11:29 2019 +0200 (2019-01-14) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/libfm-extra/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/libfm-extra/receipt Mon Jan 14 00:11:29 2019 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="libfm-extra" 1.7 -VERSION="1.3.0.2" 1.8 +VERSION="1.3.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Library and other files required by menu-cache-gen" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -11,16 +11,19 @@ 1.13 REPOLOGY="libfm" 1.14 1.15 TARBALL="libfm-$VERSION.tar.xz" 1.16 -#WGET_URL="$SF_MIRROR/pcmanfm/$TARBALL" # SF download problems 1.17 WGET_URL="https://git.lxde.org/gitweb/?p=lxde/libfm.git;a=snapshot;h=$VERSION;sf=txz" 1.18 +TARBALL_SHA1="34dc0795e8a8a2dec735fdedc7b7cfc5412d8174" 1.19 1.20 BUILD_DEPENDS="automake gtk-doc libtool gettext-dev intltool glib-dev" 1.21 SPLIT="$PACKAGE-dev" 1.22 + 1.23 +DEPENDS_std="glib" 1.24 +DEPENDS_dev="$PACKAGE glib-dev" 1.25 + 1.26 SIBLINGS="libfm" 1.27 1.28 compile_rules() { 1.29 - # tarball from git.lxde.org requires this step 1.30 - [ -e "$src/configure" ] || ./autogen.sh 1.31 + ./autogen.sh 1.32 1.33 ./configure \ 1.34 --with-extra-only \ 1.35 @@ -31,16 +34,3 @@ 1.36 make && 1.37 make install 1.38 } 1.39 - 1.40 -genpkg_rules() { 1.41 - case $PACKAGE in 1.42 - libfm-extra) 1.43 - copy @std 1.44 - DEPENDS="glib" 1.45 - ;; 1.46 - *-dev) 1.47 - copy @dev 1.48 - DEPENDS="libfm-extra glib-dev" 1.49 - ;; 1.50 - esac 1.51 -}