wok-next annotate xfconf/receipt @ rev 21523
updated bluefish again (2.2.8 -> 2.2.11)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 14:02:46 2020 +0100 (2020-06-19) |
parents | e19ff076dc63 |
children |
rev | line source |
---|---|
al@20106 | 1 # SliTaz package receipt v2. |
erjo@4142 | 2 |
erjo@4142 | 3 PACKAGE="xfconf" |
al@21116 | 4 VERSION="4.13.6" |
erjo@4142 | 5 CATEGORY="x-window" |
al@20120 | 6 SHORT_DESC="Xfce configuration utility" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
al@21006 | 9 WEB_SITE="https://www.xfce.org/" |
al@20106 | 10 |
erjo@4142 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
slaxemulator@8289 | 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" |
al@21116 | 13 TARBALL_SHA1="e972e9f24508f8a435dd1d9230e0399a39773443" |
erjo@4142 | 14 |
al@21094 | 15 COOKOPTS="force-arch" # arch-specific paths |
al@21094 | 16 |
al@21116 | 17 BUILD_DEPENDS="intltool libxfce4util-dev dbus-dev \ |
al@20496 | 18 perl-extutils-depends perl-extutils-pkgconfig perl-glib perl-dev" |
al@21020 | 19 SPLIT="$PACKAGE-dev $PACKAGE-perl $PACKAGE" |
pascal@15000 | 20 |
al@21116 | 21 COPY_perl="/usr/lib/perl5/ @rm" |
al@21116 | 22 CAT_perl="perl|Perl bindings" |
al@21116 | 23 |
al@21116 | 24 DEPENDS_dev="$PACKAGE glib-dev" # use xfconf-perl separately if need |
al@21116 | 25 DEPENDS_perl="$PACKAGE glib perl" |
al@21116 | 26 DEPENDS_std="glib libxfce4util dbus" |
al@21116 | 27 |
al@21116 | 28 TAGS_std="Xfce" |
al@21116 | 29 |
al@20106 | 30 compile_rules() { |
al@20106 | 31 ./configure \ |
erjo@8025 | 32 --disable-debug \ |
al@20496 | 33 --disable-gtk-doc \ |
al@21116 | 34 --with-perl-options='INSTALLDIRS=vendor' \ |
al@20106 | 35 $CONFIGURE_ARGS && |
al@20496 | 36 fix libtool && |
al@20106 | 37 make && |
al@20106 | 38 make install || return 1 |
al@20106 | 39 |
al@21116 | 40 find $install -type f -exec chmod u+w '{}' \; # 444->644, 555->755 |
erjo@4142 | 41 } |