wok rev 14075

cairo-compmgr: split source like in $src/debian
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 22 16:33:13 2013 +0000 (2013-02-22)
parents 6e8b2a10cd0d
children 680eb16b06bb
files cairo-compmgr-core/receipt cairo-compmgr-core/stuff/cairo-compmgr.desktop cairo-compmgr-core/stuff/cairo-compmgr.pot cairo-compmgr-core/stuff/ru.po cairo-compmgr-dev/receipt cairo-compmgr-doc/receipt cairo-compmgr-doc/stuff/cairo-compmgr-doc.desktop cairo-compmgr-plugins/receipt cairo-compmgr-vala/receipt cairo-compmgr/receipt libcairo-compmgr-dev/receipt libcairo-compmgr0/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cairo-compmgr-core/receipt	Fri Feb 22 16:33:13 2013 +0000
     1.3 @@ -0,0 +1,53 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="cairo-compmgr-core"
     1.7 +VERSION="0.3.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Cairo composite manager - core files"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPLv3"
    1.12 +WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    1.13 +SOURCE="cairo-compmgr"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15 +WGET_URL="http://download.tuxfamily.org/ccm/$SOURCE/$TARBALL"
    1.16 +
    1.17 +DEPENDS="libbfd libcairo-compmgr0"
    1.18 +BUILD_DEPENDS="xorg-libXcomposite-dev xorg-libXdamage-dev xorg-libXext-dev \
    1.19 +xorg-libXi-dev xorg-libSM-dev cairo-dev pixman-dev gtk+-dev vala \
    1.20 +xorg-libICE-dev xorg-libX11-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	# make needed pkg-config file
    1.26 +	ln -s /usr/lib/pkgconfig/libvala-0.16.pc /usr/lib/pkgconfig/vala-1.0.pc
    1.27 +
    1.28 +	# localization
    1.29 +	cp -a $stuff/cairo-compmgr.pot $src/po
    1.30 +	cp -a $stuff/ru.po $src/po
    1.31 +
    1.32 +	export LDFLAGS="$LDFLAGS $(pkg-config --libs ice gmodule-2.0 x11)"
    1.33 +
    1.34 +	./configure $CONFIGURE_ARGS &&
    1.35 +	make &&
    1.36 +	make install
    1.37 +	rm -f $install/usr/share/applications/*
    1.38 +}
    1.39 +
    1.40 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.41 +genpkg_rules()
    1.42 +{
    1.43 +	mkdir -p \
    1.44 +		$fs/usr/bin \
    1.45 +		$fs/usr/share/applications \
    1.46 +		$fs/usr/share/cairo-compmgr/ui \
    1.47 +		$fs/usr/share/cairo-compmgr/schemas
    1.48 +	cp -a $install/usr/bin/cairo-compmgr $fs/usr/bin
    1.49 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.50 +	cp -a $install/usr/share/man $fs/usr/share
    1.51 +	cp -a $stuff/cairo-compmgr.desktop $fs/usr/share/applications
    1.52 +	cp -a $install/usr/share/cairo-compmgr/ui/ccm-preferences.ui \
    1.53 +		$fs/usr/share/cairo-compmgr/ui
    1.54 +	cp -a $install/usr/share/cairo-compmgr/schemas/ccm-display.schema-key \
    1.55 +		$fs/usr/share/cairo-compmgr/schemas
    1.56 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/cairo-compmgr-core/stuff/cairo-compmgr.desktop	Fri Feb 22 16:33:13 2013 +0000
     2.3 @@ -0,0 +1,9 @@
     2.4 +[Desktop Entry]
     2.5 +Type=Application
     2.6 +Name=Cairo Composite Manager
     2.7 +Name[ru]=Композитный менеджер Cairo
     2.8 +Exec=cairo-compmgr
     2.9 +Terminal=false
    2.10 +Icon=/usr/share/pixmaps/cairo-compmgr/cairo-compmgr.png
    2.11 +StartupNotify=false
    2.12 +Categories=GTK;Settings;DesktopSettings;
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/cairo-compmgr-core/stuff/cairo-compmgr.pot	Fri Feb 22 16:33:13 2013 +0000
     3.3 @@ -0,0 +1,262 @@
     3.4 +# SOME DESCRIPTIVE TITLE.
     3.5 +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
     3.6 +# This file is distributed under the same license as the PACKAGE package.
     3.7 +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
     3.8 +#
     3.9 +#, fuzzy
    3.10 +msgid ""
    3.11 +msgstr ""
    3.12 +"Project-Id-Version: PACKAGE VERSION\n"
    3.13 +"Report-Msgid-Bugs-To: \n"
    3.14 +"POT-Creation-Date: 2013-02-22 02:10+0000\n"
    3.15 +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    3.16 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    3.17 +"Language-Team: LANGUAGE <LL@li.org>\n"
    3.18 +"Language: \n"
    3.19 +"MIME-Version: 1.0\n"
    3.20 +"Content-Type: text/plain; charset=CHARSET\n"
    3.21 +"Content-Transfer-Encoding: 8bit\n"
    3.22 +
    3.23 +#: ../data/cairo-compmgr.desktop.in.h:1
    3.24 +#: ../data/cairo-compmgr.desktop.in.in.h:1 ../src/ccm-tray-menu.c:143
    3.25 +msgid "Cairo Composite Manager"
    3.26 +msgstr ""
    3.27 +
    3.28 +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:1
    3.29 +msgid "Automate"
    3.30 +msgstr ""
    3.31 +
    3.32 +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:2
    3.33 +msgid "Automate record/play desktop actions"
    3.34 +msgstr ""
    3.35 +
    3.36 +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:1
    3.37 +msgid "Decoration"
    3.38 +msgstr ""
    3.39 +
    3.40 +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:2
    3.41 +msgid "Transparent window decoration"
    3.42 +msgstr ""
    3.43 +
    3.44 +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:1
    3.45 +msgid "Fade"
    3.46 +msgstr ""
    3.47 +
    3.48 +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:2
    3.49 +msgid "Fade effect on window map/unmap"
    3.50 +msgstr ""
    3.51 +
    3.52 +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:1
    3.53 +msgid "Freeze"
    3.54 +msgstr ""
    3.55 +
    3.56 +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:2
    3.57 +msgid "Obscured windows frozen"
    3.58 +msgstr ""
    3.59 +
    3.60 +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:1
    3.61 +msgid "Desktop magnifier"
    3.62 +msgstr ""
    3.63 +
    3.64 +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:2
    3.65 +msgid "Magnifier"
    3.66 +msgstr ""
    3.67 +
    3.68 +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:1
    3.69 +msgid "Add animation on menu open/close"
    3.70 +msgstr ""
    3.71 +
    3.72 +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:2
    3.73 +msgid "Menu-Animation"
    3.74 +msgstr ""
    3.75 +
    3.76 +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:1
    3.77 +msgid "Mosaic"
    3.78 +msgstr ""
    3.79 +
    3.80 +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:2
    3.81 +msgid "Mosaic window selector"
    3.82 +msgstr ""
    3.83 +
    3.84 +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:1
    3.85 +msgid "Add setting windows opacity"
    3.86 +msgstr ""
    3.87 +
    3.88 +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:2
    3.89 +msgid "Opacity"
    3.90 +msgstr ""
    3.91 +
    3.92 +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:1
    3.93 +msgid "Perf"
    3.94 +msgstr ""
    3.95 +
    3.96 +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:2
    3.97 +msgid "Show cairo composite manager ressources"
    3.98 +msgstr ""
    3.99 +
   3.100 +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:1
   3.101 +msgid "Add windows shadow"
   3.102 +msgstr ""
   3.103 +
   3.104 +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:2
   3.105 +msgid "Shadow"
   3.106 +msgstr ""
   3.107 +
   3.108 +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:1
   3.109 +msgid "Snapshot"
   3.110 +msgstr ""
   3.111 +
   3.112 +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:2
   3.113 +msgid "Take a snapshot of a window or a screen area"
   3.114 +msgstr ""
   3.115 +
   3.116 +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:1
   3.117 +msgid "Vala test window plugin"
   3.118 +msgstr ""
   3.119 +
   3.120 +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:2
   3.121 +msgid "Vala-Window-Plugin"
   3.122 +msgstr ""
   3.123 +
   3.124 +#: ../src/cairo-compmgr.c:109
   3.125 +msgid "Always restart cairo composite manager"
   3.126 +msgstr ""
   3.127 +
   3.128 +#: ../src/cairo-compmgr.c:112
   3.129 +msgid "Start cairo composite manager configuration tools"
   3.130 +msgstr ""
   3.131 +
   3.132 +#: ../src/cairo-compmgr.c:116
   3.133 +msgid "Force use gconf for configuration files"
   3.134 +msgstr ""
   3.135 +
   3.136 +#: ../src/cairo-compmgr.c:121
   3.137 +msgid "Dump gobject introspection file"
   3.138 +msgstr ""
   3.139 +
   3.140 +#: ../src/cairo-compmgr.c:122
   3.141 +msgid "types.txt,out.xml"
   3.142 +msgstr ""
   3.143 +
   3.144 +#: ../src/cairo-compmgr.c:139
   3.145 +msgid "- Cairo composite manager"
   3.146 +msgstr ""
   3.147 +
   3.148 +#: ../src/ccm-tray-menu.c:212
   3.149 +msgid "Composite desktop"
   3.150 +msgstr ""
   3.151 +
   3.152 +#: ../lib/ccm-config-entry-shortcut.c:249
   3.153 +#: ../lib/ccm-config-entry-shortcut.c:342
   3.154 +msgid "Disabled"
   3.155 +msgstr ""
   3.156 +
   3.157 +#: ../lib/ccm-config-entry-shortcut.c:288
   3.158 +msgid "<Press keys and mouse shortcut...>"
   3.159 +msgstr ""
   3.160 +
   3.161 +#: ../lib/ccm-config-entry-shortcut.c:289
   3.162 +msgid "<Press keys shortcut...>"
   3.163 +msgstr ""
   3.164 +
   3.165 +#: ../src/eggdesktopfile.c:162
   3.166 +#, c-format
   3.167 +msgid "File is not a valid .desktop file"
   3.168 +msgstr ""
   3.169 +
   3.170 +#: ../src/eggdesktopfile.c:185
   3.171 +#, c-format
   3.172 +msgid "Unrecognized desktop file Version '%s'"
   3.173 +msgstr ""
   3.174 +
   3.175 +#: ../src/eggdesktopfile.c:928
   3.176 +#, c-format
   3.177 +msgid "Starting %s"
   3.178 +msgstr ""
   3.179 +
   3.180 +#: ../src/eggdesktopfile.c:1067
   3.181 +#, c-format
   3.182 +msgid "Application does not accept documents on command line"
   3.183 +msgstr ""
   3.184 +
   3.185 +#: ../src/eggdesktopfile.c:1135
   3.186 +#, c-format
   3.187 +msgid "Unrecognized launch option: %d"
   3.188 +msgstr ""
   3.189 +
   3.190 +#: ../src/eggdesktopfile.c:1336
   3.191 +#, c-format
   3.192 +msgid "Can't pass document URIs to a 'Type=Link' desktop entry"
   3.193 +msgstr ""
   3.194 +
   3.195 +#: ../src/eggdesktopfile.c:1357
   3.196 +#, c-format
   3.197 +msgid "Not a launchable item"
   3.198 +msgstr ""
   3.199 +
   3.200 +#: ../src/eggsmclient.c:209
   3.201 +msgid "Disable connection to session manager"
   3.202 +msgstr ""
   3.203 +
   3.204 +#: ../src/eggsmclient.c:212
   3.205 +msgid "Specify file containing saved configuration"
   3.206 +msgstr ""
   3.207 +
   3.208 +#: ../src/eggsmclient.c:212
   3.209 +msgid "FILE"
   3.210 +msgstr ""
   3.211 +
   3.212 +#: ../src/eggsmclient.c:215
   3.213 +msgid "Specify session management ID"
   3.214 +msgstr ""
   3.215 +
   3.216 +#: ../src/eggsmclient.c:215
   3.217 +msgid "ID"
   3.218 +msgstr ""
   3.219 +
   3.220 +#: ../src/eggsmclient.c:236
   3.221 +msgid "Session management options:"
   3.222 +msgstr ""
   3.223 +
   3.224 +#: ../src/eggsmclient.c:237
   3.225 +msgid "Show session management options"
   3.226 +msgstr ""
   3.227 +
   3.228 +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:1
   3.229 +msgid "Clone"
   3.230 +msgstr ""
   3.231 +
   3.232 +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:2
   3.233 +msgid "Clone window or screen"
   3.234 +msgstr ""
   3.235 +
   3.236 +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:1
   3.237 +msgid "Add animation on window open/close"
   3.238 +msgstr ""
   3.239 +
   3.240 +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:2
   3.241 +msgid "Window-Animation"
   3.242 +msgstr ""
   3.243 +
   3.244 +#: ../src/ccm-timed-dialog.c:98
   3.245 +#, c-format
   3.246 +msgid ""
   3.247 +"Testing the new settings. If you don't respond in %d second the previous "
   3.248 +"settings will be restored."
   3.249 +msgstr ""
   3.250 +
   3.251 +#: ../src/ccm-timed-dialog.c:145
   3.252 +msgid "Keep Settings"
   3.253 +msgstr ""
   3.254 +
   3.255 +#: ../src/ccm-timed-dialog.c:150
   3.256 +msgid "<b>Do you want to keep these settings?</b>"
   3.257 +msgstr ""
   3.258 +
   3.259 +#: ../src/ccm-timed-dialog.c:174
   3.260 +msgid "Use _previous settings"
   3.261 +msgstr ""
   3.262 +
   3.263 +#: ../src/ccm-timed-dialog.c:175
   3.264 +msgid "_Keep settings"
   3.265 +msgstr ""
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/cairo-compmgr-core/stuff/ru.po	Fri Feb 22 16:33:13 2013 +0000
     4.3 @@ -0,0 +1,261 @@
     4.4 +# Russian translations for cairo-compmgr package
     4.5 +# Copyright (C) 2013 THE cairo-compmgr'S COPYRIGHT HOLDER
     4.6 +# This file is distributed under the same license as the cairo-compmgr package.
     4.7 +# Aleksej Bobylev <al.bobylev@gmail.com>, 2013.
     4.8 +#
     4.9 +msgid ""
    4.10 +msgstr ""
    4.11 +"Project-Id-Version: cairo-compmgr 0.3.0\n"
    4.12 +"Report-Msgid-Bugs-To: \n"
    4.13 +"POT-Creation-Date: 2013-02-22 02:10+0000\n"
    4.14 +"PO-Revision-Date: 2013-02-22 11:57-0000\n"
    4.15 +"Last-Translator: Aleksej Bobylev <al.bobylev@gmail.com>\n"
    4.16 +"Language-Team: Russian\n"
    4.17 +"Language: ru\n"
    4.18 +"MIME-Version: 1.0\n"
    4.19 +"Content-Type: text/plain; charset=UTF-8\n"
    4.20 +"Content-Transfer-Encoding: 8bit\n"
    4.21 +
    4.22 +#: ../data/cairo-compmgr.desktop.in.h:1
    4.23 +#: ../data/cairo-compmgr.desktop.in.in.h:1
    4.24 +#: ../src/ccm-tray-menu.c:143
    4.25 +msgid "Cairo Composite Manager"
    4.26 +msgstr "Композитный менеджер Cairo"
    4.27 +
    4.28 +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:1
    4.29 +msgid "Automate"
    4.30 +msgstr "Автоматизация"
    4.31 +
    4.32 +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:2
    4.33 +msgid "Automate record/play desktop actions"
    4.34 +msgstr "Автоматизация записи-воспроизведения действий рабочего стола"
    4.35 +
    4.36 +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:1
    4.37 +msgid "Decoration"
    4.38 +msgstr "Обрамление"
    4.39 +
    4.40 +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:2
    4.41 +msgid "Transparent window decoration"
    4.42 +msgstr "Полупрозрачное обрамление окон"
    4.43 +
    4.44 +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:1
    4.45 +msgid "Fade"
    4.46 +msgstr "Переходы"
    4.47 +
    4.48 +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:2
    4.49 +msgid "Fade effect on window map/unmap"
    4.50 +msgstr "Плавное появление и исчезание окон"
    4.51 +
    4.52 +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:1
    4.53 +msgid "Freeze"
    4.54 +msgstr "Мороз"
    4.55 +
    4.56 +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:2
    4.57 +msgid "Obscured windows frozen"
    4.58 +msgstr "Затенение не отвечающих окон"
    4.59 +
    4.60 +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:1
    4.61 +msgid "Desktop magnifier"
    4.62 +msgstr "Увеличительное стекло"
    4.63 +
    4.64 +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:2
    4.65 +msgid "Magnifier"
    4.66 +msgstr "Лупа"
    4.67 +
    4.68 +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:1
    4.69 +msgid "Add animation on menu open/close"
    4.70 +msgstr "Анимация открытия-закрытия меню"
    4.71 +
    4.72 +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:2
    4.73 +msgid "Menu-Animation"
    4.74 +msgstr "Анимация меню"
    4.75 +
    4.76 +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:1
    4.77 +msgid "Mosaic"
    4.78 +msgstr "Мозаика"
    4.79 +
    4.80 +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:2
    4.81 +msgid "Mosaic window selector"
    4.82 +msgstr "Мозаичный выбор окна"
    4.83 +
    4.84 +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:1
    4.85 +msgid "Add setting windows opacity"
    4.86 +msgstr "Полупрозрачные окна"
    4.87 +
    4.88 +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:2
    4.89 +msgid "Opacity"
    4.90 +msgstr "Полупрозрачность"
    4.91 +
    4.92 +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:1
    4.93 +msgid "Perf"
    4.94 +msgstr "Производительность"
    4.95 +
    4.96 +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:2
    4.97 +msgid "Show cairo composite manager ressources"
    4.98 +msgstr "Ресурсы, потребляемые композитным менеджером Cairo"
    4.99 +
   4.100 +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:1
   4.101 +msgid "Add windows shadow"
   4.102 +msgstr "Показывать тени окон"
   4.103 +
   4.104 +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:2
   4.105 +msgid "Shadow"
   4.106 +msgstr "Тень"
   4.107 +
   4.108 +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:1
   4.109 +msgid "Snapshot"
   4.110 +msgstr "Снимок"
   4.111 +
   4.112 +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:2
   4.113 +msgid "Take a snapshot of a window or a screen area"
   4.114 +msgstr "Сделать снимок окна или части экрана"
   4.115 +
   4.116 +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:1
   4.117 +msgid "Vala test window plugin"
   4.118 +msgstr "Тестовый оконный плагин vala"
   4.119 +
   4.120 +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:2
   4.121 +msgid "Vala-Window-Plugin"
   4.122 +msgstr "Оконный плагин vala"
   4.123 +
   4.124 +#: ../src/cairo-compmgr.c:109
   4.125 +msgid "Always restart cairo composite manager"
   4.126 +msgstr "Всегда перезапускать композитный менеджер Cairo"
   4.127 +
   4.128 +#: ../src/cairo-compmgr.c:112
   4.129 +msgid "Start cairo composite manager configuration tools"
   4.130 +msgstr "Настроить композитный менеджер Cairo"
   4.131 +
   4.132 +#: ../src/cairo-compmgr.c:116
   4.133 +msgid "Force use gconf for configuration files"
   4.134 +msgstr "Принудительно использовать GConf для конфигурационных файлов"
   4.135 +
   4.136 +#: ../src/cairo-compmgr.c:121
   4.137 +msgid "Dump gobject introspection file"
   4.138 +msgstr "Дамп файл самоанализа GObject"
   4.139 +
   4.140 +#: ../src/cairo-compmgr.c:122
   4.141 +msgid "types.txt,out.xml"
   4.142 +msgstr "types.txt,out.xml"
   4.143 +
   4.144 +#: ../src/cairo-compmgr.c:139
   4.145 +msgid "- Cairo composite manager"
   4.146 +msgstr "— композитный менеджер Cairo"
   4.147 +
   4.148 +#: ../src/ccm-tray-menu.c:212
   4.149 +msgid "Composite desktop"
   4.150 +msgstr "Включить эффекты"
   4.151 +
   4.152 +#: ../lib/ccm-config-entry-shortcut.c:249
   4.153 +#: ../lib/ccm-config-entry-shortcut.c:342
   4.154 +msgid "Disabled"
   4.155 +msgstr "Выключен"
   4.156 +
   4.157 +#: ../lib/ccm-config-entry-shortcut.c:288
   4.158 +msgid "<Press keys and mouse shortcut...>"
   4.159 +msgstr "‹нажмите комбинацию клавиш и мыши…›"
   4.160 +
   4.161 +#: ../lib/ccm-config-entry-shortcut.c:289
   4.162 +msgid "<Press keys shortcut...>"
   4.163 +msgstr "‹нажмите комбинацию клавиш…›"
   4.164 +
   4.165 +#: ../src/eggdesktopfile.c:162
   4.166 +#, c-format
   4.167 +msgid "File is not a valid .desktop file"
   4.168 +msgstr "Файл не является допустимым файлом .desktop"
   4.169 +
   4.170 +#: ../src/eggdesktopfile.c:185
   4.171 +#, c-format
   4.172 +msgid "Unrecognized desktop file Version '%s'"
   4.173 +msgstr "Неподдерживаемая версия «%s» файла desktop"
   4.174 +
   4.175 +#: ../src/eggdesktopfile.c:928
   4.176 +#, c-format
   4.177 +msgid "Starting %s"
   4.178 +msgstr "Запуск %s"
   4.179 +
   4.180 +#: ../src/eggdesktopfile.c:1067
   4.181 +#, c-format
   4.182 +msgid "Application does not accept documents on command line"
   4.183 +msgstr "Приложение не поддерживает документы в командной строке"
   4.184 +
   4.185 +#: ../src/eggdesktopfile.c:1135
   4.186 +#, c-format
   4.187 +msgid "Unrecognized launch option: %d"
   4.188 +msgstr "Неподдерживаемый параметр запуска: %d"
   4.189 +
   4.190 +#: ../src/eggdesktopfile.c:1336
   4.191 +#, c-format
   4.192 +msgid "Can't pass document URIs to a 'Type=Link' desktop entry"
   4.193 +msgstr "Невозможно передать URI документа при использовании «Type=Link» в файле .desktop"
   4.194 +
   4.195 +#: ../src/eggdesktopfile.c:1357
   4.196 +#, c-format
   4.197 +msgid "Not a launchable item"
   4.198 +msgstr "Этот элемент не поддерживает запуск"
   4.199 +
   4.200 +#: ../src/eggsmclient.c:209
   4.201 +msgid "Disable connection to session manager"
   4.202 +msgstr "Отключить связь с менеджером сессии"
   4.203 +
   4.204 +#: ../src/eggsmclient.c:212
   4.205 +msgid "Specify file containing saved configuration"
   4.206 +msgstr "Укажите файл, содержащий сохраненную конфигурацию"
   4.207 +
   4.208 +#: ../src/eggsmclient.c:212
   4.209 +msgid "FILE"
   4.210 +msgstr "ФАЙЛ"
   4.211 +
   4.212 +#: ../src/eggsmclient.c:215
   4.213 +msgid "Specify session management ID"
   4.214 +msgstr "Укажите ID менеджера сессии"
   4.215 +
   4.216 +#: ../src/eggsmclient.c:215
   4.217 +msgid "ID"
   4.218 +msgstr "ID"
   4.219 +
   4.220 +#: ../src/eggsmclient.c:236
   4.221 +msgid "Session management options:"
   4.222 +msgstr "Параметры менеджера сессии:"
   4.223 +
   4.224 +#: ../src/eggsmclient.c:237
   4.225 +msgid "Show session management options"
   4.226 +msgstr "Показать параметры менеджера сессии"
   4.227 +
   4.228 +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:1
   4.229 +msgid "Clone"
   4.230 +msgstr "Клонировать"
   4.231 +
   4.232 +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:2
   4.233 +msgid "Clone window or screen"
   4.234 +msgstr "Клонировать окно или экран"
   4.235 +
   4.236 +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:1
   4.237 +msgid "Add animation on window open/close"
   4.238 +msgstr "Анимация открытия-закрытия окна"
   4.239 +
   4.240 +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:2
   4.241 +msgid "Window-Animation"
   4.242 +msgstr "Анимация окна"
   4.243 +
   4.244 +#: ../src/ccm-timed-dialog.c:98
   4.245 +#, c-format
   4.246 +msgid "Testing the new settings. If you don't respond in %d second the previous settings will be restored."
   4.247 +msgstr "Тест новых настроек. Если вы не подтвердите их в течение %d секунд, то будут восстановлены предыдущие настройки."
   4.248 +
   4.249 +#: ../src/ccm-timed-dialog.c:145
   4.250 +msgid "Keep Settings"
   4.251 +msgstr "Сохранить настройки"
   4.252 +
   4.253 +#: ../src/ccm-timed-dialog.c:150
   4.254 +msgid "<b>Do you want to keep these settings?</b>"
   4.255 +msgstr "<b>Хотите ли вы сохранить эти настройки?</b>"
   4.256 +
   4.257 +#: ../src/ccm-timed-dialog.c:174
   4.258 +msgid "Use _previous settings"
   4.259 +msgstr "Использовать предыдущие настройки"
   4.260 +
   4.261 +#: ../src/ccm-timed-dialog.c:175
   4.262 +msgid "_Keep settings"
   4.263 +msgstr "Сохранить настройки"
   4.264 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/cairo-compmgr-dev/receipt	Fri Feb 22 16:33:13 2013 +0000
     5.3 @@ -0,0 +1,19 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="cairo-compmgr-dev"
     5.7 +VERSION="0.3.0"
     5.8 +CATEGORY="development"
     5.9 +SHORT_DESC="Cairo composite manager - development files"
    5.10 +MAINTAINER="al.bobylev@gmail.com"
    5.11 +WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    5.12 +
    5.13 +WANTED="cairo-compmgr-core"
    5.14 +DEPENDS="libcairo-compmgr-dev"
    5.15 +GENERIC_PIXMAPS="no"
    5.16 +
    5.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.18 +genpkg_rules()
    5.19 +{
    5.20 +	mkdir -p $fs/usr
    5.21 +	cp -a $install/usr/include $fs/usr
    5.22 +}
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/cairo-compmgr-doc/receipt	Fri Feb 22 16:33:13 2013 +0000
     6.3 @@ -0,0 +1,19 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="cairo-compmgr-doc"
     6.7 +VERSION="0.3.0"
     6.8 +CATEGORY="development"
     6.9 +SHORT_DESC="Cairo composite manager - documentation"
    6.10 +MAINTAINER="al.bobylev@gmail.com"
    6.11 +WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    6.12 +
    6.13 +WANTED="cairo-compmgr-core"
    6.14 +DEPENDS="cairo-compmgr"
    6.15 +GENERIC_PIXMAPS="no"
    6.16 +
    6.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.18 +genpkg_rules()
    6.19 +{
    6.20 +	mkdir -p $fs/usr/share
    6.21 +	cp -a $install/usr/share/gtk-doc $fs/usr/share
    6.22 +}
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/cairo-compmgr-doc/stuff/cairo-compmgr-doc.desktop	Fri Feb 22 16:33:13 2013 +0000
     7.3 @@ -0,0 +1,9 @@
     7.4 +[Desktop Entry]
     7.5 +Type=Application
     7.6 +Name=Cairo Composite Manager Doc
     7.7 +Name[ru]=Документация композитного менеджера Cairo
     7.8 +Exec=browser file:///usr/share/gtk-doc/html/cairo-compmgr/index.html
     7.9 +Icon=/usr/share/pixmaps/cairo-compmgr/cairo-compmgr.png
    7.10 +Terminal=false
    7.11 +StartupNotify=false
    7.12 +Categories=Development;Documentation;
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/cairo-compmgr-plugins/receipt	Fri Feb 22 16:33:13 2013 +0000
     8.3 @@ -0,0 +1,27 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="cairo-compmgr-plugins"
     8.7 +VERSION="0.3.0"
     8.8 +CATEGORY="development"
     8.9 +SHORT_DESC="Cairo composite manager - plugins"
    8.10 +MAINTAINER="al.bobylev@gmail.com"
    8.11 +WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    8.12 +
    8.13 +WANTED="cairo-compmgr-core"
    8.14 +DEPENDS="cairo-compmgr-core"
    8.15 +GENERIC_PIXMAPS="no"
    8.16 +
    8.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.18 +genpkg_rules()
    8.19 +{
    8.20 +	mkdir -p \
    8.21 +		$fs/usr/lib/cairo-compmgr \
    8.22 +		$fs/usr/share/cairo-compmgr
    8.23 +	cp -a $install/usr/lib/cairo-compmgr/lib*.so $fs/usr/lib/cairo-compmgr
    8.24 +	cp -a $install/usr/lib/cairo-compmgr/*.plugin $fs/usr/lib/cairo-compmgr
    8.25 +	cp -a $install/usr/share/cairo-compmgr/schemas \
    8.26 +		$fs/usr/share/cairo-compmgr
    8.27 +	# included in cairo-compmgr-core
    8.28 +	rm -f $fs/usr/share/cairo-compmgr/schemas/ccm-display.schema-key
    8.29 +	cp -a $install/usr/share/cairo-compmgr/ui $fs/usr/share/cairo-compmgr
    8.30 +}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/cairo-compmgr-vala/receipt	Fri Feb 22 16:33:13 2013 +0000
     9.3 @@ -0,0 +1,19 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="cairo-compmgr-vala"
     9.7 +VERSION="0.3.0"
     9.8 +CATEGORY="development"
     9.9 +SHORT_DESC="Cairo composite manager - Vala files"
    9.10 +MAINTAINER="al.bobylev@gmail.com"
    9.11 +WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
    9.12 +
    9.13 +WANTED="cairo-compmgr-core"
    9.14 +DEPENDS="libcairo-compmgr-dev vala"
    9.15 +GENERIC_PIXMAPS="no"
    9.16 +
    9.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.18 +genpkg_rules()
    9.19 +{
    9.20 +	mkdir -p $fs/usr/share
    9.21 +	cp -a $install/usr/share/vala $fs/usr/share
    9.22 +}
    10.1 --- a/cairo-compmgr/receipt	Fri Feb 22 10:40:53 2013 +0100
    10.2 +++ b/cairo-compmgr/receipt	Fri Feb 22 16:33:13 2013 +0000
    10.3 @@ -2,35 +2,10 @@
    10.4  
    10.5  PACKAGE="cairo-compmgr"
    10.6  VERSION="0.3.0"
    10.7 -CATEGORY="x-window"
    10.8 -SHORT_DESC="Cairo Composite Manager"
    10.9 -MAINTAINER="pankso@slitaz.org"
   10.10 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   10.11 +CATEGORY="meta"
   10.12 +SHORT_DESC="Cairo composite manager"
   10.13 +MAINTAINER="al.bobylev@gmail.com"
   10.14 +LICENSE="GPL-2"
   10.15  WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
   10.16 -WGET_URL="http://download.tuxfamily.org/ccm/cairo-compmgr/$TARBALL"
   10.17  
   10.18 -DEPENDS="gtk+ cairo librsvg util-linux-uuid xorg-libXi xorg-libSM"
   10.19 -BUILD_DEPENDS="gtk+-dev cairo-dev librsvg-dev vala util-linux-uuid-dev \
   10.20 -intltool"
   10.21 -
   10.22 -# Rules to configure and make the package.
   10.23 -compile_rules()
   10.24 -{
   10.25 -	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
   10.26 -	export LDFLAGS="-Wl,--copy-dt-needed-entries"
   10.27 -	
   10.28 -	sed -i "s/vala-1.0/$(basename /usr/lib/pkgconfig/libvala-*.pc .pc)/" configure
   10.29 -	./configure $CONFIGURE_ARGS && make && make install
   10.30 -}
   10.31 -
   10.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
   10.33 -genpkg_rules()
   10.34 -{
   10.35 -	mkdir -p $fs/usr/lib $fs/usr/share
   10.36 -	cp -a $_pkg/usr/bin $fs/usr
   10.37 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   10.38 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
   10.39 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
   10.40 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   10.41 -	rm $fs/usr/lib/$PACKAGE/*.*a
   10.42 -}
   10.43 +DEPENDS="cairo-compmgr-core cairo-compmgr-plugins"
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/libcairo-compmgr-dev/receipt	Fri Feb 22 16:33:13 2013 +0000
    11.3 @@ -0,0 +1,20 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="libcairo-compmgr-dev"
    11.7 +VERSION="0.3.0"
    11.8 +CATEGORY="development"
    11.9 +SHORT_DESC="Cairo composite manager - library development files"
   11.10 +MAINTAINER="al.bobylev@gmail.com"
   11.11 +WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
   11.12 +
   11.13 +WANTED="cairo-compmgr-core"
   11.14 +DEPENDS="libcairo-compmgr0"
   11.15 +GENERIC_PIXMAPS="no"
   11.16 +
   11.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.18 +genpkg_rules()
   11.19 +{
   11.20 +	mkdir -p $fs/usr/lib
   11.21 +	cp -a $install/usr/lib/*.la $fs/usr/lib
   11.22 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   11.23 +}
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/libcairo-compmgr0/receipt	Fri Feb 22 16:33:13 2013 +0000
    12.3 @@ -0,0 +1,19 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="libcairo-compmgr0"
    12.7 +VERSION="0.3.0"
    12.8 +CATEGORY="development"
    12.9 +SHORT_DESC="Cairo composite manager - library"
   12.10 +MAINTAINER="al.bobylev@gmail.com"
   12.11 +WEB_SITE="http://cairo-compmgr.tuxfamily.org/"
   12.12 +
   12.13 +WANTED="cairo-compmgr-core"
   12.14 +DEPENDS="gtk+ vala xorg-libSM xorg-libXi"
   12.15 +GENERIC_PIXMAPS="no"
   12.16 +
   12.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.18 +genpkg_rules()
   12.19 +{
   12.20 +	mkdir -p $fs/usr/lib
   12.21 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   12.22 +}