wok rev 25723
added recipe for xfce4-mixer-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sat Aug 17 16:43:37 2024 +0100 (2 months ago) |
parents | 798800e605d4 |
children | 7b4c7e8944cd |
files | xfce4-genmon-plugin/receipt xfce4-mixer-lang/receipt xfce4-mixer/receipt |
line diff
1.1 --- a/xfce4-genmon-plugin/receipt Sat Aug 17 16:25:08 2024 +0100 1.2 +++ b/xfce4-genmon-plugin/receipt Sat Aug 17 16:43:37 2024 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 SUGGESTED="xfce4-genmon-plugin-lang" 1.5 DEPENDS="gdk-pixbuf gtk+ libxfcegui4 libxfce4ui startup-notification 1.6 xcb-util xfce4-panel" 1.7 -BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libxfcegui4-dev libxfce4ui-dev 1.8 +BUILD_DEPENDS="file gdk-pixbuf-dev gtk+-dev libxfcegui4-dev libxfce4ui-dev 1.9 pkg-config startup-notification-dev xcb-util-dev xfce4-panel-dev" 1.10 1.11 # Rules to configure and make the package.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xfce4-mixer-lang/receipt Sat Aug 17 16:43:37 2024 +0100 2.3 @@ -0,0 +1,17 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xfce4-mixer-lang" 2.7 +VERSION="4.10.0" 2.8 +CATEGORY="localization" 2.9 +SHORT_DESC="Xfce Audio Mixer - localised messages." 2.10 +MAINTAINER="maintainer@slitaz.org" 2.11 +LICENSE="GPL2" 2.12 +WEB_SITE="https://www.xfce.org" 2.13 + 2.14 +WANTED="xfce4-mixer" 2.15 + 2.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.17 +genpkg_rules() 2.18 +{ 2.19 + cook_copy_folders locale 2.20 +}
3.1 --- a/xfce4-mixer/receipt Sat Aug 17 16:25:08 2024 +0100 3.2 +++ b/xfce4-mixer/receipt Sat Aug 17 16:43:37 2024 +0100 3.3 @@ -6,15 +6,17 @@ 3.4 SHORT_DESC="Xfce Audio Mixer" 3.5 MAINTAINER="erjo@slitaz.org" 3.6 LICENSE="GPL2" 3.7 +WEB_SITE="https://www.xfce.org" 3.8 + 3.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.10 -WEB_SITE="https://www.xfce.org" 3.11 WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 3.12 3.13 -DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base startup-notification 3.14 - util-linux-uuid libunique" 3.15 -BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev xfce4-panel-dev 3.16 - gst-plugins-base-dev intltool libxfce4ui-dev gstreamer-dev startup-notification-dev \ 3.17 - util-linux-uuid-dev libxml2-dev libunique-dev xcb-util-dev" 3.18 +SUGGESTED="xfce4-mixer-lang" 3.19 +DEPENDS="gst-plugins-base gtk+ libunique libxfce4util startup-notification 3.20 + util-linux-uuid xfce4-panel xfconf" 3.21 +BUILD_DEPENDS="gst-plugins-base-dev gstreamer-dev gtk+-dev intltool libunique-dev 3.22 + libxfce4ui-dev libxfce4util-dev libxml2-dev startup-notification-dev 3.23 + util-linux-uuid-dev xcb-util-dev xfce4-panel-dev xfconf-dev" 3.24 3.25 # What is the latest version available today? 3.26 current_version() 3.27 @@ -27,22 +29,25 @@ 3.28 # Rules to configure and make the package. 3.29 compile_rules() 3.30 { 3.31 - cd $src 3.32 - ./configure --prefix=/usr \ 3.33 - --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \ 3.34 - make && make DESTDIR=$DESTDIR install 3.35 + ./configure \ 3.36 + --prefix=/usr \ 3.37 + --libexecdir=/usr/lib/$PACKAGE \ 3.38 + --enable-nls \ 3.39 + $CONFIGURE_ARGS && \ 3.40 + make && 3.41 + make install DESTDIR=$DESTDIR 3.42 } 3.43 3.44 # Rules to gen a SliTaz package suitable for Tazpkg. 3.45 genpkg_rules() 3.46 { 3.47 - mkdir -p $fs/usr/share/locale 3.48 + mkdir -p $fs/usr/share 3.49 3.50 - cp -a $install/usr/bin $fs/usr 3.51 - cp -a $install/usr/lib $fs/usr 3.52 - cp -a $install/usr/share/xfce4 $fs/usr/share 3.53 - cp -a $install/usr/share/pixmaps $fs/usr/share 3.54 - cp -a $install/usr/share/xfce4-mixer $fs/usr/share 3.55 + cook_copy_folders bin 3.56 + cook_copy_folders lib 3.57 + cp -a $install/usr/share/xfce4 $fs/usr/share 3.58 + cp -a $install/usr/share/pixmaps $fs/usr/share 3.59 + cp -a $install/usr/share/xfce4-mixer $fs/usr/share 3.60 3.61 rm -rf $fs/usr/share/xfce4-mixer/icons/hicolor/scalable 3.62