wok rev 21644

updated orage (4.8.1 -> 4.12.1)
author Hans-G?nter Theisgen
date Thu May 30 08:28:26 2019 +0100 (2019-05-30)
parents b268d1ae0b76
children 79721c381319
files orage/receipt
line diff
     1.1 --- a/orage/receipt	Thu May 30 08:00:19 2019 +0100
     1.2 +++ b/orage/receipt	Thu May 30 08:28:26 2019 +0100
     1.3 @@ -1,45 +1,46 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="orage"
     1.7 -VERSION="4.8.1"
     1.8 +VERSION="4.12.1"
     1.9  CATEGORY="office"
    1.10 -SHORT_DESC="Xfce calendar"
    1.11 +TAGS="office"
    1.12 +SHORT_DESC="Xfce calendar."
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="https://git.xfce.org/apps/orage/about/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="https://www.xfce.org"
    1.19 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20 -TAGS="office"
    1.21 +WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.22  
    1.23 -DEPENDS="libxfcegui4 libnotify dbus atk libgio pango cairo libnotify \
    1.24 -xfce4-panel popt"
    1.25 -BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev \
    1.26 -intltool popt-dev gtk+-dev"
    1.27 +DEPENDS="atk dbus cairo libgio libnotify libxfcegui4 pango popt xfce4-panel"
    1.28 +BUILD_DEPENDS="dbus-dev gtk+-dev intltool libnotify-dev libxfcegui4-dev \
    1.29 +	popt-dev xfce4-panel-dev"
    1.30  
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34 -        cd $src
    1.35 -        ./configure \
    1.36 -                --prefix=/usr \
    1.37 -                --enable-dbus \
    1.38 -                --enable-libnotify \
    1.39 -				--libexecdir=/usr/lib/$PACKAGE \
    1.40 +	./configure				\
    1.41 +                --prefix=/usr			\
    1.42 +                --enable-dbus			\
    1.43 +                --enable-libnotify		\
    1.44 +		--libexecdir=/usr/lib/$PACKAGE	\
    1.45                  $CONFIGURE_ARGS &&
    1.46 -        make && make DESTDIR=$DESTDIR install
    1.47 +	make &&
    1.48 +	make DESTDIR=$DESTDIR install
    1.49  }
    1.50  
    1.51  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.52  genpkg_rules()
    1.53  {
    1.54 -        mkdir -p $fs/usr/share
    1.55 -        cp -a $install/usr/bin $fs/usr
    1.56 -        cp -a $install/usr/lib $fs/usr
    1.57 -        cp -a $install/usr/share/applications $fs/usr/share
    1.58 -        cp -a $install/usr/share/xfce4 $fs/usr/share
    1.59 -        cp -a $install/usr/share/orage $fs/usr/share
    1.60 -        cp -a $install/usr/share/orage $fs/usr/share
    1.61 -        cp -a $install/usr/share/dbus-1 $fs/usr/share
    1.62 -        cp -a $install/usr/share/icons $fs/usr/share
    1.63 +	mkdir -p $fs/usr/share
    1.64 +
    1.65 +	cp -a $install/usr/bin			$fs/usr
    1.66 +	cp -a $install/usr/lib			$fs/usr
    1.67 +	cp -a $install/usr/share/applications	$fs/usr/share
    1.68 +	cp -a $install/usr/share/xfce4		$fs/usr/share
    1.69 +	cp -a $install/usr/share/orage		$fs/usr/share
    1.70 +	cp -a $install/usr/share/orage		$fs/usr/share
    1.71 +	cp -a $install/usr/share/dbus-1		$fs/usr/share
    1.72 +	cp -a $install/usr/share/icons		$fs/usr/share
    1.73  }
    1.74