# HG changeset patch # User Aleksej Bobylev # Date 1361550793 0 # Node ID 65b9df7997927472d7f03e8f43d41082f99938de # Parent 6e8b2a10cd0d3646e3c9fdff9b337fbd3ca2f1e3 cairo-compmgr: split source like in $src/debian diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-core/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-core/receipt Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,53 @@ +# SliTaz package receipt. + +PACKAGE="cairo-compmgr-core" +VERSION="0.3.0" +CATEGORY="x-window" +SHORT_DESC="Cairo composite manager - core files" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPLv3" +WEB_SITE="http://cairo-compmgr.tuxfamily.org/" +SOURCE="cairo-compmgr" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://download.tuxfamily.org/ccm/$SOURCE/$TARBALL" + +DEPENDS="libbfd libcairo-compmgr0" +BUILD_DEPENDS="xorg-libXcomposite-dev xorg-libXdamage-dev xorg-libXext-dev \ +xorg-libXi-dev xorg-libSM-dev cairo-dev pixman-dev gtk+-dev vala \ +xorg-libICE-dev xorg-libX11-dev" + +# Rules to configure and make the package. +compile_rules() +{ + # make needed pkg-config file + ln -s /usr/lib/pkgconfig/libvala-0.16.pc /usr/lib/pkgconfig/vala-1.0.pc + + # localization + cp -a $stuff/cairo-compmgr.pot $src/po + cp -a $stuff/ru.po $src/po + + export LDFLAGS="$LDFLAGS $(pkg-config --libs ice gmodule-2.0 x11)" + + ./configure $CONFIGURE_ARGS && + make && + make install + rm -f $install/usr/share/applications/* +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p \ + $fs/usr/bin \ + $fs/usr/share/applications \ + $fs/usr/share/cairo-compmgr/ui \ + $fs/usr/share/cairo-compmgr/schemas + cp -a $install/usr/bin/cairo-compmgr $fs/usr/bin + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/man $fs/usr/share + cp -a $stuff/cairo-compmgr.desktop $fs/usr/share/applications + cp -a $install/usr/share/cairo-compmgr/ui/ccm-preferences.ui \ + $fs/usr/share/cairo-compmgr/ui + cp -a $install/usr/share/cairo-compmgr/schemas/ccm-display.schema-key \ + $fs/usr/share/cairo-compmgr/schemas +} diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-core/stuff/cairo-compmgr.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-core/stuff/cairo-compmgr.desktop Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Cairo Composite Manager +Name[ru]=Композитный менеджер Cairo +Exec=cairo-compmgr +Terminal=false +Icon=/usr/share/pixmaps/cairo-compmgr/cairo-compmgr.png +StartupNotify=false +Categories=GTK;Settings;DesktopSettings; diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-core/stuff/cairo-compmgr.pot --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-core/stuff/cairo-compmgr.pot Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,262 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-22 02:10+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/cairo-compmgr.desktop.in.h:1 +#: ../data/cairo-compmgr.desktop.in.in.h:1 ../src/ccm-tray-menu.c:143 +msgid "Cairo Composite Manager" +msgstr "" + +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:1 +msgid "Automate" +msgstr "" + +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:2 +msgid "Automate record/play desktop actions" +msgstr "" + +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:1 +msgid "Decoration" +msgstr "" + +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:2 +msgid "Transparent window decoration" +msgstr "" + +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:1 +msgid "Fade" +msgstr "" + +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:2 +msgid "Fade effect on window map/unmap" +msgstr "" + +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:1 +msgid "Freeze" +msgstr "" + +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:2 +msgid "Obscured windows frozen" +msgstr "" + +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:1 +msgid "Desktop magnifier" +msgstr "" + +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:2 +msgid "Magnifier" +msgstr "" + +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:1 +msgid "Add animation on menu open/close" +msgstr "" + +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:2 +msgid "Menu-Animation" +msgstr "" + +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:1 +msgid "Mosaic" +msgstr "" + +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:2 +msgid "Mosaic window selector" +msgstr "" + +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:1 +msgid "Add setting windows opacity" +msgstr "" + +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:2 +msgid "Opacity" +msgstr "" + +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:1 +msgid "Perf" +msgstr "" + +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:2 +msgid "Show cairo composite manager ressources" +msgstr "" + +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:1 +msgid "Add windows shadow" +msgstr "" + +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:2 +msgid "Shadow" +msgstr "" + +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:1 +msgid "Snapshot" +msgstr "" + +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:2 +msgid "Take a snapshot of a window or a screen area" +msgstr "" + +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:1 +msgid "Vala test window plugin" +msgstr "" + +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:2 +msgid "Vala-Window-Plugin" +msgstr "" + +#: ../src/cairo-compmgr.c:109 +msgid "Always restart cairo composite manager" +msgstr "" + +#: ../src/cairo-compmgr.c:112 +msgid "Start cairo composite manager configuration tools" +msgstr "" + +#: ../src/cairo-compmgr.c:116 +msgid "Force use gconf for configuration files" +msgstr "" + +#: ../src/cairo-compmgr.c:121 +msgid "Dump gobject introspection file" +msgstr "" + +#: ../src/cairo-compmgr.c:122 +msgid "types.txt,out.xml" +msgstr "" + +#: ../src/cairo-compmgr.c:139 +msgid "- Cairo composite manager" +msgstr "" + +#: ../src/ccm-tray-menu.c:212 +msgid "Composite desktop" +msgstr "" + +#: ../lib/ccm-config-entry-shortcut.c:249 +#: ../lib/ccm-config-entry-shortcut.c:342 +msgid "Disabled" +msgstr "" + +#: ../lib/ccm-config-entry-shortcut.c:288 +msgid "" +msgstr "" + +#: ../lib/ccm-config-entry-shortcut.c:289 +msgid "" +msgstr "" + +#: ../src/eggdesktopfile.c:162 +#, c-format +msgid "File is not a valid .desktop file" +msgstr "" + +#: ../src/eggdesktopfile.c:185 +#, c-format +msgid "Unrecognized desktop file Version '%s'" +msgstr "" + +#: ../src/eggdesktopfile.c:928 +#, c-format +msgid "Starting %s" +msgstr "" + +#: ../src/eggdesktopfile.c:1067 +#, c-format +msgid "Application does not accept documents on command line" +msgstr "" + +#: ../src/eggdesktopfile.c:1135 +#, c-format +msgid "Unrecognized launch option: %d" +msgstr "" + +#: ../src/eggdesktopfile.c:1336 +#, c-format +msgid "Can't pass document URIs to a 'Type=Link' desktop entry" +msgstr "" + +#: ../src/eggdesktopfile.c:1357 +#, c-format +msgid "Not a launchable item" +msgstr "" + +#: ../src/eggsmclient.c:209 +msgid "Disable connection to session manager" +msgstr "" + +#: ../src/eggsmclient.c:212 +msgid "Specify file containing saved configuration" +msgstr "" + +#: ../src/eggsmclient.c:212 +msgid "FILE" +msgstr "" + +#: ../src/eggsmclient.c:215 +msgid "Specify session management ID" +msgstr "" + +#: ../src/eggsmclient.c:215 +msgid "ID" +msgstr "" + +#: ../src/eggsmclient.c:236 +msgid "Session management options:" +msgstr "" + +#: ../src/eggsmclient.c:237 +msgid "Show session management options" +msgstr "" + +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:1 +msgid "Clone" +msgstr "" + +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:2 +msgid "Clone window or screen" +msgstr "" + +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:1 +msgid "Add animation on window open/close" +msgstr "" + +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:2 +msgid "Window-Animation" +msgstr "" + +#: ../src/ccm-timed-dialog.c:98 +#, c-format +msgid "" +"Testing the new settings. If you don't respond in %d second the previous " +"settings will be restored." +msgstr "" + +#: ../src/ccm-timed-dialog.c:145 +msgid "Keep Settings" +msgstr "" + +#: ../src/ccm-timed-dialog.c:150 +msgid "Do you want to keep these settings?" +msgstr "" + +#: ../src/ccm-timed-dialog.c:174 +msgid "Use _previous settings" +msgstr "" + +#: ../src/ccm-timed-dialog.c:175 +msgid "_Keep settings" +msgstr "" diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-core/stuff/ru.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-core/stuff/ru.po Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,261 @@ +# Russian translations for cairo-compmgr package +# Copyright (C) 2013 THE cairo-compmgr'S COPYRIGHT HOLDER +# This file is distributed under the same license as the cairo-compmgr package. +# Aleksej Bobylev , 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: cairo-compmgr 0.3.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-22 02:10+0000\n" +"PO-Revision-Date: 2013-02-22 11:57-0000\n" +"Last-Translator: Aleksej Bobylev \n" +"Language-Team: Russian\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../data/cairo-compmgr.desktop.in.h:1 +#: ../data/cairo-compmgr.desktop.in.in.h:1 +#: ../src/ccm-tray-menu.c:143 +msgid "Cairo Composite Manager" +msgstr "Композитный менеджер Cairo" + +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:1 +msgid "Automate" +msgstr "Автоматизация" + +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:2 +msgid "Automate record/play desktop actions" +msgstr "Автоматизация записи-воспроизведения действий рабочего стола" + +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:1 +msgid "Decoration" +msgstr "Обрамление" + +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:2 +msgid "Transparent window decoration" +msgstr "Полупрозрачное обрамление окон" + +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:1 +msgid "Fade" +msgstr "Переходы" + +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:2 +msgid "Fade effect on window map/unmap" +msgstr "Плавное появление и исчезание окон" + +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:1 +msgid "Freeze" +msgstr "Мороз" + +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:2 +msgid "Obscured windows frozen" +msgstr "Затенение не отвечающих окон" + +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:1 +msgid "Desktop magnifier" +msgstr "Увеличительное стекло" + +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:2 +msgid "Magnifier" +msgstr "Лупа" + +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:1 +msgid "Add animation on menu open/close" +msgstr "Анимация открытия-закрытия меню" + +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:2 +msgid "Menu-Animation" +msgstr "Анимация меню" + +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:1 +msgid "Mosaic" +msgstr "Мозаика" + +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:2 +msgid "Mosaic window selector" +msgstr "Мозаичный выбор окна" + +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:1 +msgid "Add setting windows opacity" +msgstr "Полупрозрачные окна" + +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:2 +msgid "Opacity" +msgstr "Полупрозрачность" + +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:1 +msgid "Perf" +msgstr "Производительность" + +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:2 +msgid "Show cairo composite manager ressources" +msgstr "Ресурсы, потребляемые композитным менеджером Cairo" + +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:1 +msgid "Add windows shadow" +msgstr "Показывать тени окон" + +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:2 +msgid "Shadow" +msgstr "Тень" + +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:1 +msgid "Snapshot" +msgstr "Снимок" + +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:2 +msgid "Take a snapshot of a window or a screen area" +msgstr "Сделать снимок окна или части экрана" + +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:1 +msgid "Vala test window plugin" +msgstr "Тестовый оконный плагин vala" + +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:2 +msgid "Vala-Window-Plugin" +msgstr "Оконный плагин vala" + +#: ../src/cairo-compmgr.c:109 +msgid "Always restart cairo composite manager" +msgstr "Всегда перезапускать композитный менеджер Cairo" + +#: ../src/cairo-compmgr.c:112 +msgid "Start cairo composite manager configuration tools" +msgstr "Настроить композитный менеджер Cairo" + +#: ../src/cairo-compmgr.c:116 +msgid "Force use gconf for configuration files" +msgstr "Принудительно использовать GConf для конфигурационных файлов" + +#: ../src/cairo-compmgr.c:121 +msgid "Dump gobject introspection file" +msgstr "Дамп файл самоанализа GObject" + +#: ../src/cairo-compmgr.c:122 +msgid "types.txt,out.xml" +msgstr "types.txt,out.xml" + +#: ../src/cairo-compmgr.c:139 +msgid "- Cairo composite manager" +msgstr "— композитный менеджер Cairo" + +#: ../src/ccm-tray-menu.c:212 +msgid "Composite desktop" +msgstr "Включить эффекты" + +#: ../lib/ccm-config-entry-shortcut.c:249 +#: ../lib/ccm-config-entry-shortcut.c:342 +msgid "Disabled" +msgstr "Выключен" + +#: ../lib/ccm-config-entry-shortcut.c:288 +msgid "" +msgstr "‹нажмите комбинацию клавиш и мыши…›" + +#: ../lib/ccm-config-entry-shortcut.c:289 +msgid "" +msgstr "‹нажмите комбинацию клавиш…›" + +#: ../src/eggdesktopfile.c:162 +#, c-format +msgid "File is not a valid .desktop file" +msgstr "Файл не является допустимым файлом .desktop" + +#: ../src/eggdesktopfile.c:185 +#, c-format +msgid "Unrecognized desktop file Version '%s'" +msgstr "Неподдерживаемая версия «%s» файла desktop" + +#: ../src/eggdesktopfile.c:928 +#, c-format +msgid "Starting %s" +msgstr "Запуск %s" + +#: ../src/eggdesktopfile.c:1067 +#, c-format +msgid "Application does not accept documents on command line" +msgstr "Приложение не поддерживает документы в командной строке" + +#: ../src/eggdesktopfile.c:1135 +#, c-format +msgid "Unrecognized launch option: %d" +msgstr "Неподдерживаемый параметр запуска: %d" + +#: ../src/eggdesktopfile.c:1336 +#, c-format +msgid "Can't pass document URIs to a 'Type=Link' desktop entry" +msgstr "Невозможно передать URI документа при использовании «Type=Link» в файле .desktop" + +#: ../src/eggdesktopfile.c:1357 +#, c-format +msgid "Not a launchable item" +msgstr "Этот элемент не поддерживает запуск" + +#: ../src/eggsmclient.c:209 +msgid "Disable connection to session manager" +msgstr "Отключить связь с менеджером сессии" + +#: ../src/eggsmclient.c:212 +msgid "Specify file containing saved configuration" +msgstr "Укажите файл, содержащий сохраненную конфигурацию" + +#: ../src/eggsmclient.c:212 +msgid "FILE" +msgstr "ФАЙЛ" + +#: ../src/eggsmclient.c:215 +msgid "Specify session management ID" +msgstr "Укажите ID менеджера сессии" + +#: ../src/eggsmclient.c:215 +msgid "ID" +msgstr "ID" + +#: ../src/eggsmclient.c:236 +msgid "Session management options:" +msgstr "Параметры менеджера сессии:" + +#: ../src/eggsmclient.c:237 +msgid "Show session management options" +msgstr "Показать параметры менеджера сессии" + +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:1 +msgid "Clone" +msgstr "Клонировать" + +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:2 +msgid "Clone window or screen" +msgstr "Клонировать окно или экран" + +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:1 +msgid "Add animation on window open/close" +msgstr "Анимация открытия-закрытия окна" + +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:2 +msgid "Window-Animation" +msgstr "Анимация окна" + +#: ../src/ccm-timed-dialog.c:98 +#, c-format +msgid "Testing the new settings. If you don't respond in %d second the previous settings will be restored." +msgstr "Тест новых настроек. Если вы не подтвердите их в течение %d секунд, то будут восстановлены предыдущие настройки." + +#: ../src/ccm-timed-dialog.c:145 +msgid "Keep Settings" +msgstr "Сохранить настройки" + +#: ../src/ccm-timed-dialog.c:150 +msgid "Do you want to keep these settings?" +msgstr "Хотите ли вы сохранить эти настройки?" + +#: ../src/ccm-timed-dialog.c:174 +msgid "Use _previous settings" +msgstr "Использовать предыдущие настройки" + +#: ../src/ccm-timed-dialog.c:175 +msgid "_Keep settings" +msgstr "Сохранить настройки" + diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-dev/receipt Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="cairo-compmgr-dev" +VERSION="0.3.0" +CATEGORY="development" +SHORT_DESC="Cairo composite manager - development files" +MAINTAINER="al.bobylev@gmail.com" +WEB_SITE="http://cairo-compmgr.tuxfamily.org/" + +WANTED="cairo-compmgr-core" +DEPENDS="libcairo-compmgr-dev" +GENERIC_PIXMAPS="no" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/include $fs/usr +} diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-doc/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-doc/receipt Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="cairo-compmgr-doc" +VERSION="0.3.0" +CATEGORY="development" +SHORT_DESC="Cairo composite manager - documentation" +MAINTAINER="al.bobylev@gmail.com" +WEB_SITE="http://cairo-compmgr.tuxfamily.org/" + +WANTED="cairo-compmgr-core" +DEPENDS="cairo-compmgr" +GENERIC_PIXMAPS="no" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $install/usr/share/gtk-doc $fs/usr/share +} diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-doc/stuff/cairo-compmgr-doc.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-doc/stuff/cairo-compmgr-doc.desktop Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=Cairo Composite Manager Doc +Name[ru]=Документация композитного менеджера Cairo +Exec=browser file:///usr/share/gtk-doc/html/cairo-compmgr/index.html +Icon=/usr/share/pixmaps/cairo-compmgr/cairo-compmgr.png +Terminal=false +StartupNotify=false +Categories=Development;Documentation; diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-plugins/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-plugins/receipt Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="cairo-compmgr-plugins" +VERSION="0.3.0" +CATEGORY="development" +SHORT_DESC="Cairo composite manager - plugins" +MAINTAINER="al.bobylev@gmail.com" +WEB_SITE="http://cairo-compmgr.tuxfamily.org/" + +WANTED="cairo-compmgr-core" +DEPENDS="cairo-compmgr-core" +GENERIC_PIXMAPS="no" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p \ + $fs/usr/lib/cairo-compmgr \ + $fs/usr/share/cairo-compmgr + cp -a $install/usr/lib/cairo-compmgr/lib*.so $fs/usr/lib/cairo-compmgr + cp -a $install/usr/lib/cairo-compmgr/*.plugin $fs/usr/lib/cairo-compmgr + cp -a $install/usr/share/cairo-compmgr/schemas \ + $fs/usr/share/cairo-compmgr + # included in cairo-compmgr-core + rm -f $fs/usr/share/cairo-compmgr/schemas/ccm-display.schema-key + cp -a $install/usr/share/cairo-compmgr/ui $fs/usr/share/cairo-compmgr +} diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr-vala/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cairo-compmgr-vala/receipt Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="cairo-compmgr-vala" +VERSION="0.3.0" +CATEGORY="development" +SHORT_DESC="Cairo composite manager - Vala files" +MAINTAINER="al.bobylev@gmail.com" +WEB_SITE="http://cairo-compmgr.tuxfamily.org/" + +WANTED="cairo-compmgr-core" +DEPENDS="libcairo-compmgr-dev vala" +GENERIC_PIXMAPS="no" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $install/usr/share/vala $fs/usr/share +} diff -r 6e8b2a10cd0d -r 65b9df799792 cairo-compmgr/receipt --- a/cairo-compmgr/receipt Fri Feb 22 10:40:53 2013 +0100 +++ b/cairo-compmgr/receipt Fri Feb 22 16:33:13 2013 +0000 @@ -2,35 +2,10 @@ PACKAGE="cairo-compmgr" VERSION="0.3.0" -CATEGORY="x-window" -SHORT_DESC="Cairo Composite Manager" -MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" +CATEGORY="meta" +SHORT_DESC="Cairo composite manager" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL-2" WEB_SITE="http://cairo-compmgr.tuxfamily.org/" -WGET_URL="http://download.tuxfamily.org/ccm/cairo-compmgr/$TARBALL" -DEPENDS="gtk+ cairo librsvg util-linux-uuid xorg-libXi xorg-libSM" -BUILD_DEPENDS="gtk+-dev cairo-dev librsvg-dev vala util-linux-uuid-dev \ -intltool" - -# Rules to configure and make the package. -compile_rules() -{ - # Binutils 2.22 break many packages build without LDFLAGS set correctly. - export LDFLAGS="-Wl,--copy-dt-needed-entries" - - sed -i "s/vala-1.0/$(basename /usr/lib/pkgconfig/libvala-*.pc .pc)/" configure - ./configure $CONFIGURE_ARGS && make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - rm $fs/usr/lib/$PACKAGE/*.*a -} +DEPENDS="cairo-compmgr-core cairo-compmgr-plugins" diff -r 6e8b2a10cd0d -r 65b9df799792 libcairo-compmgr-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libcairo-compmgr-dev/receipt Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="libcairo-compmgr-dev" +VERSION="0.3.0" +CATEGORY="development" +SHORT_DESC="Cairo composite manager - library development files" +MAINTAINER="al.bobylev@gmail.com" +WEB_SITE="http://cairo-compmgr.tuxfamily.org/" + +WANTED="cairo-compmgr-core" +DEPENDS="libcairo-compmgr0" +GENERIC_PIXMAPS="no" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*.la $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib +} diff -r 6e8b2a10cd0d -r 65b9df799792 libcairo-compmgr0/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libcairo-compmgr0/receipt Fri Feb 22 16:33:13 2013 +0000 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="libcairo-compmgr0" +VERSION="0.3.0" +CATEGORY="development" +SHORT_DESC="Cairo composite manager - library" +MAINTAINER="al.bobylev@gmail.com" +WEB_SITE="http://cairo-compmgr.tuxfamily.org/" + +WANTED="cairo-compmgr-core" +DEPENDS="gtk+ vala xorg-libSM xorg-libXi" +GENERIC_PIXMAPS="no" + +# 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 +}