# HG changeset patch # User Aleksej Bobylev # Date 1429742077 -10800 # Node ID c73f683146cfdf6dff0a8d34e059dfb56f216328 # Parent 6912134a3c3c9ea4057c103ef7c06c70bf84e93f Update LXDE stuff. diff -r 6912134a3c3c -r c73f683146cf lxappearance-obconf/receipt --- a/lxappearance-obconf/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxappearance-obconf/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="lxappearance-obconf" -VERSION="0.2.1" +VERSION="0.2.2" CATEGORY="x-window" SHORT_DESC="Openbox configuration plugin for LXappearance." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" WEB_SITE="http://lxde.org/" HOST_ARCH="i486 arm" DEPENDS="openbox lxappearance" BUILD_DEPENDS="openbox-dev libxcb-dev glib-dev libxml2-dev \ -fontconfig-dev gtk+-dev expat-dev util-linux-uuid-dev lxappearance-dev" +fontconfig-dev gtk+-dev expat-dev util-linux-uuid-dev lxappearance-dev \ +xorg-libXft-dev xorg-libSM-dev xorg-libXinerama-dev xorg-libXrandr-dev" # Rules to configure and make the package. compile_rules() @@ -30,5 +31,5 @@ mkdir -p $fs/usr/share cp -a $install/usr/lib $fs/usr cp -a $install/usr/share/lxappearance $fs/usr/share - rm -f $fs/usr/lib/lxappearance/*.*a + rm -f $fs/usr/lib/lxappearance/plugins/*.*a } diff -r 6912134a3c3c -r c73f683146cf lxde-icon-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxde-icon-theme/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="lxde-icon-theme" +VERSION="0.5.1" +CATEGORY="misc" +SHORT_DESC="LXDE icon theme" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL3" +WEB_SITE="http://www.lxde.org/" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="coreutils" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r 6912134a3c3c -r c73f683146cf lxinput/receipt --- a/lxinput/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxinput/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="lxinput" -VERSION="0.3.2" +VERSION="0.3.4" CATEGORY="x-window" SHORT_DESC="LXDE input manager (Keyboard and mouse settings)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" WEB_SITE="http://lxde.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${VERSION}/$TARBALL" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="gtk+" diff -r 6912134a3c3c -r c73f683146cf lxlauncher/receipt --- a/lxlauncher/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxlauncher/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="lxlauncher" -VERSION="0.2.1" +VERSION="0.2.4" CATEGORY="x-window" SHORT_DESC="LXDE desktop launcher." LICENSE="GPL3" MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" @@ -17,16 +17,15 @@ # Rules to configure and make the package. compile_rules() { - cd $src - export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" - # Fix infinite loop. - touch po/stamp-it - # Default icons to 32 - sed -i s/'120'/'100'/ src/lxlauncher.c - sed -i s/'48'/'32'/ src/lxlauncher.c + #export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" + ## Fix infinite loop. + #touch po/stamp-it + ## Default icons to 32 + #sed -i s/'120'/'100'/ src/lxlauncher.c + #sed -i s/'48'/'32'/ src/lxlauncher.c ./configure \ --prefix=/usr \ - --mandir=/usr/share/man \ + --sysconfdir=/etc \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -35,14 +34,21 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/lxlauncher + mkdir -p $fs/usr/share + cp -a $install/usr/bin $fs/usr + # SliTaz home make config files - cp $stuff/gtkrc $fs/usr/share/lxlauncher + cp -a $install/etc $fs + cp -a $stuff/gtkrc $fs/etc/xdg/lxlauncher + + cp -a $install/usr/share/desktop-directories $fs/usr/share + #cp -a $stuff/background $fs/usr/share/lxlauncher #background="internet learn play settings work" #for i in $background; do # ln -sf slitaz.jpg $fs/usr/share/lxlauncher/background/accessibility_${i}_wallpaper.jpg #done + chown -R root.root $fs } diff -r 6912134a3c3c -r c73f683146cf lxmenu-data/receipt --- a/lxmenu-data/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxmenu-data/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="lxmenu-data" -VERSION="0.1.2" +VERSION="0.1.4" CATEGORY="x-window" SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE." MAINTAINER="rcx@zoominternet.net" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu" diff -r 6912134a3c3c -r c73f683146cf lxsession/receipt --- a/lxsession/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxsession/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,25 +1,22 @@ # SliTaz package receipt. PACKAGE="lxsession" -VERSION="0.4.6.1" +VERSION="0.5.2" CATEGORY="x-window" SHORT_DESC="LXDE X session manager." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="http://wiki.lxde.org/en/LXSession" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lxde/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="gtk+ dbus" -BUILD_DEPENDS="gtk+-dev dbus-dev" - -# next lxsession-0.4.9.2 require gee-1.0 +BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev libunique-dev polkit-dev vala" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --sysconfdir=/etc \ $CONFIGURE_ARGS && @@ -29,11 +26,11 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr \ - $fs/etc/xdg/lxsession/LXDE + mkdir -p $fs/usr/share + cp -a $install/etc $fs cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share # Use SliTaz Icon them for lxsession-logout - #cp -a $install/usr/share/lxsession $fs/usr/share - cp -a $stuff/desktop.conf $fs/etc/xdg/lxsession/LXDE + cp -a $install/usr/share/lxsession $fs/usr/share chown -R 0.0 $fs } diff -r 6912134a3c3c -r c73f683146cf lxshortcut/receipt --- a/lxshortcut/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxshortcut/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxshortcut" -VERSION="0.1.1" +VERSION="0.1.2" CATEGORY="x-window" SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec." MAINTAINER="rcx@zoominternet.net" @@ -19,9 +19,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src - # Fix infinite loop. - touch po/stamp-it + ## Fix infinite loop. + #touch po/stamp-it ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r 6912134a3c3c -r c73f683146cf lxtask/receipt --- a/lxtask/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxtask/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="lxtask" -VERSION="0.1.4" +VERSION="0.1.6" CATEGORY="system-tools" SHORT_DESC="System task manager with a nice GTK interface." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://lxde.sourceforge.net/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" HOST_ARCH="i486 arm" @@ -28,4 +28,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } - diff -r 6912134a3c3c -r c73f683146cf lxtask/stuff/lxtask.desktop --- a/lxtask/stuff/lxtask.desktop Wed Apr 22 11:58:12 2015 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Task Manager -Name[fr]=Gestionnaire de tâches -Name[pt]=Gerenciador de Processos -Name[pt_BR]=Gerenciador de Processos -Name[ru]=Диспетчер задач -Name[zh_TW]=工作管理員 -GenericName=Process manager -GenericName[ru]=Менеджер процессов -GenericName[zh_TW]=工作管理員 -Comment=Manage running processes -Comment[ru]=Управление запущенными процессами -Comment[zh_TW]=管理執行中的程式 -Exec=lxtask -Icon=lxtask -StartupNotify=true -Categories=GTK;System;Monitor; diff -r 6912134a3c3c -r c73f683146cf lxterminal-locales/receipt --- a/lxterminal-locales/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxterminal-locales/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxterminal-locales" -VERSION="0.1.11" +VERSION="0.2.0" CATEGORY="utilities" SHORT_DESC="LXDE X Terminal emulator locales." MAINTAINER="gokhlayeh@slitaz.org" diff -r 6912134a3c3c -r c73f683146cf lxterminal/receipt --- a/lxterminal/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/lxterminal/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxterminal" -VERSION="0.1.11" +VERSION="0.2.0" CATEGORY="utilities" SHORT_DESC="LXDE X Terminal emulator." MAINTAINER="gokhlayeh@slitaz.org" @@ -9,7 +9,7 @@ SUGGESTED="lxterminal-locales" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.org" -WGET_URL="http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20$VERSION/$TARBALL" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" TAGS="terminal" DEPENDS="vte gtk+" @@ -18,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ @@ -36,6 +35,5 @@ # Remove man & locales rm -rf $fs/usr/share/man - rm -rf $fs/usr/share/locale + rm -rf $fs/usr/share/locale } - diff -r 6912134a3c3c -r c73f683146cf menu-cache-dev/receipt --- a/menu-cache-dev/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/menu-cache-dev/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="menu-cache-dev" -VERSION="1.0.0-rc1" +VERSION="1.0.0" CATEGORY="development" SHORT_DESC="Library used to read freedesktop.org menus (development)" MAINTAINER="pankso@slitaz.org" diff -r 6912134a3c3c -r c73f683146cf menu-cache/receipt --- a/menu-cache/receipt Wed Apr 22 11:58:12 2015 +0300 +++ b/menu-cache/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -1,23 +1,22 @@ # SliTaz package receipt. PACKAGE="menu-cache" -VERSION="1.0.0-rc1" +VERSION="1.0.0" CATEGORY="x-window" SHORT_DESC="Library used to read freedesktop.org menus" MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://github.com/lxde/menu-cache" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="glib glibc-base libffi libfm libgio pcre zlib" # slitaz-menus ? -BUILD_DEPENDS="wget cacerts automake gtk-doc libtool libfm-dev" +BUILD_DEPENDS="gtk-doc libtool libfm-dev" # Rules to configure and make the package. compile_rules() { - ./autogen.sh && ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff -r 6912134a3c3c -r c73f683146cf slitaz-icons-nuovext/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/slitaz-icons-nuovext/receipt Thu Apr 23 01:34:37 2015 +0300 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="slitaz-icons-nuovext" +VERSION="20150422" +CATEGORY="misc" +SHORT_DESC="SliTaz icon set based on the nuoveXT2 icons" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="http://www.slitaz.org/" + +WANTED="lxde-icon-theme" +BUILD_DEPENDS="make-slitaz-icons" + +# Rules to compile and makethe package. +compile_rules() { + mksit.sh \ + -f $install/usr/share/icons/nuoveXT2 \ + -t $fs/usr/share/icons/SliTaz-nuoveXT2 \ + -opmax -nocolor +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + : +}