# HG changeset patch # User Pascal Bellard # Date 1388066430 0 # Node ID ccac84247b741995088c0a2860cf0397ad751494 # Parent 932e1f15ea41b2a12d4873472f9bbd78ee384c19 Moved to wok: bullet bullet-dev connman-ui cplay dconf dconf-dev dfc dnstop efl efl-dev evolution-data-server evolution-data-server-dev goaccess granite granite-dev granite-demo l3afpad ldm marlin marlin-dev miniupnpd poppler-qt4-apps varka varka-dev vifm tmux-mem-cpu-load diff -r 932e1f15ea41 -r ccac84247b74 bullet-dev/receipt --- a/bullet-dev/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="bullet-dev" -VERSION="2.82-r2704" -CATEGORY="development" -SHORT_DESC="3D Real-Time Multiphysics Library - devel" -MAINTAINER="domcox@slitaz.org" -LICENSE="zlib/libpng" -WEB_SITE="http://bulletphysics.org" -WANTED="bullet" - -DEPENDS="bullet" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 932e1f15ea41 -r ccac84247b74 bullet/receipt --- a/bullet/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="bullet" -VERSION="2.82-r2704" -CATEGORY="graphics" -SHORT_DESC="3D Real-Time Multiphysics Library" -MAINTAINER="domcox@slitaz.org" -LICENSE="zlib/libpng" -WEB_SITE="http://bulletphysics.org" -TARBALL="$PACKAGE-$VERSION.tgz" -WGET_URL="http://bullet.googlecode.com/files/$TARBALL" - -DEPENDS="mesa freeglut" -BUILD_DEPENDS="cmake mesa-dev freeglut-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd build - cmake .. \ - -DBUILD_CPU_DEMOS=OFF \ - -DBUILD_DEMOS=OFF \ - -DBUILD_SHARED_LIBS=ON \ - -DCMAKE_INSTALL_PREFIX=/usr && - make $MAKEFLAGS && - make install DESTDIR=$install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib -} diff -r 932e1f15ea41 -r ccac84247b74 connman-ui/receipt --- a/connman-ui/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="connman-ui" -VERSION="0.1-git" -CATEGORY="network" -SHORT_DESC="A full-featured GTK based trayicon UI for ConnMan" -MAINTAINER="domcox@slitaz.org" -LICENSE="GPL2" -WEB_SITE="http://github.com/tbursztyka/connman-ui" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="git|git://github.com/tbursztyka/$PACKAGE.git" - -DEPENDS="connman dbus gtk+3" -BUILD_DEPENDS="git autoconf automake libtool connman-dev gtk+3-dev dbus-dev \ -libxml2-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./autogen.sh && - ./configure $CONFIGURE_ARGS && - # remove Exite menu - cp -a $stuff/right_menu.ui $src/data/ui && - # change some icons - cp -a $stuff/icons/*.png $src/data/icons && - make && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r 932e1f15ea41 -r ccac84247b74 connman-ui/stuff/icons/cellular.png Binary file connman-ui/stuff/icons/cellular.png has changed diff -r 932e1f15ea41 -r ccac84247b74 connman-ui/stuff/icons/ethernet.png Binary file connman-ui/stuff/icons/ethernet.png has changed diff -r 932e1f15ea41 -r ccac84247b74 connman-ui/stuff/icons/network_disconnected.png Binary file connman-ui/stuff/icons/network_disconnected.png has changed diff -r 932e1f15ea41 -r ccac84247b74 connman-ui/stuff/icons/network_online.png Binary file connman-ui/stuff/icons/network_online.png has changed diff -r 932e1f15ea41 -r ccac84247b74 connman-ui/stuff/icons/network_ready.png Binary file connman-ui/stuff/icons/network_ready.png has changed diff -r 932e1f15ea41 -r ccac84247b74 connman-ui/stuff/icons/tethering.png Binary file connman-ui/stuff/icons/tethering.png has changed diff -r 932e1f15ea41 -r ccac84247b74 connman-ui/stuff/right_menu.ui --- a/connman-ui/stuff/right_menu.ui Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,75 +0,0 @@ - - - - - True - False - gtk-yes - - - True - False - gtk-no - - - True - False - gtk-network - - - False - - - Airplane Mode - False - True - False - unset airplane mode - image1 - False - - - - - Airplane Mode - False - True - False - set airplane mode - image2 - False - - - - - False - True - False - - - - - False - True - False - - - - - Share connection - False - True - False - Share your connection (tethering) - image3 - False - - - True - False - - - - - - diff -r 932e1f15ea41 -r ccac84247b74 cplay/receipt --- a/cplay/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="cplay" -VERSION="1.49" -CATEGORY="multimedia" -SHORT_DESC="Cplay is an ncurses front-end for various audio players." -MAINTAINER="paul@slitaz.org" -LICENSE="GPL2" -DEPENDS="python ncurses linux-sound" -BUILD_DEPENDS="python-dev ncurses-dev git bzip2 gettext" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://github.com/res0nat0r/cplay" -WGET_URL="git|"git://github.com/res0nat0r/cplay - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - make - make cplayrc -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin $fs/etc $fs/usr/share/doc/cplay/examples - cp -a $src/cplay $fs/usr/bin - cp -a $src/cplayrc $fs/etc - # Copy locale cplay.mo files - for lang in da de hu pl; do - mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES - cp -a $src/po/$lang.mo \ - $fs/usr/share/locale/$lang/LC_MESSAGES/cplay.mo - done - # Copy remote control files - cp -a $src/lircrc $fs/usr/share/doc/cplay/examples -} - -post_install() -{ - echo "Processing post-install commands..." - echo -n "Modprobing snd-pcm-oss for legacy volume controls..." - modprobe snd-pcm-oss - status -} - diff -r 932e1f15ea41 -r ccac84247b74 dconf-dev/receipt --- a/dconf-dev/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="dconf-dev" -VERSION="0.13.0" -CATEGORY="development" -SHORT_DESC="Development files for dconf" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="LGPL2.1" -WEB_SITE="http://live.gnome.org/dconf" - -WANTED="dconf" -DEPENDS="dconf" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p \ - $fs/usr/lib \ - $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/share/vala $fs/usr/share -} diff -r 932e1f15ea41 -r ccac84247b74 dconf/receipt --- a/dconf/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="dconf" -VERSION="0.13.0" -CATEGORY="system-tools" -SHORT_DESC="A low-level configuration system" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="LGPL2.1" -WEB_SITE="http://live.gnome.org/dconf" -TARBALL="$PACKAGE-$VERSION.tar.xz" -HI_VERSION=$(echo $VERSION | cut -d. -f1,2) -WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL" - -DEPENDS="dbus gtk+3" -BUILD_DEPENDS="vala glib-dev dbus-dev gtk+3-dev libxml2-dev" -GENERIC_MENUS="no" -GENERIC_PIXMAPS="no" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - $CONFIGURE_ARGS && - make && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p \ - $fs/usr/bin \ - $fs/usr/lib \ - $fs/usr/share - cp -a $install/usr/bin/dconf $fs/usr/bin - cp -a $install/usr/lib/gio $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/dconf-service $fs/usr/lib - cp -a $install/usr/share/dbus* $fs/usr/share - cp -a $install/usr/share/glib* $fs/usr/share -} diff -r 932e1f15ea41 -r ccac84247b74 dfc/receipt --- a/dfc/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="dfc" -VERSION="3.0.4" -CATEGORY="utilities" -SHORT_DESC="Displays file system space usage using graphs and colors." -MAINTAINER="paul@slitaz.org" -LICENSE="BSD" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://projects.gw-computing.net/projects/dfc" -WGET_URL="http://projects.gw-computing.net/attachments/download/79/$TARBALL" - -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev cmake gettext" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - cmake . -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share $fs/etc - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/doc $fs/usr/share - cp -a $install/usr/share/locale $fs/usr/share - cp -a $install/usr/etc/* $fs/etc -} - diff -r 932e1f15ea41 -r ccac84247b74 dnstop/receipt --- a/dnstop/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="dnstop" -VERSION="20121017" -CATEGORY="network" -SHORT_DESC="Displays various tables of DNS traffic on your network." -MAINTAINER="paul@slitaz.org" -LICENSE="BSD" -DEPENDS="ncurses libpcap" -BUILD_DEPENDS="ncurses-dev libpcap-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://dns.measurement-factory.com/tools/dnstop" -WGET_URL="$WEB_SITE/src/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr - make -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin - cp -a $src/$PACKAGE $fs/usr/bin -} - diff -r 932e1f15ea41 -r ccac84247b74 efl-dev/receipt --- a/efl-dev/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="efl-dev" -VERSION="1.8.3" -CATEGORY="development" -SHORT_DESC="EFL library - Devel files." -MAINTAINER="domcox@slitaz.org" -LICENSE="LGPL2.1" -WANTED="efl" -WEB_SITE="http://www.enlightenment.org/" - -DEPENDS="efl gstreamer-dev gst-plugins-base-dev check-dev -util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev -jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev -xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev -mesa-dev util-linux-uuid-dev libxml2-dev" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/cmake $fs/usr/lib -} diff -r 932e1f15ea41 -r ccac84247b74 efl/receipt --- a/efl/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="efl" -VERSION="1.8.3" -CATEGORY="base-system" -SHORT_DESC="EFL Core data structure library." -MAINTAINER="domcox@slitaz.org" -LICENSE="LGPL2.1" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.enlightenment.org/" -WGET_URL="http://download.enlightenment.org/rel/libs/$PACKAGE/$TARBALL" -TAGS="e enlightenment efl" - -DEPENDS="gstreamer gst-plugins-base -util-linux-mount util-linux-blkid udev openssl dbus -libjpeg fribidi giflib tiff libsndfile lua -xorg-libXp xorg-libXScrnSaver mesa bullet util-linux-uuid" - -BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev check-dev -util-linux-mount-dev util-linux-blkid-dev udev-dev openssl-dev dbus-dev -jpeg-dev fribidi-dev giflib-dev tiff-dev libsndfile-dev lua-dev -xorg-libXp-dev xorg-printproto xorg-scrnsaverproto xorg-libXScrnSaver-dev -mesa-dev util-linux-uuid-dev libxml2-dev -autoconf automake" - -# Rules to configure and make the package. -compile_rules() -{ - autoreconf -v && - ./configure \ - --disable-static \ - --disable-doc \ - --disable-pulseaudio \ - --disable-physics \ - $CONFIGURE_ARGS && - make && make -j1 install DESTDIR=$install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/e* $fs/usr/lib - cp -a $install/usr/share $fs/usr/ -} diff -r 932e1f15ea41 -r ccac84247b74 evolution-data-server-dev/receipt --- a/evolution-data-server-dev/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="evolution-data-server-dev" -VERSION="2.28.1" -CATEGORY="development" -SHORT_DESC="Integrated mail, addressbook and calendaring, server developement files." -MAINTAINER="erjo@slitaz.org" -LICENSE="LGPL2" -WEB_SITE="http://projects.gnome.org/evolution/download.shtml" -WANTED="evolution-data-server" - -DEPENDS="evolution-data-server" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $instal/usr/lib/evolution-data-server-1.2 $fs/usr/lib - - # Clean unwated files - cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; - -} - diff -r 932e1f15ea41 -r ccac84247b74 evolution-data-server/receipt --- a/evolution-data-server/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="evolution-data-server" -VERSION="2.28.1" -CATEGORY="network" -SHORT_DESC="Integrated mail, addressbook and calendaring, server." -MAINTAINER="erjo@slitaz.org" -LICENSE="LGPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://projects.gnome.org/evolution/download.shtml" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL" - -DEPENDS="libgnomeui libsoup" -BUILD_DEPENDS="libglade-dev libsoup-dev gtk+-dev ORBit2-dev libbonobo-dev GConf-dev libical-dev - firefox-dev db-dev libxcb-dev popt-dev bison flex glib-dev sqlite-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --libexecdir=/usr/lib/evolution-data-server-1.2 \ - --mandir=/usr/share/man \ - --without-weather \ - --enable-ipv6=no \ - --enable-libdb \ - --with-db=/usr/lib \ - --with-nspr-include=/usr/include/firefox-3.5.3/stable \ - --with-nspr-libs=/usr/lib/firefox-devel-3.5.3/sdk/lib \ - $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/usr/share - - cp -a $install/usr/share/pixmaps $fs/usr/share - cp -a $install/usr/share/evolution-data-server-2.28 $fs/usr/share - cp -a $install/usr/share/idl $fs/usr/share - - cp -a $install/usr/lib/bonobo $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/evolution-data-server-1.2 $fs/usr/lib - - # Clean unwated files - cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; - - # Stripping all - find . -name "*.so" -exec strip -s {} \; - -} - diff -r 932e1f15ea41 -r ccac84247b74 goaccess/receipt --- a/goaccess/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="goaccess" -VERSION="0.6.1" -CATEGORY="network" -SHORT_DESC="Visual web log analyzer." -MAINTAINER="paul@slitaz.org" -LICENSE="GPL2" -DEPENDS="ncurses geoip" -BUILD_DEPENDS="ncurses-dev geoip-dev glib-dev pkg-config" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://goaccess.prosoftcorp.com/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr --enable-geoip --enable-utf8 - # hack for curses.h path - mkdir /usr/include/ncursesw && ln -s /usr/include/curses.h /usr/include/ncursesw/curses.h - make - make DESTDIR=$DESTDIR install - # and remove hack - rm -rf /usr/include/ncursesw - -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr -} - diff -r 932e1f15ea41 -r ccac84247b74 granite-demo/receipt --- a/granite-demo/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="granite-demo" -VERSION="0.2.1" -CATEGORY="development" -SHORT_DESC="Demo for granite" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="LGPL3" -WEB_SITE="https://launchpad.net/granite" - -WANTED="granite" -DEPENDS="granite" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr -} - diff -r 932e1f15ea41 -r ccac84247b74 granite-demo/stuff/granite-demo.desktop --- a/granite-demo/stuff/granite-demo.desktop Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Granite demo -Exec=granite-demo -Icon=application-menu -Terminal=false -StartupNotify=true -Categories=Development; diff -r 932e1f15ea41 -r ccac84247b74 granite-dev/receipt --- a/granite-dev/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="granite-dev" -VERSION="0.2.1" -CATEGORY="development" -SHORT_DESC="Development files for granite" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="LGPL3" -WEB_SITE="https://launchpad.net/granite" - -WANTED="granite" -DEPENDS="granite" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p \ - $fs/usr/lib \ - $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/girepository* $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/share/gir* $fs/usr/share - cp -a $install/usr/share/vala $fs/usr/share -} - diff -r 932e1f15ea41 -r ccac84247b74 granite/description.txt --- a/granite/description.txt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Granite is an extension of GTK. Among other things, it provides the -commonly-used widgets such as modeswitchers, welcome screens, AppMenus, search -bars, and more found in elementary apps. diff -r 932e1f15ea41 -r ccac84247b74 granite/receipt --- a/granite/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="granite" -VERSION="0.2.1" -CATEGORY="system-tools" -SHORT_DESC="A development library for elementary development" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="LGPL3" -WEB_SITE="https://launchpad.net/granite" -BRANCH="535" -TARBALL="$PACKAGE-$BRANCH.tar.bz2" -WGET_URL="bzr|lp:granite" - -DEPENDS="gtk+3 libgee" -BUILD_DEPENDS="bazaar cmake vala gtk+3-dev libgio-dev glib-dev libgee-dev \ -gobject-introspection-dev" - -# Rules to configure and make the package. -compile_rules() -{ - # gee-1.0 is old while gee-0.8 is latest ;) - sed -i 's|gee-1.0|gee-0.8|g; s|Gee-1.0|Gee-0.8|g' \ - $(grep -li gee-1.0 $(find . -type f)) - - mkdir build && - cd build && - cmake .. -DCMAKE_INSTALL_PREFIX=/usr && - make && - make DESTDIR=$install install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p \ - $fs/usr/lib \ - $fs/usr/share - cp -a $install/usr/lib/*.so* $fs/usr/lib - # icons converted from svg - for size in 16 22 24 32 48; do - ifolder=$fs/usr/share/icons/hicolor/${size}x${size}/actions - mkdir -p $ifolder - cp $stuff/${size}.png $ifolder/application-menu.png - done - # localization - . $WOK/slitaz-i18n/stuff/locale-pack.conf - for lang in $LOCALE_PACK; do - langf=$install/usr/share/locale/$lang - [ -d $langf ] && cp -a $langf $fs/usr/share/locale - done -} diff -r 932e1f15ea41 -r ccac84247b74 granite/stuff/16.png Binary file granite/stuff/16.png has changed diff -r 932e1f15ea41 -r ccac84247b74 granite/stuff/22.png Binary file granite/stuff/22.png has changed diff -r 932e1f15ea41 -r ccac84247b74 granite/stuff/24.png Binary file granite/stuff/24.png has changed diff -r 932e1f15ea41 -r ccac84247b74 granite/stuff/32.png Binary file granite/stuff/32.png has changed diff -r 932e1f15ea41 -r ccac84247b74 granite/stuff/48.png Binary file granite/stuff/48.png has changed diff -r 932e1f15ea41 -r ccac84247b74 l3afpad/receipt --- a/l3afpad/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="l3afpad" -VERSION="0.8.18.1.10" -CATEGORY="utilities" -SHORT_DESC="Simple text editor forked from Leafpad, supports GTK+ 3.x" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="LGPL2.1" -WEB_SITE="http://www.calno.com/l3afpad/" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="http://www.calno.com/$PACKAGE/$TARBALL" - -DEPENDS="gtk+3" -BUILD_DEPENDS="gtk+3-dev" - -# Rules to configure and make the package. -compile_rules() -{ - chmod +x $src/install-sh - ./configure \ - --enable-gtkgrid \ - --enable-search-history \ - $CONFIGURE_ARGS && - make && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/pixmaps - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/pixmaps/*.png $fs/usr/share/pixmaps -} diff -r 932e1f15ea41 -r ccac84247b74 l3afpad/stuff/l3afpad.desktop --- a/l3afpad/stuff/l3afpad.desktop Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -[Desktop Entry] -Type=Application -Name=L3afpad -Comment=Simple text editor -Comment[bg]=Опростен текстов редактор -Comment[br]=Embanner testennou eeun -Comment[ca]=Editor de text simple -Comment[cs]=Jednoduchý textový editor -Comment[da]=Enkel tekstbehandler -Comment[de]=Einfacher Texteditor -Comment[el]=Απλός επεξεργαστής κειμένου -Comment[eo]=Simpla tekstredaktilo -Comment[es]=Editor de texto simple -Comment[et]=Lihtne tekstiredaktor -Comment[eu]=Testu editore sinplea -Comment[fi]=Yksinkertainen tekstieditori -Comment[fr]=Un éditeur de texte tout simple -Comment[ga]=Eagarthóir simplí -Comment[gl]=Editor de texto sinxelo -Comment[he]=עורך טקסט פשוט -Comment[hu]=Egyszerű szöveg szerkesztő -Comment[id]=Penyunting teks sederhana -Comment[it]=Semplice editor di testi -Comment[ja]=シンプルなテキストエディタ -Comment[ko]=간단한 텍스트 편집기 -Comment[lt]=Paprastas teksto redaktorius -Comment[lv]=Vienkāršā teksta redaktors -Comment[nl]=Eenvoudige teksteditor -Comment[nn]=Enkel tekstredigering -Comment[pl]=Prosty edytor tekstu -Comment[pt]=Simples editor de texto -Comment[pt_BR]=Editor de texto simples -Comment[ru]=Простой текстовый редактор -Comment[sk]=Jednoduchý textový editor -Comment[sl]=Preprost urejevalnik besedila -Comment[sr]=Једноставан уређивач текста -Comment[sv]=Enkel textredigerare -Comment[ta]=எளிமையான உரை பதிப்பான் -Comment[tr]=Basit metin düzenleyicisi -Comment[uk]=Простий текстовий редактор -Comment[vi]=Một trình soạn thảo văn bản đơn giản -Comment[zh_CN]=简易文字编辑器 -Comment[zh_TW]=簡易文字編輯器 -Exec=l3afpad %f -Icon=l3afpad -Terminal=false -Categories=GTK;Utility;TextEditor; -MimeType=text/plain; diff -r 932e1f15ea41 -r ccac84247b74 ldm/receipt --- a/ldm/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ldm" -VERSION="0.3" -CATEGORY="system-tools" -SHORT_DESC="l(ightweight) d(evice) m(ounter)." -MAINTAINER="pankso@slitaz.org" -LICENSE="MIT" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://github.com/LemonBoy/ldm" -WGET_URL="https://github.com/LemonBoy/ldm/tarball/v${VERSION}" - -DEPENDS="udev" -BUILD_DEPENDS="udev-dev util-linux-mount-dev util-linux-blkid wget" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - make ldm.o && - cc -o ldm ldm.o -ludev -lmount -lblkid && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr -} diff -r 932e1f15ea41 -r ccac84247b74 marlin-dev/receipt --- a/marlin-dev/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="marlin-dev" -VERSION="0.5" -CATEGORY="devel" -SHORT_DESC="Development files for marlin" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL2 GPL3" -WEB_SITE="https://launchpad.net/marlin" - -WANTED="marlin" -DEPENDS="marlin" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p \ - $fs/usr/lib \ - $fs/usr/share - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/share/vala $fs/usr/share -} diff -r 932e1f15ea41 -r ccac84247b74 marlin/receipt --- a/marlin/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="marlin" -VERSION="0.5" -CATEGORY="utilities" -SHORT_DESC="A sleek and fast GTK3 file manager" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL2 GPL3" -WEB_SITE="https://launchpad.net/marlin" -BRANCH="879" -TARBALL="$PACKAGE-$BRANCH.tar.bz2" -WGET_URL="bzr|lp:marlin" - -DEPENDS="dbus-glib gtk+3 libgee libnotify-gtk3 libsqlite varka dconf" -SUGGESTED="tumbler ffmpegthumbnailer granite extended-actions" -BUILD_DEPENDS="bazaar cmake vala varka-dev gtk+3-dev libgee-dev sqlite-dev \ -dbus-glib-dev libnotify-gtk3-dev dconf-dev tumbler-dev ffmpegthumbnailer-dev \ -granite-dev" - -# Rules to configure and make the package. -compile_rules() -{ - # gee-1.0 is old while gee-0.8 is latest ;) - sed -i 's|gee-1.0|gee-0.8|g' $(grep -l gee-1.0 $(find . -type f)) - - patch -p1 < $stuff/marlin-0.5.patch - patch -p1 < $stuff/marlin-icons.patch - - mkdir build && cd build && - cmake .. -DCMAKE_INSTALL_PREFIX=/usr && - make && - make DESTDIR=$install install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p \ - $fs/usr/bin \ - $fs/usr/lib \ - $fs/usr/share/locale - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/marlin $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/share/applications $fs/usr/share - cp -a $install/usr/share/dbus* $fs/usr/share - cp -a $install/usr/share/glib* $fs/usr/share - cp -a $install/usr/share/icons $fs/usr/share - cp -a $install/usr/share/marlin $fs/usr/share - cp -a $install/usr/share/pixmaps $fs/usr/share - - # localization - . $WOK/slitaz-i18n/stuff/locale-pack.conf - for lang in $LOCALE_PACK; do - langf=$install/usr/share/locale/$lang - [ -d $langf ] && cp -a $langf $fs/usr/share/locale - done - - # icons - mkdir -p $fs/usr/share/icons/hicolor/16x16 - cp -a $stuff/apps $fs/usr/share/icons/hicolor/16x16 - cp -a $stuff/marlin.png $fs/usr/share/pixmaps -} diff -r 932e1f15ea41 -r ccac84247b74 marlin/stuff/apps/view-list-column.png Binary file marlin/stuff/apps/view-list-column.png has changed diff -r 932e1f15ea41 -r ccac84247b74 marlin/stuff/apps/view-list-compact.png Binary file marlin/stuff/apps/view-list-compact.png has changed diff -r 932e1f15ea41 -r ccac84247b74 marlin/stuff/apps/view-list-details.png Binary file marlin/stuff/apps/view-list-details.png has changed diff -r 932e1f15ea41 -r ccac84247b74 marlin/stuff/apps/view-list-icons.png Binary file marlin/stuff/apps/view-list-icons.png has changed diff -r 932e1f15ea41 -r ccac84247b74 marlin/stuff/marlin-0.5.patch --- a/marlin/stuff/marlin-0.5.patch Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -# discussion: https://aur.archlinux.org/packages/marlin-bzr/ -# patch found here: http://pastie.org/5189903 ---- marlin-0.5/src/fm-directory-view.h -+++ marlin-0.5/src/fm-directory-view.h -@@ -42,6 +42,7 @@ - typedef struct FMDirectoryView FMDirectoryView; - typedef struct FMDirectoryViewClass FMDirectoryViewClass; - -+#define FM_DIRECTORY_TYPE_VIEW fm_directory_view_get_type() - #define FM_TYPE_DIRECTORY_VIEW fm_directory_view_get_type() - #define FM_DIRECTORY_VIEW(obj) \ - (G_TYPE_CHECK_INSTANCE_CAST ((obj), FM_TYPE_DIRECTORY_VIEW, FMDirectoryView)) - ---- marlin-0.5/src/exo-icon-view.c -+++ marlin-0.5/src/exo-icon-view.c -@@ -4641,8 +4641,15 @@ - item = list ? list->data : NULL; - - /* Give focus to the first cell initially */ -- exo_icon_view_set_cell_data (icon_view, item); -- gtk_cell_area_focus (icon_view->priv->cell_area, direction); -+ if (item == NULL) -+ { -+ return; -+ } -+ else -+ { -+ exo_icon_view_set_cell_data (icon_view, item); -+ gtk_cell_area_focus (icon_view->priv->cell_area, direction); -+ } - } - else - { -@@ -4798,8 +4805,15 @@ - item = list ? list->data : NULL; - - /* Give focus to the first cell initially */ -- exo_icon_view_set_cell_data (icon_view, item); -- gtk_cell_area_focus (icon_view->priv->cell_area, direction); -+ if (item == NULL) -+ { -+ return; -+ } -+ else -+ { -+ exo_icon_view_set_cell_data (icon_view, item); -+ gtk_cell_area_focus (icon_view->priv->cell_area, direction); -+ } - } - else - { diff -r 932e1f15ea41 -r ccac84247b74 marlin/stuff/marlin-icons.patch --- a/marlin/stuff/marlin-icons.patch Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,129 +0,0 @@ ---- marlin-0.5/src/View/Chrome/ViewSwicher.vala -+++ marlin-0.5/src/View/Chrome/ViewSwicher.vala -@@ -74,16 +74,16 @@ - - switcher = new ModeButton (); - -- icon = new Image.from_icon_name ("view-list-icons-symbolic", IconSize.MENU); -+ icon = new Image.from_icon_name ("view-list-icons", IconSize.MENU); - icon.set_tooltip_text (_("View as icons")); - switcher.append(icon); -- list = new Image.from_icon_name ("view-list-details-symbolic", IconSize.MENU); -+ list = new Image.from_icon_name ("view-list-details", IconSize.MENU); - list.set_tooltip_text (_("View as list")); - switcher.append(list); -- compact = new Image.from_icon_name ("view-list-compact-symbolic", IconSize.MENU); -+ compact = new Image.from_icon_name ("view-list-compact", IconSize.MENU); - compact.set_tooltip_text (_("View as compact list")); - switcher.append(compact); -- miller = new Image.from_icon_name ("view-list-column-symbolic", IconSize.MENU); -+ miller = new Image.from_icon_name ("view-list-column", IconSize.MENU); - miller.set_tooltip_text(_("View as column")); - switcher.append(miller); - ---- marlin-0.5/src/View/Window.vala -+++ marlin-0.5/src/View/Window.vala -@@ -703,13 +703,13 @@ - { "Redo", Stock.REDO, N_("_Redo"), - "Y", N_("Redo the last action"), - action_redo_callback }, -- { "Up", "go-up-symbolic", N_("Open _Parent"), -+ { "Up", "go-up", N_("Open _Parent"), - "Up", N_("Open the parent folder"), - action_go_up }, -- { "Back", "go-previous-symbolic", N_("_Back"), -+ { "Back", "go-previous", N_("_Back"), - "Left", N_("Go to the previous visited location"), - action_go_back }, -- { "Forward", "go-next-symbolic", N_("_Forward"), -+ { "Forward", "go-next", N_("_Forward"), - "Right", N_("Go to the next visited location"), - action_go_forward }, - { "Reload", Stock.REFRESH, N_("_Reload"), ---- marlin-0.5/src/View/LocationBar.vala -+++ marlin-0.5/src/View/LocationBar.vala -@@ -110,7 +110,7 @@ - dir = Environment.get_user_special_dir(UserDirectory.MUSIC); - if(dir.contains("/")) - { -- IconDirectory icon = {dir, "folder-music-symbolic", false, null, null, dir.split("/"), false, null}; -+ IconDirectory icon = {dir, "folder-music", false, null, null, dir.split("/"), false, null}; - icon.exploded[0] = "/"; - add_icon(icon); - } -@@ -119,7 +119,7 @@ - dir = Environment.get_user_special_dir(UserDirectory.PICTURES); - if(dir.contains("/")) - { -- IconDirectory icon = {dir, "folder-pictures-symbolic", false, null, null, dir.split("/"), false, null}; -+ IconDirectory icon = {dir, "folder-pictures", false, null, null, dir.split("/"), false, null}; - icon.exploded[0] = "/"; - add_icon(icon); - } -@@ -128,7 +128,7 @@ - dir = Environment.get_user_special_dir(UserDirectory.VIDEOS); - if(dir.contains("/")) - { -- IconDirectory icon = {dir, "folder-videos-symbolic", false, null, null, dir.split("/"), false, null}; -+ IconDirectory icon = {dir, "folder-videos", false, null, null, dir.split("/"), false, null}; - icon.exploded[0] = "/"; - add_icon(icon); - } -@@ -137,7 +137,7 @@ - dir = Environment.get_user_special_dir(UserDirectory.DOWNLOAD); - if(dir.contains("/")) - { -- IconDirectory icon = {dir, "folder-downloads-symbolic", false, null, null, dir.split("/"), false, null}; -+ IconDirectory icon = {dir, "folder-downloads", false, null, null, dir.split("/"), false, null}; - icon.exploded[0] = "/"; - add_icon(icon); - } -@@ -146,7 +146,7 @@ - dir = Environment.get_user_special_dir(UserDirectory.DOCUMENTS); - if(dir.contains("/")) - { -- IconDirectory icon = {dir, "folder-documents-symbolic", false, null, null, dir.split("/"), false, null}; -+ IconDirectory icon = {dir, "folder-documents", false, null, null, dir.split("/"), false, null}; - icon.exploded[0] = "/"; - add_icon(icon); - } -@@ -155,7 +155,7 @@ - dir = Environment.get_user_special_dir(UserDirectory.TEMPLATES); - if(dir.contains("/")) - { -- IconDirectory icon = {dir, "folder-templates-symbolic", false, null, null, dir.split("/"), false, null}; -+ IconDirectory icon = {dir, "folder-templates", false, null, null, dir.split("/"), false, null}; - icon.exploded[0] = "/"; - add_icon(icon); - } -@@ -163,7 +163,7 @@ - dir = Environment.get_home_dir(); - if(dir.contains("/")) - { -- IconDirectory icon = {dir, "go-home-symbolic", false, null, null, dir.split("/"), true, null}; -+ IconDirectory icon = {dir, "go-home", false, null, null, dir.split("/"), true, null}; - icon.exploded[0] = "/"; - add_icon(icon); - } ---- marlin-0.5/src/View/Chrome/TopMenu.vala -+++ marlin-0.5/src/View/Chrome/TopMenu.vala -@@ -43,7 +43,7 @@ - compact_menu = (Gtk.Menu) win.ui.get_widget("/CompactMenu"); - toolbar_menu = (Gtk.Menu) win.ui.get_widget("/ToolbarMenu"); - -- app_menu = new Varka.Widgets.ToolButtonWithMenu (new Image.from_icon_name ("emblem-system-symbolic", IconSize.MENU), -+ app_menu = new Varka.Widgets.ToolButtonWithMenu (new Image.from_icon_name ("emblem-system", IconSize.MENU), - null, _("Menu"), compact_menu); - setup_items(); - show(); ---- marlin-0.5/libwidgets/BreadcrumbsEntry.vala -+++ marlin-0.5/libwidgets/BreadcrumbsEntry.vala -@@ -74,7 +74,7 @@ - - /* Load arrow image */ - try { -- arrow_img = IconTheme.get_default ().load_icon ("go-jump-symbolic", 16, IconLookupFlags.GENERIC_FALLBACK); -+ arrow_img = IconTheme.get_default ().load_icon ("go-jump", 16, IconLookupFlags.GENERIC_FALLBACK); - } catch(Error err) { - stderr.printf ("Unable to load home icon: %s", err.message); - } diff -r 932e1f15ea41 -r ccac84247b74 marlin/stuff/marlin.png Binary file marlin/stuff/marlin.png has changed diff -r 932e1f15ea41 -r ccac84247b74 miniupnpd/receipt --- a/miniupnpd/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="miniupnpd" -VERSION="1.8" -CATEGORY="network" -SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications server." -MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="BSD" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://miniupnp.tuxfamily.org/" -WGET_URL="$WEB_SITE/files/$TARBALL" - -DEPENDS="iptables" -BUILD_DEPENDS="iptables-dev libnfnetlink-dev" - -# Rules to configure and make the package. -compile_rules() -{ - export LDFLAGS="-Wl,--copy-dt-needed-entries" - mkdir -p $DESTDIR/usr/share/man/man8 - sed -i 's,^EXTIF=eth0,EXTIF=$(route -n | awk ''/^0.0.0.0/ { print $8 }''),' netfilter/iptables_init.sh - make -f Makefile.linux config.h - KERNEL_VERSION=$(grep -s ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2) - sed -i "s,OS_VERSION.*,OS_VERSION \"Linux/$KERNEL_VERSION\"," config.h - make CFLAGS="-DIPTABLES_143" -f Makefile.linux && - PREFIX=$DESTDIR make -f Makefile.linux install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/etc $fs - cp -a $install/usr/sbin $fs/usr -} diff -r 932e1f15ea41 -r ccac84247b74 poppler-qt4-apps/receipt --- a/poppler-qt4-apps/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="poppler-qt4-apps" -VERSION="0.22.0" -CATEGORY="office" -SHORT_DESC="Poppler utilities to manipulate PDF file." -MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" -WANTED="poppler" -WEB_SITE="http://poppler.freedesktop.org/" - -DEPENDS="fontconfig poppler-qt4 cairo zlib libpng gcc-lib-base libQtCore \ -libQtXml libQtGui" - -PROVIDE="poppler-apps" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - if [ -f $fs/usr/bin/poppler-glib-demo ]; then - rm -rf $fs/usr/bin/poppler-glib-demo - fi -} diff -r 932e1f15ea41 -r ccac84247b74 tmux-mem-cpu-load/receipt --- a/tmux-mem-cpu-load/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="tmux-mem-cpu-load" -VERSION="2.2.1" -CATEGORY="utilities" -SHORT_DESC="CPU, RAM memory, and load monitor for use with tmux." -MAINTAINER="paul@slitaz.org" -LICENSE="Apache" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://github.com/thewtex/tmux-mem-cpu-load" -WGET_URL="git|git://github.com/thewtex/tmux-mem-cpu-load" - -DEPENDS="tmux" -BUILD_DEPENDS="cmake python bzip2 git" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr -} - -post_install() -{ - echo -n "Checking for .tmux.conf..." - if [ ! -f /home/tux/.tmux.conf ] || $(! grep -q "tmux-mem-cpu-load" /home/tux/.tmux.conf); then - cat >> /home/tux/.tmux.conf << EOT -# tmux-mem-cpu-load -set -g status-interval 2 -set -g status-right "#[fg=black,bg=green]#(tmux-mem-cpu-load 2)#[default]" -EOT - fi - chown tux:users /home/tux/.tmux.conf - status -} - diff -r 932e1f15ea41 -r ccac84247b74 varka-dev/receipt --- a/varka-dev/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="varka-dev" -VERSION="0.1" -CATEGORY="development" -SHORT_DESC="Development files for varka" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL3" -WEB_SITE="https://launchpad.net/varka" - -WANTED="varka" -DEPENDS="varka" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/share $fs/usr -} diff -r 932e1f15ea41 -r ccac84247b74 varka/receipt --- a/varka/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="varka" -VERSION="0.1" -CATEGORY="development" -SHORT_DESC="A library on top of gtk to build applications" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL3" -WEB_SITE="https://launchpad.net/varka" -BRANCH="15" -TARBALL="$PACKAGE-$BRANCH.tar.bz2" -WGET_URL="bzr|lp:varka" - -DEPENDS="gtk+3" -BUILD_DEPENDS="bazaar cmake gobject-introspection-dev gtk+3-dev libgio-dev vala" - -# Rules to configure and make the package. -compile_rules() -{ - export LDFLAGS="$LDFLAGS $(pkg-config --libs gio-unix-2.0 gmodule-2.0)" - mkdir build && cd build - cmake .. -DCMAKE_INSTALL_PREFIX=/usr && \ - make && \ - make DESTDIR=$install install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib -} diff -r 932e1f15ea41 -r ccac84247b74 vifm/receipt --- a/vifm/receipt Mon Dec 23 18:57:54 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="vifm" -VERSION="0.7.6" -CATEGORY="utilities" -SHORT_DESC="Vi File Manager." -MAINTAINER="paul@slitaz.org" -LICENSE="GPL2" -DEPENDS="ncurses libmagic xorg-libX11 vim file" -BUILD_DEPENDS="ncurses-dev libmagic-dev xorg-libX11-dev util-linux-whereis vim file" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://vifm.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share $fs/usr - # rm stuff - rm -rf $fs/usr/share/man -} -