# HG changeset patch # User Aleksej Bobylev # Date 1350696303 0 # Node ID 373911133ff93ce0b84ee034f4bd3c70b08cf7b8 # Parent c88c71045db65a9a947b991572fb9c3599e95b5b xterm+ru(.desktop); added gsettings-desktop-schemas & metacity diff -r c88c71045db6 -r 373911133ff9 gsettings-desktop-schemas/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsettings-desktop-schemas/receipt Sat Oct 20 01:25:03 2012 +0000 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="gsettings-desktop-schemas" +VERSION="3.2.0" +CATEGORY="x-window" +SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop" +MAINTAINER="al.bobylev@gmail.com" +DEPENDS="libgio" +BUILD_DEPENDS="libgio-dev" +TARBALL="$PACKAGE-$VERSION.tar.xz" +HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|') +WEB_SITE="http://www.gnome.org/" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} diff -r c88c71045db6 -r 373911133ff9 metacity/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metacity/receipt Sat Oct 20 01:25:03 2012 +0000 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="metacity" +VERSION="2.30.3" +CATEGORY="x-window" +SHORT_DESC="Window manager" +MAINTAINER="al.bobylev@gmail.com" +DEPENDS="gsettings-desktop-schemas libgio glib gtk+ xorg-libXcomposite xorg-libXdamage zenity xorg-libXinerama xorg-libXrandr xorg-libXcursor libcanberra libltdl libvorbis libogg libtool gnome-doc-utils GConf" +BUILD_DEPENDS="gsettings-desktop-schemas libgio-dev glib-dev gtk+-dev xorg-libXcomposite-dev xorg-libXdamage-dev zenity xorg-libXinerama-dev xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev libogg-dev libtool gnome-doc-utils-dev GConf-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|') +WEB_SITE="http://blogs.gnome.org/metacity/" +WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/metacity/$HI_VERSION/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr \ + --disable-verbose-mode --disable-sm --disable-scrollkeeper + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs + rm -rf $fs/usr/include $fs/usr/lib/pkgconfig $fs/usr/share/gnome \ + $fs/usr/share/gnome-control-center $fs/usr/share/man $fs/usr/share/locale + rm $fs/usr/lib/libmetacity-private.a $fs/usr/lib/libmetacity-private.la +} diff -r c88c71045db6 -r 373911133ff9 xterm/stuff/xterm.desktop --- a/xterm/stuff/xterm.desktop Fri Oct 19 19:53:45 2012 +0100 +++ b/xterm/stuff/xterm.desktop Sat Oct 20 01:25:03 2012 +0000 @@ -2,6 +2,7 @@ Encoding=UTF-8 Name=XTerm Terminal Name[fr]=Terminal Xterm +Name[ru]=Терминал XTerm Exec=xterm -ls Icon=xterm Type=Application