wok-next rev 20557
Remove *.la files.
line diff
1.1 --- a/cairo-compmgr-core/receipt Sat Apr 07 05:53:06 2018 +0300 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,111 +0,0 @@ 1.4 -# SliTaz package receipt v2. 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="GPL2" 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 -BUILD_DEPENDS="xorg-libXcomposite-dev xorg-libXdamage-dev xorg-libXext-dev \ 1.18 -xorg-libXi-dev xorg-libSM-dev cairo-dev xorg-pixman-dev gtk+-dev vala \ 1.19 -xorg-libICE-dev xorg-libX11-dev util-linux-uuid-dev intltool" 1.20 -SPLIT="cairo-compmgr-dev cairo-compmgr-doc cairo-compmgr-plugins \ 1.21 -cairo-compmgr-vala libcairo-compmgr0 libcairo-compmgr-dev" 1.22 - 1.23 -# Rules to configure and make the package. 1.24 -compile_rules() 1.25 -{ 1.26 - # make needed pkg-config file 1.27 - ln -s $(ls /usr/lib/pkgconfig/libvala-*.pc | sed q) /usr/lib/pkgconfig/vala-1.0.pc 1.28 - 1.29 - # localization 1.30 - cp -a $stuff/cairo-compmgr.pot $src/po 1.31 - cp -a $stuff/ru.po $src/po 1.32 - 1.33 - export LDFLAGS="$LDFLAGS $(pkg-config --libs ice gmodule-2.0 x11)" 1.34 - 1.35 - ./configure $CONFIGURE_ARGS && 1.36 - make && 1.37 - make install 1.38 - rm -f $install/usr/share/applications/* 1.39 -} 1.40 - 1.41 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.42 -genpkg_rules() 1.43 -{ 1.44 - case $PACKAGE in 1.45 - cairo-compmgr-core) 1.46 - DEPENDS="libbfd libcairo-compmgr0" 1.47 - mkdir -p \ 1.48 - $fs/usr/bin \ 1.49 - $fs/usr/share/applications \ 1.50 - $fs/usr/share/cairo-compmgr/ui \ 1.51 - $fs/usr/share/cairo-compmgr/schemas 1.52 - cp -a $install/usr/bin/cairo-compmgr $fs/usr/bin 1.53 - cp -a $install/usr/share/pixmaps $fs/usr/share 1.54 - cp -a $install/usr/share/man $fs/usr/share 1.55 - cp -a $stuff/cairo-compmgr.desktop $fs/usr/share/applications 1.56 - cp -a $install/usr/share/cairo-compmgr/ui/ccm-preferences.ui \ 1.57 - $fs/usr/share/cairo-compmgr/ui 1.58 - cp -a $install/usr/share/cairo-compmgr/schemas/ccm-display.schema-key \ 1.59 - $fs/usr/share/cairo-compmgr/schemas 1.60 - ;; 1.61 - cairo-compmgr-dev) 1.62 - CAT="development|Cairo composite manager - development files" 1.63 - DEPENDS="libcairo-compmgr-dev" 1.64 - GENERIC_PIXMAPS="no" 1.65 - mkdir -p $fs/usr 1.66 - cp -a $install/usr/include $fs/usr 1.67 - ;; 1.68 - cairo-compmgr-doc) 1.69 - CAT="development|Cairo composite manager - documentation" 1.70 - DEPENDS="cairo-compmgr" 1.71 - GENERIC_PIXMAPS="no" 1.72 - mkdir -p $fs/usr/share 1.73 - cp -a $install/usr/share/gtk-doc $fs/usr/share 1.74 - ;; 1.75 - cairo-compmgr-plugins) 1.76 - CAT="development|Cairo composite manager - plugins" 1.77 - DEPENDS="cairo-compmgr-core" 1.78 - GENERIC_PIXMAPS="no" 1.79 - mkdir -p \ 1.80 - $fs/usr/lib/cairo-compmgr \ 1.81 - $fs/usr/share/cairo-compmgr 1.82 - cp -a $install/usr/lib/cairo-compmgr/lib*.so $fs/usr/lib/cairo-compmgr 1.83 - cp -a $install/usr/lib/cairo-compmgr/*.plugin $fs/usr/lib/cairo-compmgr 1.84 - cp -a $install/usr/share/cairo-compmgr/schemas \ 1.85 - $fs/usr/share/cairo-compmgr 1.86 - # included in cairo-compmgr-core 1.87 - rm -f $fs/usr/share/cairo-compmgr/schemas/ccm-display.schema-key 1.88 - cp -a $install/usr/share/cairo-compmgr/ui $fs/usr/share/cairo-compmgr 1.89 - ;; 1.90 - cairo-compmgr-vala) 1.91 - CAT="development|Cairo composite manager - Vala files" 1.92 - DEPENDS="libcairo-compmgr-dev vala" 1.93 - GENERIC_PIXMAPS="no" 1.94 - mkdir -p $fs/usr/share 1.95 - cp -a $install/usr/share/vala $fs/usr/share 1.96 - ;; 1.97 - libcairo-compmgr0) 1.98 - CAT="development|Cairo composite manager - library" 1.99 - PROVIDE="libcairo-compmgr" 1.100 - DEPENDS="gtk+ vala xorg-libSM xorg-libXi" 1.101 - GENERIC_PIXMAPS="no" 1.102 - mkdir -p $fs/usr/lib 1.103 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.104 - ;; 1.105 - libcairo-compmgr-dev) 1.106 - CAT="development|Cairo composite manager - library development files" 1.107 - DEPENDS="libcairo-compmgr0" 1.108 - GENERIC_PIXMAPS="no" 1.109 - mkdir -p $fs/usr/lib 1.110 - cp -a $install/usr/lib/*.la $fs/usr/lib 1.111 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.112 - ;; 1.113 - esac 1.114 -}
2.1 --- a/cairo-compmgr-core/stuff/cairo-compmgr-doc.desktop Sat Apr 07 05:53:06 2018 +0300 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,11 +0,0 @@ 2.4 -[Desktop Entry] 2.5 -Type=Application 2.6 -Name=Cairo Composite Manager Doc 2.7 -Name[pt]=Documentação do Gerenciador de Composite Cairo 2.8 -Name[pt_BR]=Documentação do Gerenciador de Composite Cairo 2.9 -Name[ru]=Документация композитного менеджера Cairo 2.10 -Exec=browser file:///usr/share/gtk-doc/html/cairo-compmgr/index.html 2.11 -Icon=/usr/share/pixmaps/cairo-compmgr/cairo-compmgr.png 2.12 -Terminal=false 2.13 -StartupNotify=false 2.14 -Categories=Development;Documentation;
3.1 --- a/cairo-compmgr-core/stuff/cairo-compmgr.desktop Sat Apr 07 05:53:06 2018 +0300 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,11 +0,0 @@ 3.4 -[Desktop Entry] 3.5 -Type=Application 3.6 -Name=Cairo Composite Manager 3.7 -Name[pt]=Gerenciador de Composite Cairo 3.8 -Name[pt_BR]=Gerenciador de Composite Cairo 3.9 -Name[ru]=Композитный менеджер Cairo 3.10 -Exec=cairo-compmgr 3.11 -Terminal=false 3.12 -Icon=/usr/share/pixmaps/cairo-compmgr/cairo-compmgr.png 3.13 -StartupNotify=false 3.14 -Categories=GTK;Settings;DesktopSettings;
4.1 --- a/cairo-compmgr-core/stuff/cairo-compmgr.pot Sat Apr 07 05:53:06 2018 +0300 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,262 +0,0 @@ 4.4 -# SOME DESCRIPTIVE TITLE. 4.5 -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 4.6 -# This file is distributed under the same license as the PACKAGE package. 4.7 -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 4.8 -# 4.9 -#, fuzzy 4.10 -msgid "" 4.11 -msgstr "" 4.12 -"Project-Id-Version: PACKAGE VERSION\n" 4.13 -"Report-Msgid-Bugs-To: \n" 4.14 -"POT-Creation-Date: 2013-02-22 02:10+0000\n" 4.15 -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 4.16 -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 4.17 -"Language-Team: LANGUAGE <LL@li.org>\n" 4.18 -"Language: \n" 4.19 -"MIME-Version: 1.0\n" 4.20 -"Content-Type: text/plain; charset=CHARSET\n" 4.21 -"Content-Transfer-Encoding: 8bit\n" 4.22 - 4.23 -#: ../data/cairo-compmgr.desktop.in.h:1 4.24 -#: ../data/cairo-compmgr.desktop.in.in.h:1 ../src/ccm-tray-menu.c:143 4.25 -msgid "Cairo Composite Manager" 4.26 -msgstr "" 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 "" 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 "" 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 "" 4.123 - 4.124 -#: ../src/cairo-compmgr.c:109 4.125 -msgid "Always restart cairo composite manager" 4.126 -msgstr "" 4.127 - 4.128 -#: ../src/cairo-compmgr.c:112 4.129 -msgid "Start cairo composite manager configuration tools" 4.130 -msgstr "" 4.131 - 4.132 -#: ../src/cairo-compmgr.c:116 4.133 -msgid "Force use gconf for configuration files" 4.134 -msgstr "" 4.135 - 4.136 -#: ../src/cairo-compmgr.c:121 4.137 -msgid "Dump gobject introspection file" 4.138 -msgstr "" 4.139 - 4.140 -#: ../src/cairo-compmgr.c:122 4.141 -msgid "types.txt,out.xml" 4.142 -msgstr "" 4.143 - 4.144 -#: ../src/cairo-compmgr.c:139 4.145 -msgid "- Cairo composite manager" 4.146 -msgstr "" 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 "" 4.169 - 4.170 -#: ../src/eggdesktopfile.c:185 4.171 -#, c-format 4.172 -msgid "Unrecognized desktop file Version '%s'" 4.173 -msgstr "" 4.174 - 4.175 -#: ../src/eggdesktopfile.c:928 4.176 -#, c-format 4.177 -msgid "Starting %s" 4.178 -msgstr "" 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 "" 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 "" 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 "" 4.215 - 4.216 -#: ../src/eggsmclient.c:215 4.217 -msgid "ID" 4.218 -msgstr "" 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 "" 4.247 -"Testing the new settings. If you don't respond in %d second the previous " 4.248 -"settings will be restored." 4.249 -msgstr "" 4.250 - 4.251 -#: ../src/ccm-timed-dialog.c:145 4.252 -msgid "Keep Settings" 4.253 -msgstr "" 4.254 - 4.255 -#: ../src/ccm-timed-dialog.c:150 4.256 -msgid "<b>Do you want to keep these settings?</b>" 4.257 -msgstr "" 4.258 - 4.259 -#: ../src/ccm-timed-dialog.c:174 4.260 -msgid "Use _previous settings" 4.261 -msgstr "" 4.262 - 4.263 -#: ../src/ccm-timed-dialog.c:175 4.264 -msgid "_Keep settings" 4.265 -msgstr ""
5.1 --- a/cairo-compmgr-core/stuff/ru.po Sat Apr 07 05:53:06 2018 +0300 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,261 +0,0 @@ 5.4 -# Russian translations for cairo-compmgr package 5.5 -# Copyright (C) 2013 THE cairo-compmgr'S COPYRIGHT HOLDER 5.6 -# This file is distributed under the same license as the cairo-compmgr package. 5.7 -# Aleksej Bobylev <al.bobylev@gmail.com>, 2013. 5.8 -# 5.9 -msgid "" 5.10 -msgstr "" 5.11 -"Project-Id-Version: cairo-compmgr 0.3.0\n" 5.12 -"Report-Msgid-Bugs-To: \n" 5.13 -"POT-Creation-Date: 2013-02-22 02:10+0000\n" 5.14 -"PO-Revision-Date: 2013-02-22 11:57-0000\n" 5.15 -"Last-Translator: Aleksej Bobylev <al.bobylev@gmail.com>\n" 5.16 -"Language-Team: Russian\n" 5.17 -"Language: ru\n" 5.18 -"MIME-Version: 1.0\n" 5.19 -"Content-Type: text/plain; charset=UTF-8\n" 5.20 -"Content-Transfer-Encoding: 8bit\n" 5.21 - 5.22 -#: ../data/cairo-compmgr.desktop.in.h:1 5.23 -#: ../data/cairo-compmgr.desktop.in.in.h:1 5.24 -#: ../src/ccm-tray-menu.c:143 5.25 -msgid "Cairo Composite Manager" 5.26 -msgstr "Композитный менеджер Cairo" 5.27 - 5.28 -#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:1 5.29 -msgid "Automate" 5.30 -msgstr "Автоматизация" 5.31 - 5.32 -#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:2 5.33 -msgid "Automate record/play desktop actions" 5.34 -msgstr "Автоматизация записи-воспроизведения действий рабочего стола" 5.35 - 5.36 -#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:1 5.37 -msgid "Decoration" 5.38 -msgstr "Обрамление" 5.39 - 5.40 -#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:2 5.41 -msgid "Transparent window decoration" 5.42 -msgstr "Полупрозрачное обрамление окон" 5.43 - 5.44 -#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:1 5.45 -msgid "Fade" 5.46 -msgstr "Переходы" 5.47 - 5.48 -#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:2 5.49 -msgid "Fade effect on window map/unmap" 5.50 -msgstr "Плавное появление и исчезание окон" 5.51 - 5.52 -#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:1 5.53 -msgid "Freeze" 5.54 -msgstr "Мороз" 5.55 - 5.56 -#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:2 5.57 -msgid "Obscured windows frozen" 5.58 -msgstr "Затенение не отвечающих окон" 5.59 - 5.60 -#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:1 5.61 -msgid "Desktop magnifier" 5.62 -msgstr "Увеличительное стекло" 5.63 - 5.64 -#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:2 5.65 -msgid "Magnifier" 5.66 -msgstr "Лупа" 5.67 - 5.68 -#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:1 5.69 -msgid "Add animation on menu open/close" 5.70 -msgstr "Анимация открытия-закрытия меню" 5.71 - 5.72 -#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:2 5.73 -msgid "Menu-Animation" 5.74 -msgstr "Анимация меню" 5.75 - 5.76 -#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:1 5.77 -msgid "Mosaic" 5.78 -msgstr "Мозаика" 5.79 - 5.80 -#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:2 5.81 -msgid "Mosaic window selector" 5.82 -msgstr "Мозаичный выбор окна" 5.83 - 5.84 -#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:1 5.85 -msgid "Add setting windows opacity" 5.86 -msgstr "Полупрозрачные окна" 5.87 - 5.88 -#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:2 5.89 -msgid "Opacity" 5.90 -msgstr "Полупрозрачность" 5.91 - 5.92 -#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:1 5.93 -msgid "Perf" 5.94 -msgstr "Производительность" 5.95 - 5.96 -#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:2 5.97 -msgid "Show cairo composite manager ressources" 5.98 -msgstr "Ресурсы, потребляемые композитным менеджером Cairo" 5.99 - 5.100 -#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:1 5.101 -msgid "Add windows shadow" 5.102 -msgstr "Показывать тени окон" 5.103 - 5.104 -#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:2 5.105 -msgid "Shadow" 5.106 -msgstr "Тень" 5.107 - 5.108 -#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:1 5.109 -msgid "Snapshot" 5.110 -msgstr "Снимок" 5.111 - 5.112 -#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:2 5.113 -msgid "Take a snapshot of a window or a screen area" 5.114 -msgstr "Сделать снимок окна или части экрана" 5.115 - 5.116 -#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:1 5.117 -msgid "Vala test window plugin" 5.118 -msgstr "Тестовый оконный плагин vala" 5.119 - 5.120 -#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:2 5.121 -msgid "Vala-Window-Plugin" 5.122 -msgstr "Оконный плагин vala" 5.123 - 5.124 -#: ../src/cairo-compmgr.c:109 5.125 -msgid "Always restart cairo composite manager" 5.126 -msgstr "Всегда перезапускать композитный менеджер Cairo" 5.127 - 5.128 -#: ../src/cairo-compmgr.c:112 5.129 -msgid "Start cairo composite manager configuration tools" 5.130 -msgstr "Настроить композитный менеджер Cairo" 5.131 - 5.132 -#: ../src/cairo-compmgr.c:116 5.133 -msgid "Force use gconf for configuration files" 5.134 -msgstr "Принудительно использовать GConf для конфигурационных файлов" 5.135 - 5.136 -#: ../src/cairo-compmgr.c:121 5.137 -msgid "Dump gobject introspection file" 5.138 -msgstr "Дамп файл самоанализа GObject" 5.139 - 5.140 -#: ../src/cairo-compmgr.c:122 5.141 -msgid "types.txt,out.xml" 5.142 -msgstr "types.txt,out.xml" 5.143 - 5.144 -#: ../src/cairo-compmgr.c:139 5.145 -msgid "- Cairo composite manager" 5.146 -msgstr "— композитный менеджер Cairo" 5.147 - 5.148 -#: ../src/ccm-tray-menu.c:212 5.149 -msgid "Composite desktop" 5.150 -msgstr "Включить эффекты" 5.151 - 5.152 -#: ../lib/ccm-config-entry-shortcut.c:249 5.153 -#: ../lib/ccm-config-entry-shortcut.c:342 5.154 -msgid "Disabled" 5.155 -msgstr "Выключен" 5.156 - 5.157 -#: ../lib/ccm-config-entry-shortcut.c:288 5.158 -msgid "<Press keys and mouse shortcut...>" 5.159 -msgstr "‹нажмите комбинацию клавиш и мыши…›" 5.160 - 5.161 -#: ../lib/ccm-config-entry-shortcut.c:289 5.162 -msgid "<Press keys shortcut...>" 5.163 -msgstr "‹нажмите комбинацию клавиш…›" 5.164 - 5.165 -#: ../src/eggdesktopfile.c:162 5.166 -#, c-format 5.167 -msgid "File is not a valid .desktop file" 5.168 -msgstr "Файл не является допустимым файлом .desktop" 5.169 - 5.170 -#: ../src/eggdesktopfile.c:185 5.171 -#, c-format 5.172 -msgid "Unrecognized desktop file Version '%s'" 5.173 -msgstr "Неподдерживаемая версия «%s» файла desktop" 5.174 - 5.175 -#: ../src/eggdesktopfile.c:928 5.176 -#, c-format 5.177 -msgid "Starting %s" 5.178 -msgstr "Запуск %s" 5.179 - 5.180 -#: ../src/eggdesktopfile.c:1067 5.181 -#, c-format 5.182 -msgid "Application does not accept documents on command line" 5.183 -msgstr "Приложение не поддерживает документы в командной строке" 5.184 - 5.185 -#: ../src/eggdesktopfile.c:1135 5.186 -#, c-format 5.187 -msgid "Unrecognized launch option: %d" 5.188 -msgstr "Неподдерживаемый параметр запуска: %d" 5.189 - 5.190 -#: ../src/eggdesktopfile.c:1336 5.191 -#, c-format 5.192 -msgid "Can't pass document URIs to a 'Type=Link' desktop entry" 5.193 -msgstr "Невозможно передать URI документа при использовании «Type=Link» в файле .desktop" 5.194 - 5.195 -#: ../src/eggdesktopfile.c:1357 5.196 -#, c-format 5.197 -msgid "Not a launchable item" 5.198 -msgstr "Этот элемент не поддерживает запуск" 5.199 - 5.200 -#: ../src/eggsmclient.c:209 5.201 -msgid "Disable connection to session manager" 5.202 -msgstr "Отключить связь с менеджером сессии" 5.203 - 5.204 -#: ../src/eggsmclient.c:212 5.205 -msgid "Specify file containing saved configuration" 5.206 -msgstr "Укажите файл, содержащий сохраненную конфигурацию" 5.207 - 5.208 -#: ../src/eggsmclient.c:212 5.209 -msgid "FILE" 5.210 -msgstr "ФАЙЛ" 5.211 - 5.212 -#: ../src/eggsmclient.c:215 5.213 -msgid "Specify session management ID" 5.214 -msgstr "Укажите ID менеджера сессии" 5.215 - 5.216 -#: ../src/eggsmclient.c:215 5.217 -msgid "ID" 5.218 -msgstr "ID" 5.219 - 5.220 -#: ../src/eggsmclient.c:236 5.221 -msgid "Session management options:" 5.222 -msgstr "Параметры менеджера сессии:" 5.223 - 5.224 -#: ../src/eggsmclient.c:237 5.225 -msgid "Show session management options" 5.226 -msgstr "Показать параметры менеджера сессии" 5.227 - 5.228 -#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:1 5.229 -msgid "Clone" 5.230 -msgstr "Клонировать" 5.231 - 5.232 -#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:2 5.233 -msgid "Clone window or screen" 5.234 -msgstr "Клонировать окно или экран" 5.235 - 5.236 -#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:1 5.237 -msgid "Add animation on window open/close" 5.238 -msgstr "Анимация открытия-закрытия окна" 5.239 - 5.240 -#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:2 5.241 -msgid "Window-Animation" 5.242 -msgstr "Анимация окна" 5.243 - 5.244 -#: ../src/ccm-timed-dialog.c:98 5.245 -#, c-format 5.246 -msgid "Testing the new settings. If you don't respond in %d second the previous settings will be restored." 5.247 -msgstr "Тест новых настроек. Если вы не подтвердите их в течение %d секунд, то будут восстановлены предыдущие настройки." 5.248 - 5.249 -#: ../src/ccm-timed-dialog.c:145 5.250 -msgid "Keep Settings" 5.251 -msgstr "Сохранить настройки" 5.252 - 5.253 -#: ../src/ccm-timed-dialog.c:150 5.254 -msgid "<b>Do you want to keep these settings?</b>" 5.255 -msgstr "<b>Хотите ли вы сохранить эти настройки?</b>" 5.256 - 5.257 -#: ../src/ccm-timed-dialog.c:174 5.258 -msgid "Use _previous settings" 5.259 -msgstr "Использовать предыдущие настройки" 5.260 - 5.261 -#: ../src/ccm-timed-dialog.c:175 5.262 -msgid "_Keep settings" 5.263 -msgstr "Сохранить настройки" 5.264 -
6.1 --- a/cairo-compmgr/receipt Sat Apr 07 05:53:06 2018 +0300 6.2 +++ b/cairo-compmgr/receipt Sat Apr 07 16:01:14 2018 +0300 6.3 @@ -1,4 +1,4 @@ 6.4 -# SliTaz package receipt. 6.5 +# SliTaz package receipt v2. 6.6 6.7 PACKAGE="cairo-compmgr" 6.8 VERSION="0.3.0" 6.9 @@ -8,4 +8,39 @@ 6.10 LICENSE="GPL2" 6.11 WEB_SITE="http://cairo-compmgr.tuxfamily.org/" 6.12 6.13 -DEPENDS="cairo-compmgr-core cairo-compmgr-plugins" 6.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 6.15 +WGET_URL="http://download.tuxfamily.org/ccm/$PACKAGE/$TARBALL" 6.16 + 6.17 +BUILD_DEPENDS="xorg-libXcomposite-dev xorg-libXdamage-dev xorg-libXext-dev \ 6.18 +xorg-libXi-dev xorg-libSM-dev cairo-dev xorg-pixman-dev gtk+-dev vala \ 6.19 +xorg-libICE-dev xorg-libX11-dev util-linux-uuid-dev intltool" 6.20 +SPLIT="cairo-compmgr-dev" 6.21 + 6.22 +compile_rules() { 6.23 + # make needed pkg-config file 6.24 + ln -s $(ls /usr/lib/pkgconfig/libvala-*.pc | sed q) /usr/lib/pkgconfig/vala-1.0.pc 6.25 + 6.26 + # localization 6.27 + cp -a $stuff/cairo-compmgr.pot $src/po 6.28 + cp -a $stuff/ru.po $src/po 6.29 + 6.30 + export LDFLAGS="$LDFLAGS $(pkg-config --libs ice gmodule-2.0 x11)" 6.31 + 6.32 + ./configure $CONFIGURE_ARGS && 6.33 + make && 6.34 + make install || return 1 6.35 + 6.36 + rm -f $install/usr/share/applications/* 6.37 +} 6.38 + 6.39 +genpkg_rules() { 6.40 + case $PACKAGE in 6.41 + cairo-compmgr) 6.42 + copy @std 6.43 + DEPENDS="libbfd gtk+ vala xorg-libSM xorg-libXi" 6.44 + ;; 6.45 + *-dev) 6.46 + copy @dev 6.47 + ;; 6.48 + esac 6.49 +}
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/cairo-compmgr/stuff/cairo-compmgr.desktop Sat Apr 07 16:01:14 2018 +0300 7.3 @@ -0,0 +1,11 @@ 7.4 +[Desktop Entry] 7.5 +Type=Application 7.6 +Name=Cairo Composite Manager 7.7 +Name[pt]=Gerenciador de Composite Cairo 7.8 +Name[pt_BR]=Gerenciador de Composite Cairo 7.9 +Name[ru]=Композитный менеджер Cairo 7.10 +Exec=cairo-compmgr 7.11 +Terminal=false 7.12 +Icon=/usr/share/pixmaps/cairo-compmgr/cairo-compmgr.png 7.13 +StartupNotify=false 7.14 +Categories=GTK;Settings;DesktopSettings;
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/cairo-compmgr/stuff/cairo-compmgr.pot Sat Apr 07 16:01:14 2018 +0300 8.3 @@ -0,0 +1,262 @@ 8.4 +# SOME DESCRIPTIVE TITLE. 8.5 +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 8.6 +# This file is distributed under the same license as the PACKAGE package. 8.7 +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 8.8 +# 8.9 +#, fuzzy 8.10 +msgid "" 8.11 +msgstr "" 8.12 +"Project-Id-Version: PACKAGE VERSION\n" 8.13 +"Report-Msgid-Bugs-To: \n" 8.14 +"POT-Creation-Date: 2013-02-22 02:10+0000\n" 8.15 +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8.16 +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8.17 +"Language-Team: LANGUAGE <LL@li.org>\n" 8.18 +"Language: \n" 8.19 +"MIME-Version: 1.0\n" 8.20 +"Content-Type: text/plain; charset=CHARSET\n" 8.21 +"Content-Transfer-Encoding: 8bit\n" 8.22 + 8.23 +#: ../data/cairo-compmgr.desktop.in.h:1 8.24 +#: ../data/cairo-compmgr.desktop.in.in.h:1 ../src/ccm-tray-menu.c:143 8.25 +msgid "Cairo Composite Manager" 8.26 +msgstr "" 8.27 + 8.28 +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:1 8.29 +msgid "Automate" 8.30 +msgstr "" 8.31 + 8.32 +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:2 8.33 +msgid "Automate record/play desktop actions" 8.34 +msgstr "" 8.35 + 8.36 +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:1 8.37 +msgid "Decoration" 8.38 +msgstr "" 8.39 + 8.40 +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:2 8.41 +msgid "Transparent window decoration" 8.42 +msgstr "" 8.43 + 8.44 +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:1 8.45 +msgid "Fade" 8.46 +msgstr "" 8.47 + 8.48 +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:2 8.49 +msgid "Fade effect on window map/unmap" 8.50 +msgstr "" 8.51 + 8.52 +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:1 8.53 +msgid "Freeze" 8.54 +msgstr "" 8.55 + 8.56 +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:2 8.57 +msgid "Obscured windows frozen" 8.58 +msgstr "" 8.59 + 8.60 +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:1 8.61 +msgid "Desktop magnifier" 8.62 +msgstr "" 8.63 + 8.64 +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:2 8.65 +msgid "Magnifier" 8.66 +msgstr "" 8.67 + 8.68 +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:1 8.69 +msgid "Add animation on menu open/close" 8.70 +msgstr "" 8.71 + 8.72 +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:2 8.73 +msgid "Menu-Animation" 8.74 +msgstr "" 8.75 + 8.76 +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:1 8.77 +msgid "Mosaic" 8.78 +msgstr "" 8.79 + 8.80 +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:2 8.81 +msgid "Mosaic window selector" 8.82 +msgstr "" 8.83 + 8.84 +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:1 8.85 +msgid "Add setting windows opacity" 8.86 +msgstr "" 8.87 + 8.88 +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:2 8.89 +msgid "Opacity" 8.90 +msgstr "" 8.91 + 8.92 +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:1 8.93 +msgid "Perf" 8.94 +msgstr "" 8.95 + 8.96 +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:2 8.97 +msgid "Show cairo composite manager ressources" 8.98 +msgstr "" 8.99 + 8.100 +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:1 8.101 +msgid "Add windows shadow" 8.102 +msgstr "" 8.103 + 8.104 +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:2 8.105 +msgid "Shadow" 8.106 +msgstr "" 8.107 + 8.108 +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:1 8.109 +msgid "Snapshot" 8.110 +msgstr "" 8.111 + 8.112 +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:2 8.113 +msgid "Take a snapshot of a window or a screen area" 8.114 +msgstr "" 8.115 + 8.116 +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:1 8.117 +msgid "Vala test window plugin" 8.118 +msgstr "" 8.119 + 8.120 +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:2 8.121 +msgid "Vala-Window-Plugin" 8.122 +msgstr "" 8.123 + 8.124 +#: ../src/cairo-compmgr.c:109 8.125 +msgid "Always restart cairo composite manager" 8.126 +msgstr "" 8.127 + 8.128 +#: ../src/cairo-compmgr.c:112 8.129 +msgid "Start cairo composite manager configuration tools" 8.130 +msgstr "" 8.131 + 8.132 +#: ../src/cairo-compmgr.c:116 8.133 +msgid "Force use gconf for configuration files" 8.134 +msgstr "" 8.135 + 8.136 +#: ../src/cairo-compmgr.c:121 8.137 +msgid "Dump gobject introspection file" 8.138 +msgstr "" 8.139 + 8.140 +#: ../src/cairo-compmgr.c:122 8.141 +msgid "types.txt,out.xml" 8.142 +msgstr "" 8.143 + 8.144 +#: ../src/cairo-compmgr.c:139 8.145 +msgid "- Cairo composite manager" 8.146 +msgstr "" 8.147 + 8.148 +#: ../src/ccm-tray-menu.c:212 8.149 +msgid "Composite desktop" 8.150 +msgstr "" 8.151 + 8.152 +#: ../lib/ccm-config-entry-shortcut.c:249 8.153 +#: ../lib/ccm-config-entry-shortcut.c:342 8.154 +msgid "Disabled" 8.155 +msgstr "" 8.156 + 8.157 +#: ../lib/ccm-config-entry-shortcut.c:288 8.158 +msgid "<Press keys and mouse shortcut...>" 8.159 +msgstr "" 8.160 + 8.161 +#: ../lib/ccm-config-entry-shortcut.c:289 8.162 +msgid "<Press keys shortcut...>" 8.163 +msgstr "" 8.164 + 8.165 +#: ../src/eggdesktopfile.c:162 8.166 +#, c-format 8.167 +msgid "File is not a valid .desktop file" 8.168 +msgstr "" 8.169 + 8.170 +#: ../src/eggdesktopfile.c:185 8.171 +#, c-format 8.172 +msgid "Unrecognized desktop file Version '%s'" 8.173 +msgstr "" 8.174 + 8.175 +#: ../src/eggdesktopfile.c:928 8.176 +#, c-format 8.177 +msgid "Starting %s" 8.178 +msgstr "" 8.179 + 8.180 +#: ../src/eggdesktopfile.c:1067 8.181 +#, c-format 8.182 +msgid "Application does not accept documents on command line" 8.183 +msgstr "" 8.184 + 8.185 +#: ../src/eggdesktopfile.c:1135 8.186 +#, c-format 8.187 +msgid "Unrecognized launch option: %d" 8.188 +msgstr "" 8.189 + 8.190 +#: ../src/eggdesktopfile.c:1336 8.191 +#, c-format 8.192 +msgid "Can't pass document URIs to a 'Type=Link' desktop entry" 8.193 +msgstr "" 8.194 + 8.195 +#: ../src/eggdesktopfile.c:1357 8.196 +#, c-format 8.197 +msgid "Not a launchable item" 8.198 +msgstr "" 8.199 + 8.200 +#: ../src/eggsmclient.c:209 8.201 +msgid "Disable connection to session manager" 8.202 +msgstr "" 8.203 + 8.204 +#: ../src/eggsmclient.c:212 8.205 +msgid "Specify file containing saved configuration" 8.206 +msgstr "" 8.207 + 8.208 +#: ../src/eggsmclient.c:212 8.209 +msgid "FILE" 8.210 +msgstr "" 8.211 + 8.212 +#: ../src/eggsmclient.c:215 8.213 +msgid "Specify session management ID" 8.214 +msgstr "" 8.215 + 8.216 +#: ../src/eggsmclient.c:215 8.217 +msgid "ID" 8.218 +msgstr "" 8.219 + 8.220 +#: ../src/eggsmclient.c:236 8.221 +msgid "Session management options:" 8.222 +msgstr "" 8.223 + 8.224 +#: ../src/eggsmclient.c:237 8.225 +msgid "Show session management options" 8.226 +msgstr "" 8.227 + 8.228 +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:1 8.229 +msgid "Clone" 8.230 +msgstr "" 8.231 + 8.232 +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:2 8.233 +msgid "Clone window or screen" 8.234 +msgstr "" 8.235 + 8.236 +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:1 8.237 +msgid "Add animation on window open/close" 8.238 +msgstr "" 8.239 + 8.240 +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:2 8.241 +msgid "Window-Animation" 8.242 +msgstr "" 8.243 + 8.244 +#: ../src/ccm-timed-dialog.c:98 8.245 +#, c-format 8.246 +msgid "" 8.247 +"Testing the new settings. If you don't respond in %d second the previous " 8.248 +"settings will be restored." 8.249 +msgstr "" 8.250 + 8.251 +#: ../src/ccm-timed-dialog.c:145 8.252 +msgid "Keep Settings" 8.253 +msgstr "" 8.254 + 8.255 +#: ../src/ccm-timed-dialog.c:150 8.256 +msgid "<b>Do you want to keep these settings?</b>" 8.257 +msgstr "" 8.258 + 8.259 +#: ../src/ccm-timed-dialog.c:174 8.260 +msgid "Use _previous settings" 8.261 +msgstr "" 8.262 + 8.263 +#: ../src/ccm-timed-dialog.c:175 8.264 +msgid "_Keep settings" 8.265 +msgstr ""
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/cairo-compmgr/stuff/ru.po Sat Apr 07 16:01:14 2018 +0300 9.3 @@ -0,0 +1,261 @@ 9.4 +# Russian translations for cairo-compmgr package 9.5 +# Copyright (C) 2013 THE cairo-compmgr'S COPYRIGHT HOLDER 9.6 +# This file is distributed under the same license as the cairo-compmgr package. 9.7 +# Aleksej Bobylev <al.bobylev@gmail.com>, 2013. 9.8 +# 9.9 +msgid "" 9.10 +msgstr "" 9.11 +"Project-Id-Version: cairo-compmgr 0.3.0\n" 9.12 +"Report-Msgid-Bugs-To: \n" 9.13 +"POT-Creation-Date: 2013-02-22 02:10+0000\n" 9.14 +"PO-Revision-Date: 2013-02-22 11:57-0000\n" 9.15 +"Last-Translator: Aleksej Bobylev <al.bobylev@gmail.com>\n" 9.16 +"Language-Team: Russian\n" 9.17 +"Language: ru\n" 9.18 +"MIME-Version: 1.0\n" 9.19 +"Content-Type: text/plain; charset=UTF-8\n" 9.20 +"Content-Transfer-Encoding: 8bit\n" 9.21 + 9.22 +#: ../data/cairo-compmgr.desktop.in.h:1 9.23 +#: ../data/cairo-compmgr.desktop.in.in.h:1 9.24 +#: ../src/ccm-tray-menu.c:143 9.25 +msgid "Cairo Composite Manager" 9.26 +msgstr "Композитный менеджер Cairo" 9.27 + 9.28 +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:1 9.29 +msgid "Automate" 9.30 +msgstr "Автоматизация" 9.31 + 9.32 +#: ../plugins/automate/ccm-automate.plugin.desktop.in.h:2 9.33 +msgid "Automate record/play desktop actions" 9.34 +msgstr "Автоматизация записи-воспроизведения действий рабочего стола" 9.35 + 9.36 +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:1 9.37 +msgid "Decoration" 9.38 +msgstr "Обрамление" 9.39 + 9.40 +#: ../plugins/decoration/ccm-decoration.plugin.desktop.in.h:2 9.41 +msgid "Transparent window decoration" 9.42 +msgstr "Полупрозрачное обрамление окон" 9.43 + 9.44 +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:1 9.45 +msgid "Fade" 9.46 +msgstr "Переходы" 9.47 + 9.48 +#: ../plugins/fade/ccm-fade.plugin.desktop.in.h:2 9.49 +msgid "Fade effect on window map/unmap" 9.50 +msgstr "Плавное появление и исчезание окон" 9.51 + 9.52 +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:1 9.53 +msgid "Freeze" 9.54 +msgstr "Мороз" 9.55 + 9.56 +#: ../plugins/freeze/ccm-freeze.plugin.desktop.in.h:2 9.57 +msgid "Obscured windows frozen" 9.58 +msgstr "Затенение не отвечающих окон" 9.59 + 9.60 +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:1 9.61 +msgid "Desktop magnifier" 9.62 +msgstr "Увеличительное стекло" 9.63 + 9.64 +#: ../plugins/magnifier/ccm-magnifier.plugin.desktop.in.h:2 9.65 +msgid "Magnifier" 9.66 +msgstr "Лупа" 9.67 + 9.68 +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:1 9.69 +msgid "Add animation on menu open/close" 9.70 +msgstr "Анимация открытия-закрытия меню" 9.71 + 9.72 +#: ../plugins/menu-animation/ccm-menu-animation.plugin.desktop.in.h:2 9.73 +msgid "Menu-Animation" 9.74 +msgstr "Анимация меню" 9.75 + 9.76 +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:1 9.77 +msgid "Mosaic" 9.78 +msgstr "Мозаика" 9.79 + 9.80 +#: ../plugins/mosaic/ccm-mosaic.plugin.desktop.in.h:2 9.81 +msgid "Mosaic window selector" 9.82 +msgstr "Мозаичный выбор окна" 9.83 + 9.84 +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:1 9.85 +msgid "Add setting windows opacity" 9.86 +msgstr "Полупрозрачные окна" 9.87 + 9.88 +#: ../plugins/opacity/ccm-opacity.plugin.desktop.in.h:2 9.89 +msgid "Opacity" 9.90 +msgstr "Полупрозрачность" 9.91 + 9.92 +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:1 9.93 +msgid "Perf" 9.94 +msgstr "Производительность" 9.95 + 9.96 +#: ../plugins/perf/ccm-perf.plugin.desktop.in.h:2 9.97 +msgid "Show cairo composite manager ressources" 9.98 +msgstr "Ресурсы, потребляемые композитным менеджером Cairo" 9.99 + 9.100 +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:1 9.101 +msgid "Add windows shadow" 9.102 +msgstr "Показывать тени окон" 9.103 + 9.104 +#: ../plugins/shadow/ccm-shadow.plugin.desktop.in.h:2 9.105 +msgid "Shadow" 9.106 +msgstr "Тень" 9.107 + 9.108 +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:1 9.109 +msgid "Snapshot" 9.110 +msgstr "Снимок" 9.111 + 9.112 +#: ../plugins/snapshot/ccm-snapshot.plugin.desktop.in.h:2 9.113 +msgid "Take a snapshot of a window or a screen area" 9.114 +msgstr "Сделать снимок окна или части экрана" 9.115 + 9.116 +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:1 9.117 +msgid "Vala test window plugin" 9.118 +msgstr "Тестовый оконный плагин vala" 9.119 + 9.120 +#: ../plugins/vala-test/ccm-vala-window-plugin.plugin.desktop.in.h:2 9.121 +msgid "Vala-Window-Plugin" 9.122 +msgstr "Оконный плагин vala" 9.123 + 9.124 +#: ../src/cairo-compmgr.c:109 9.125 +msgid "Always restart cairo composite manager" 9.126 +msgstr "Всегда перезапускать композитный менеджер Cairo" 9.127 + 9.128 +#: ../src/cairo-compmgr.c:112 9.129 +msgid "Start cairo composite manager configuration tools" 9.130 +msgstr "Настроить композитный менеджер Cairo" 9.131 + 9.132 +#: ../src/cairo-compmgr.c:116 9.133 +msgid "Force use gconf for configuration files" 9.134 +msgstr "Принудительно использовать GConf для конфигурационных файлов" 9.135 + 9.136 +#: ../src/cairo-compmgr.c:121 9.137 +msgid "Dump gobject introspection file" 9.138 +msgstr "Дамп файл самоанализа GObject" 9.139 + 9.140 +#: ../src/cairo-compmgr.c:122 9.141 +msgid "types.txt,out.xml" 9.142 +msgstr "types.txt,out.xml" 9.143 + 9.144 +#: ../src/cairo-compmgr.c:139 9.145 +msgid "- Cairo composite manager" 9.146 +msgstr "— композитный менеджер Cairo" 9.147 + 9.148 +#: ../src/ccm-tray-menu.c:212 9.149 +msgid "Composite desktop" 9.150 +msgstr "Включить эффекты" 9.151 + 9.152 +#: ../lib/ccm-config-entry-shortcut.c:249 9.153 +#: ../lib/ccm-config-entry-shortcut.c:342 9.154 +msgid "Disabled" 9.155 +msgstr "Выключен" 9.156 + 9.157 +#: ../lib/ccm-config-entry-shortcut.c:288 9.158 +msgid "<Press keys and mouse shortcut...>" 9.159 +msgstr "‹нажмите комбинацию клавиш и мыши…›" 9.160 + 9.161 +#: ../lib/ccm-config-entry-shortcut.c:289 9.162 +msgid "<Press keys shortcut...>" 9.163 +msgstr "‹нажмите комбинацию клавиш…›" 9.164 + 9.165 +#: ../src/eggdesktopfile.c:162 9.166 +#, c-format 9.167 +msgid "File is not a valid .desktop file" 9.168 +msgstr "Файл не является допустимым файлом .desktop" 9.169 + 9.170 +#: ../src/eggdesktopfile.c:185 9.171 +#, c-format 9.172 +msgid "Unrecognized desktop file Version '%s'" 9.173 +msgstr "Неподдерживаемая версия «%s» файла desktop" 9.174 + 9.175 +#: ../src/eggdesktopfile.c:928 9.176 +#, c-format 9.177 +msgid "Starting %s" 9.178 +msgstr "Запуск %s" 9.179 + 9.180 +#: ../src/eggdesktopfile.c:1067 9.181 +#, c-format 9.182 +msgid "Application does not accept documents on command line" 9.183 +msgstr "Приложение не поддерживает документы в командной строке" 9.184 + 9.185 +#: ../src/eggdesktopfile.c:1135 9.186 +#, c-format 9.187 +msgid "Unrecognized launch option: %d" 9.188 +msgstr "Неподдерживаемый параметр запуска: %d" 9.189 + 9.190 +#: ../src/eggdesktopfile.c:1336 9.191 +#, c-format 9.192 +msgid "Can't pass document URIs to a 'Type=Link' desktop entry" 9.193 +msgstr "Невозможно передать URI документа при использовании «Type=Link» в файле .desktop" 9.194 + 9.195 +#: ../src/eggdesktopfile.c:1357 9.196 +#, c-format 9.197 +msgid "Not a launchable item" 9.198 +msgstr "Этот элемент не поддерживает запуск" 9.199 + 9.200 +#: ../src/eggsmclient.c:209 9.201 +msgid "Disable connection to session manager" 9.202 +msgstr "Отключить связь с менеджером сессии" 9.203 + 9.204 +#: ../src/eggsmclient.c:212 9.205 +msgid "Specify file containing saved configuration" 9.206 +msgstr "Укажите файл, содержащий сохраненную конфигурацию" 9.207 + 9.208 +#: ../src/eggsmclient.c:212 9.209 +msgid "FILE" 9.210 +msgstr "ФАЙЛ" 9.211 + 9.212 +#: ../src/eggsmclient.c:215 9.213 +msgid "Specify session management ID" 9.214 +msgstr "Укажите ID менеджера сессии" 9.215 + 9.216 +#: ../src/eggsmclient.c:215 9.217 +msgid "ID" 9.218 +msgstr "ID" 9.219 + 9.220 +#: ../src/eggsmclient.c:236 9.221 +msgid "Session management options:" 9.222 +msgstr "Параметры менеджера сессии:" 9.223 + 9.224 +#: ../src/eggsmclient.c:237 9.225 +msgid "Show session management options" 9.226 +msgstr "Показать параметры менеджера сессии" 9.227 + 9.228 +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:1 9.229 +msgid "Clone" 9.230 +msgstr "Клонировать" 9.231 + 9.232 +#: ../plugins/clone/ccm-clone.plugin.desktop.in.h:2 9.233 +msgid "Clone window or screen" 9.234 +msgstr "Клонировать окно или экран" 9.235 + 9.236 +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:1 9.237 +msgid "Add animation on window open/close" 9.238 +msgstr "Анимация открытия-закрытия окна" 9.239 + 9.240 +#: ../plugins/window-animation/ccm-window-animation.plugin.desktop.in.h:2 9.241 +msgid "Window-Animation" 9.242 +msgstr "Анимация окна" 9.243 + 9.244 +#: ../src/ccm-timed-dialog.c:98 9.245 +#, c-format 9.246 +msgid "Testing the new settings. If you don't respond in %d second the previous settings will be restored." 9.247 +msgstr "Тест новых настроек. Если вы не подтвердите их в течение %d секунд, то будут восстановлены предыдущие настройки." 9.248 + 9.249 +#: ../src/ccm-timed-dialog.c:145 9.250 +msgid "Keep Settings" 9.251 +msgstr "Сохранить настройки" 9.252 + 9.253 +#: ../src/ccm-timed-dialog.c:150 9.254 +msgid "<b>Do you want to keep these settings?</b>" 9.255 +msgstr "<b>Хотите ли вы сохранить эти настройки?</b>" 9.256 + 9.257 +#: ../src/ccm-timed-dialog.c:174 9.258 +msgid "Use _previous settings" 9.259 +msgstr "Использовать предыдущие настройки" 9.260 + 9.261 +#: ../src/ccm-timed-dialog.c:175 9.262 +msgid "_Keep settings" 9.263 +msgstr "Сохранить настройки" 9.264 +
10.1 --- a/jpilot/receipt Sat Apr 07 05:53:06 2018 +0300 10.2 +++ b/jpilot/receipt Sat Apr 07 16:01:14 2018 +0300 10.3 @@ -1,39 +1,43 @@ 10.4 -# SliTaz package receipt. 10.5 +# SliTaz package receipt v2. 10.6 10.7 PACKAGE="jpilot" 10.8 VERSION="1.8.2" 10.9 CATEGORY="office" 10.10 -SHORT_DESC="J-Pilot is a desktop organizer application for PalmOS devices." 10.11 +SHORT_DESC="J-Pilot is a desktop organizer application for PalmOS devices" 10.12 MAINTAINER="Lucas Levrel <llev@slitaz.org>" 10.13 LICENSE="GPL2" 10.14 WEB_SITE="http://www.jpilot.org" 10.15 + 10.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.17 WGET_URL="$WEB_SITE/$TARBALL" 10.18 10.19 -DEPENDS="gtk+ gettext pilot-link" 10.20 BUILD_DEPENDS="gtk+-dev gettext pilot-link-dev intltool" 10.21 10.22 -# Rules to configure and make the package. 10.23 -compile_rules() 10.24 -{ 10.25 - ./configure $CONFIGURE_ARGS --prefix=/usr && make && make install 10.26 +compile_rules() { 10.27 + ./configure $CONFIGURE_ARGS && 10.28 + make && 10.29 + make install || return 1 10.30 + 10.31 cat >>$install/usr/share/applications/jpilot.desktop <<EOT 10.32 Comment[fr]=Organiseur de bureau pour les Palm Pilot 10.33 EOT 10.34 + mkdir -p $install/usr/share/pixmaps/ 10.35 + cp $install/usr/share/doc/jpilot/icons/jpilot-icon3.xpm \ 10.36 + $install/usr/share/pixmaps/jpilot.xpm 10.37 } 10.38 10.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 10.40 -genpkg_rules() 10.41 -{ 10.42 - cp -a $install/* $fs 10.43 - mkdir -p $fs/usr/share/pixmaps 10.44 - cp -p $install/usr/share/doc/jpilot/icons/jpilot-icon3.xpm \ 10.45 - $fs/usr/share/pixmaps/jpilot.xpm 10.46 - rm -r $fs/usr/share/man $fs/usr/share/doc 10.47 +genpkg_rules() { 10.48 + copy @std *.mo 10.49 + DEPENDS="gtk+ gettext pilot-link" 10.50 } 10.51 10.52 post_install(){ 10.53 - echo 10.54 - echo "Don't forget to add yourself to group dialout to be able to sync your Palm." 10.55 - echo " # addgroup tux dialout" 10.56 + cat <<EOT 10.57 + 10.58 + .-----------------------------------------------. 10.59 + | Don't forget to add yourself to group dialout | 10.60 + | to be able to sync your Palm. | 10.61 + | # addgroup tux dialout | 10.62 + '-----------------------------------------------' 10.63 +EOT 10.64 }
11.1 --- a/leptonica/receipt Sat Apr 07 05:53:06 2018 +0300 11.2 +++ b/leptonica/receipt Sat Apr 07 16:01:14 2018 +0300 11.3 @@ -15,27 +15,20 @@ 11.4 SPLIT="leptonica-dev" 11.5 11.6 compile_rules() { 11.7 - ./autogen.sh 11.8 - ./configure \ 11.9 - --prefix=/usr \ 11.10 - $CONFIGURE_ARGS && 11.11 - make && make install 11.12 + ./configure $CONFIGURE_ARGS && 11.13 + make && 11.14 + make install 11.15 } 11.16 11.17 genpkg_rules() { 11.18 case $PACKAGE in 11.19 leptonica) 11.20 - mkdir -p $fs/usr/lib 11.21 - cp -a $install/usr/bin $fs/usr 11.22 - cp -a $install/usr/lib/*.so* $fs/usr/lib 11.23 + copy @std 11.24 DEPENDS="giflib jpeg libpng16 tiff xorg-libX11 xorg-libXau \ 11.25 xorg-libXdmcp xorg-libxcb" 11.26 ;; 11.27 *-dev) 11.28 - mkdir -p $fs/usr/lib 11.29 - cp -a $install/usr/include $fs/usr 11.30 - cp -a $install/usr/lib/*a $fs/usr/lib 11.31 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 11.32 + copy @dev 11.33 ;; 11.34 esac 11.35 }
12.1 --- a/libasyncns/receipt Sat Apr 07 05:53:06 2018 +0300 12.2 +++ b/libasyncns/receipt Sat Apr 07 16:01:14 2018 +0300 12.3 @@ -16,26 +16,15 @@ 12.4 12.5 compile_rules() { 12.6 ./configure \ 12.7 - --prefix=/usr \ 12.8 - --infodir=/usr/share/info \ 12.9 - --mandir=/usr/share/man \ 12.10 --disable-lynx \ 12.11 $CONFIGURE_ARGS && 12.12 - make && make DESTDIR=$DESTDIR install 12.13 + make && 12.14 + make DESTDIR=$DESTDIR install 12.15 } 12.16 12.17 genpkg_rules() { 12.18 case $PACKAGE in 12.19 - libasyncns) 12.20 - mkdir -p $fs/usr/lib 12.21 - cp -a $install/usr/lib/*.so* $fs/usr/lib 12.22 - DEPENDS="glibc-base" 12.23 - ;; 12.24 - *-dev) 12.25 - mkdir -p $fs/usr/lib 12.26 - cp -a $install/usr/include $fs/usr 12.27 - cp -a $install/usr/lib/*.*a $fs/usr/lib 12.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 12.29 - ;; 12.30 + libasyncns) copy @std;; 12.31 + *-dev) copy @dev;; 12.32 esac 12.33 }
13.1 --- a/libdvdcss/receipt Sat Apr 07 05:53:06 2018 +0300 13.2 +++ b/libdvdcss/receipt Sat Apr 07 16:01:14 2018 +0300 13.3 @@ -14,39 +14,15 @@ 13.4 SPLIT="libdvdcss-dev" 13.5 13.6 compile_rules() { 13.7 - ./configure \ 13.8 - --prefix=/usr \ 13.9 - $CONFIGURE_ARGS && 13.10 + ./configure $CONFIGURE_ARGS && 13.11 make && 13.12 make DESTDIR=$DESTDIR install 13.13 } 13.14 13.15 genpkg_rules() { 13.16 case $PACKAGE in 13.17 - libdvdcss) 13.18 - mkdir -p $fs/usr/lib 13.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 13.20 - ;; 13.21 - *-dev) 13.22 - mkdir -p $fs/usr 13.23 - 13.24 - # Copying include dir if existes 13.25 - if [ -d "$install/usr/include" ]; then 13.26 - cp -a $install/usr/include $fs/usr 13.27 - fi 13.28 - 13.29 - # Copying pkgconfig dir if existes 13.30 - if [ -d "$install/usr/lib/pkgconfig" ]; then 13.31 - mkdir -p $fs/usr/lib/ 13.32 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 13.33 - fi 13.34 - 13.35 - # Copying static libs if existes 13.36 - if ( find $install/usr/lib -name "*.*a" > /dev/null ); then 13.37 - mkdir -p $fs/usr/lib 13.38 - cp -a $install/usr/lib/*.*a $fs/usr/lib 13.39 - fi 13.40 - ;; 13.41 + libdvdcss) copy @std;; 13.42 + *-dev) copy @dev;; 13.43 esac 13.44 } 13.45
14.1 --- a/libee/receipt Sat Apr 07 05:53:06 2018 +0300 14.2 +++ b/libee/receipt Sat Apr 07 16:01:14 2018 +0300 14.3 @@ -20,22 +20,18 @@ 14.4 ./configure \ 14.5 --disable-testbench \ 14.6 $CONFIGURE_ARGS && 14.7 - make -j 1 && make install 14.8 + make -j 1 && 14.9 + make install 14.10 } 14.11 14.12 genpkg_rules() { 14.13 case $PACKAGE in 14.14 libee) 14.15 - mkdir -p $fs/usr/lib 14.16 - cp -a $install/usr/lib/*.so* $fs/usr/lib 14.17 - cp -a $install/usr/sbin $fs/usr 14.18 + copy @std 14.19 DEPENDS="libestr" 14.20 ;; 14.21 *-dev) 14.22 - mkdir -p $fs/usr/lib 14.23 - cp -a $install/usr/lib/*.*a $fs/usr/lib 14.24 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 14.25 - cp -a $install/usr/include $fs/usr 14.26 + copy @dev 14.27 ;; 14.28 esac 14.29 }
15.1 --- a/libetpan/receipt Sat Apr 07 05:53:06 2018 +0300 15.2 +++ b/libetpan/receipt Sat Apr 07 16:01:14 2018 +0300 15.3 @@ -9,17 +9,14 @@ 15.4 WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html" 15.5 15.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.7 -WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/libetpan/$TARBALL" 15.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 15.9 15.10 SPLIT="libetpan-dev" 15.11 15.12 compile_rules() { 15.13 sed -i 's/--iso-8601=minutes/+%Y-%m-%dT%H:%M%Z/' configure 15.14 - ./configure \ 15.15 - --prefix=/usr \ 15.16 - --infodir=/usr/share/info \ 15.17 - --mandir=/usr/share/man \ 15.18 - $CONFIGURE_ARGS && 15.19 + 15.20 + ./configure $CONFIGURE_ARGS && 15.21 make && 15.22 make DESTDIR=$DESTDIR install 15.23 } 15.24 @@ -27,15 +24,11 @@ 15.25 genpkg_rules() { 15.26 case $PACKAGE in 15.27 libetpan) 15.28 - mkdir -p $fs/usr/lib 15.29 - cp -a $install/usr/lib/*.so* $fs/usr/lib 15.30 + copy @std 15.31 DEPENDS="libsasl expat libcurl libdb openssl zlib gcc-lib-base" 15.32 ;; 15.33 *-dev) 15.34 - mkdir -p $fs/usr/lib 15.35 - cp -a $install/usr/bin $fs/usr 15.36 - cp -a $install/usr/include $fs/usr 15.37 - cp -a $install/usr/lib/*.*a $fs/usr/lib 15.38 + copy @dev 15.39 ;; 15.40 esac 15.41 }
16.1 --- a/libev/receipt Sat Apr 07 05:53:06 2018 +0300 16.2 +++ b/libev/receipt Sat Apr 07 16:01:14 2018 +0300 16.3 @@ -15,24 +15,17 @@ 16.4 16.5 compile_rules() { 16.6 ./configure $CONFIGURE_ARGS && 16.7 - make && make install 16.8 + make && 16.9 + make install || return 1 16.10 + 16.11 + # /usr/include/event.h conflicts with libevent-dev 16.12 + # https://www.opencsw.org/mantis/view.php?id=4376 16.13 + mv $install/usr/include/event.h $install/usr/include/ev-event.h 16.14 } 16.15 16.16 genpkg_rules() { 16.17 case $PACKAGE in 16.18 - libev) 16.19 - mkdir -p $fs/usr/lib 16.20 - cp -a $install/usr/lib/*.so* $fs/usr/lib 16.21 - ;; 16.22 - *-dev) 16.23 - mkdir -p $fs/usr/lib 16.24 - cp -a $install/usr/include $fs/usr 16.25 - cp -a $install/usr/lib/*.*a $fs/usr/lib 16.26 - #cp -a $install/usr/lib/pkgconfig $fs/usr/lib 16.27 - # /usr/include/event.h conflicts with libevent-dev 16.28 - # https://www.opencsw.org/mantis/view.php?id=4376 16.29 - mv $fs/usr/include/event.h $fs/usr/include/ev-event.h 16.30 - ;; 16.31 + libev) copy @std;; 16.32 + *-dev) copy @dev;; 16.33 esac 16.34 } 16.35 -
17.1 --- a/libffcall/receipt Sat Apr 07 05:53:06 2018 +0300 17.2 +++ b/libffcall/receipt Sat Apr 07 16:01:14 2018 +0300 17.3 @@ -1,43 +1,28 @@ 17.4 -# SliTaz package receipt. 17.5 +# SliTaz package receipt v2. 17.6 17.7 PACKAGE="libffcall" 17.8 VERSION="20091209" 17.9 CATEGORY="development" 17.10 -SHORT_DESC="Foreign function call libraries." 17.11 +SHORT_DESC="Foreign function call libraries" 17.12 MAINTAINER="paul@slitaz.org" 17.13 LICENSE="GPL2" 17.14 +WEB_SITE="http://www.gnu.org/software/libffcall/" 17.15 + 17.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.17 -WEB_SITE="http://www.gnu.org/software/libffcall/" 17.18 WGET_URL="cvs|pserver:anonymous@cvs.sv.gnu.org:/sources/libffcall" 17.19 CVS_MODULE="ffcall" 17.20 17.21 -DEPENDS="" 17.22 -BUILD_DEPENDS="cvs" 17.23 +BUILD_DEPENDS="cvs gfortran" 17.24 17.25 -# Rules to configure and make the package. 17.26 -compile_rules() 17.27 -{ 17.28 - #TARBALL=$SRC/$PACKAGE-$VERSION.tar.gz 17.29 - #if [ -f $TARBALL ]; then 17.30 - #tar xzf $TARBALL 17.31 - #else 17.32 - # No official tarball - so we have to use cvs. 17.33 - #cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/libffcall co ffcall || return 1 17.34 +compile_rules() { 17.35 + ./configure $CONFIGURE_ARGS && 17.36 + make -j1 && 17.37 + make install || return 1 17.38 17.39 - # $src = $PACKAGE-$VERSION 17.40 - #mv ffcall $PACKAGE-$VERSION 2>/dev/null 17.41 - #tar czf $TARBALL $PACKAGE-$VERSION 17.42 - #fi 17.43 - cd $src 17.44 - ./configure $CONFIGURE_ARGS && 17.45 - make -j1 && make install 17.46 + mkdir -p $install/usr/share/doc/ 17.47 + mv $install/usr/share/html/ $install/usr/share/doc/$PACKAGE/ 17.48 } 17.49 17.50 -# Rules to gen a SliTaz package suitable for Tazpkg. 17.51 -genpkg_rules() 17.52 -{ 17.53 - mkdir -p $fs/usr/lib 17.54 - cp -a $install/usr/lib $fs/usr 17.55 - cp -a $install/usr/include $fs/usr 17.56 +genpkg_rules() { 17.57 + copy @dev *.la # .a + .la 17.58 } 17.59 -
18.1 --- a/libftdi/receipt Sat Apr 07 05:53:06 2018 +0300 18.2 +++ b/libftdi/receipt Sat Apr 07 16:01:14 2018 +0300 18.3 @@ -15,9 +15,7 @@ 18.4 SPLIT="libftdi-dev" 18.5 18.6 compile_rules() { 18.7 - ./configure \ 18.8 - --prefix=/usr \ 18.9 - $CONFIGURE_ARGS && 18.10 + ./configure $CONFIGURE_ARGS && 18.11 make && 18.12 make DESTDIR=$DESTDIR install 18.13 } 18.14 @@ -25,16 +23,11 @@ 18.15 genpkg_rules() { 18.16 case $PACKAGE in 18.17 libftdi) 18.18 - mkdir -p $fs/usr/lib 18.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 18.20 - cp -a $install/usr/bin $fs/usr 18.21 + copy @std 18.22 DEPENDS="glibc-base libusb libusb-compat gcc-lib-base" 18.23 ;; 18.24 *-dev) 18.25 - mkdir -p $fs/usr/lib 18.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 18.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 18.28 - cp -a $install/usr/include $fs/usr 18.29 + copy @dev 18.30 ;; 18.31 esac 18.32 }
19.1 --- a/libgringotts/receipt Sat Apr 07 05:53:06 2018 +0300 19.2 +++ b/libgringotts/receipt Sat Apr 07 16:01:14 2018 +0300 19.3 @@ -15,9 +15,7 @@ 19.4 SPLIT="libgringotts-dev" 19.5 19.6 compile_rules() { 19.7 - ./configure \ 19.8 - --prefix=/usr \ 19.9 - $CONFIGURE_ARGS && 19.10 + ./configure $CONFIGURE_ARGS && 19.11 make && 19.12 make DESTDIR=$DESTDIR install 19.13 } 19.14 @@ -25,15 +23,11 @@ 19.15 genpkg_rules() { 19.16 case $PACKAGE in 19.17 libgringotts) 19.18 - mkdir -p $fs/usr/lib 19.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 19.20 + copy @std 19.21 DEPENDS="bzip2 zlib libmcrypt mhash" 19.22 ;; 19.23 *-dev) 19.24 - mkdir -p $fs/usr/lib 19.25 - cp -a $install/usr/include $fs/usr 19.26 - cp -a $install/usr/lib/*a $fs/usr/lib 19.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 19.28 + copy @dev 19.29 ;; 19.30 esac 19.31 }
20.1 --- a/libgtkimageview/receipt Sat Apr 07 05:53:06 2018 +0300 20.2 +++ b/libgtkimageview/receipt Sat Apr 07 16:01:14 2018 +0300 20.3 @@ -3,47 +3,32 @@ 20.4 PACKAGE="libgtkimageview" 20.5 VERSION="1.6.4" 20.6 CATEGORY="system-tools" 20.7 -SHORT_DESC="Simple image viewer widget for GTK." 20.8 +SHORT_DESC="Simple image viewer widget for GTK" 20.9 MAINTAINER="gokhlayeh@slitaz.org" 20.10 LICENSE="LGPL2.1" 20.11 +WEB_SITE="http://trac.bjourne.webfactional.com/" 20.12 + 20.13 SOURCE="gtkimageview" 20.14 TARBALL="$SOURCE-$VERSION.tar.gz" 20.15 -WEB_SITE="http://trac.bjourne.webfactional.com/" 20.16 WGET_URL="http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/$TARBALL?format=raw" 20.17 20.18 BUILD_DEPENDS="gtk+-dev expat-dev" 20.19 -SPLIT="libgtkimageview libgtkimageview-dev" 20.20 +SPLIT="libgtkimageview-dev" 20.21 20.22 -# Rules to configure and make the package. 20.23 -compile_rules() 20.24 -{ 20.25 - ./configure \ 20.26 - --prefix=/usr \ 20.27 - --infodir=/usr/share/info \ 20.28 - --mandir=/usr/share/man \ 20.29 - $CONFIGURE_ARGS && 20.30 - make && make DESTDIR=$DESTDIR install 20.31 +compile_rules() { 20.32 + ./configure $CONFIGURE_ARGS && 20.33 + make && 20.34 + make DESTDIR=$DESTDIR install 20.35 } 20.36 20.37 -# Rules to gen a SliTaz package suitable for Tazpkg. 20.38 -genpkg_rules() 20.39 -{ 20.40 +genpkg_rules() { 20.41 case $PACKAGE in 20.42 - libgtkimageview) 20.43 - DEPENDS="gtk+" 20.44 - mkdir -p $fs/usr 20.45 - cp -a $install/usr/lib $fs/usr 20.46 - # Remove devel files 20.47 - cd $fs/usr/lib 20.48 - rm -r libgtkimageview.a libgtkimageview.la pkgconfig/ 20.49 - ;; 20.50 - libgtkimageview-dev) 20.51 - mkdir -p $fs/usr 20.52 - cp -a $install/usr/include $fs/usr 20.53 - cp -a $install/usr/lib $fs/usr 20.54 - # Remove libraries files 20.55 - cd $fs/usr/lib 20.56 - rm -r *.so* 20.57 - ;; 20.58 + libgtkimageview) 20.59 + copy @std 20.60 + DEPENDS="gtk+" 20.61 + ;; 20.62 + *-dev) 20.63 + copy @dev 20.64 + ;; 20.65 esac 20.66 }
21.1 --- a/libhangul/receipt Sat Apr 07 05:53:06 2018 +0300 21.2 +++ b/libhangul/receipt Sat Apr 07 16:01:14 2018 +0300 21.3 @@ -15,28 +15,16 @@ 21.4 21.5 compile_rules() { 21.6 ./configure \ 21.7 - --prefix=/usr \ 21.8 - --infodir=/usr/share/info \ 21.9 - --mandir=/usr/share/man \ 21.10 --datadir=/usr/lib \ 21.11 $CONFIGURE_ARGS && 21.12 - make && make DESTDIR=$DESTDIR install 21.13 + make && 21.14 + make DESTDIR=$DESTDIR install 21.15 } 21.16 21.17 genpkg_rules() { 21.18 case $PACKAGE in 21.19 - libhangul) 21.20 - mkdir -p $fs/usr/lib 21.21 - cp -a $install/usr/lib/*.so* $fs/usr/lib 21.22 - cp -a $install/usr/lib/libhangul $fs/usr/lib 21.23 - ;; 21.24 - *-dev) 21.25 - mkdir -p $fs/usr/lib 21.26 - cp -a $install/usr/lib/*.a $fs/usr/lib 21.27 - cp -a $install/usr/lib/*.la $fs/usr/lib 21.28 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 21.29 - cp -a $install/usr/include $fs/usr 21.30 - ;; 21.31 + libhangul) copy @std;; 21.32 + *-dev) copy @dev;; 21.33 esac 21.34 } 21.35
22.1 --- a/libiodbc/receipt Sat Apr 07 05:53:06 2018 +0300 22.2 +++ b/libiodbc/receipt Sat Apr 07 16:01:14 2018 +0300 22.3 @@ -15,21 +15,13 @@ 22.4 22.5 compile_rules() { 22.6 ./configure $CONFIGURE_ARGS && 22.7 - make && make install 22.8 + make && 22.9 + make install 22.10 } 22.11 22.12 genpkg_rules() { 22.13 case $PACKAGE in 22.14 - libiodbc) 22.15 - mkdir -p $fs/usr/lib 22.16 - cp -a $install/usr/bin $fs/usr 22.17 - cp -a $install/usr/lib/*.so* $fs/usr/lib 22.18 - ;; 22.19 - *-dev) 22.20 - mkdir -p $fs/usr/lib 22.21 - cp -a $install/usr/include $fs/usr 22.22 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 22.23 - cp -a $install/usr/lib/*.*a $fs/usr/lib 22.24 - ;; 22.25 + libiodbc) copy @std;; 22.26 + *-dev) copy @dev;; 22.27 esac 22.28 }
23.1 --- a/liblrdf/receipt Sat Apr 07 05:53:06 2018 +0300 23.2 +++ b/liblrdf/receipt Sat Apr 07 16:01:14 2018 +0300 23.3 @@ -26,16 +26,11 @@ 23.4 genpkg_rules() { 23.5 case $PACKAGE in 23.6 liblrdf) 23.7 - mkdir -p $fs/usr/lib $fs/usr/share 23.8 - cp -a $install/usr/lib/*so* $fs/usr/lib/ 23.9 - cp -a $install/usr/share/ladspa $fs/usr/share 23.10 + copy @std 23.11 DEPENDS="raptor ladspa libcurl libxslt" 23.12 ;; 23.13 *-dev) 23.14 - mkdir -p $fs/usr/lib 23.15 - cp -a $install/usr/lib/*.*a $fs/usr/lib 23.16 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 23.17 - cp -a $install/usr/include $fs/usr 23.18 + copy @dev 23.19 DEPENDS="liblrdf raptor-dev" 23.20 ;; 23.21 esac
24.1 --- a/libmcrypt/receipt Sat Apr 07 05:53:06 2018 +0300 24.2 +++ b/libmcrypt/receipt Sat Apr 07 16:01:14 2018 +0300 24.3 @@ -14,27 +14,14 @@ 24.4 SPLIT="libmcrypt-dev" 24.5 24.6 compile_rules() { 24.7 - ./configure \ 24.8 - --prefix=/usr \ 24.9 - --infodir=/usr/share/info \ 24.10 - --mandir=/usr/share/man \ 24.11 - $CONFIGURE_ARGS && 24.12 - make && make DESTDIR=$DESTDIR install 24.13 + ./configure $CONFIGURE_ARGS && 24.14 + make && 24.15 + make DESTDIR=$DESTDIR install 24.16 } 24.17 24.18 genpkg_rules() { 24.19 case $PACKAGE in 24.20 - libmcrypt) 24.21 - mkdir -p $fs/usr/lib 24.22 - cp -a $install/usr/lib/libmcrypt $fs/usr/lib 24.23 - cp -a $install/usr/lib/*.so* $fs/usr/lib 24.24 - ;; 24.25 - *-dev) 24.26 - mkdir -p $fs/usr/lib $fs/usr/share 24.27 - cp -a $install/usr/lib/*.*a $fs/usr/lib 24.28 - cp -a $install/usr/share/aclocal $fs/usr/share 24.29 - cp -a $install/usr/include $fs/usr 24.30 - cp -a $install/usr/bin $fs/usr 24.31 - ;; 24.32 + libmcrypt) copy @std;; 24.33 + *-dev) copy @dev;; 24.34 esac 24.35 }
25.1 --- a/libmikmod/receipt Sat Apr 07 05:53:06 2018 +0300 25.2 +++ b/libmikmod/receipt Sat Apr 07 16:01:14 2018 +0300 25.3 @@ -17,25 +17,15 @@ 25.4 compile_rules() { 25.5 touch macintosh/_libmikmodversion.r 25.6 sed -i 's|\$(SHELL)|/bin/bash|' configure 25.7 - ./configure \ 25.8 - --prefix=/usr \ 25.9 - $CONFIGURE_ARGS && 25.10 - make && make install 25.11 + 25.12 + ./configure $CONFIGURE_ARGS && 25.13 + make && 25.14 + make install 25.15 } 25.16 25.17 genpkg_rules() { 25.18 case $PACKAGE in 25.19 - libmikmod) 25.20 - mkdir -p $fs/usr/lib 25.21 - cp -a $install/usr/lib/*.so* /$fs/usr/lib 25.22 - ;; 25.23 - *-dev) 25.24 - mkdir -p $fs/usr/lib $fs/usr/share 25.25 - cp -a $install/usr/bin $fs/usr 25.26 - cp -a $install/usr/include $fs/usr 25.27 - cp -a $install/usr/lib/*.*a* $fs/usr/lib 25.28 - cp -a $install/usr/share/aclocal $fs/usr/share 25.29 - ;; 25.30 + libmikmod) copy @std;; 25.31 + *-dev) copy @dev;; 25.32 esac 25.33 } 25.34 -
26.1 --- a/libnfc/receipt Sat Apr 07 05:53:06 2018 +0300 26.2 +++ b/libnfc/receipt Sat Apr 07 16:01:14 2018 +0300 26.3 @@ -3,43 +3,34 @@ 26.4 PACKAGE="libnfc" 26.5 VERSION="1.7.0" 26.6 CATEGORY="development" 26.7 -SHORT_DESC="Near Field Communication (NFC) library." 26.8 +SHORT_DESC="Near Field Communication (NFC) library" 26.9 MAINTAINER="pascal.bellard@slitaz.org" 26.10 LICENSE="LGPL3" 26.11 +WEB_SITE="http://nfc-tools.org/index.php?title=Libnfc" 26.12 + 26.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 26.14 -WEB_SITE="http://nfc-tools.org/index.php?title=Libnfc" 26.15 WGET_URL="http://libnfc.googlecode.com/files/$TARBALL" 26.16 26.17 -BUILD_DEPENDS="libusb-dev libusb-compat-dev pcsc-lite-dev udev-dev" 26.18 +BUILD_DEPENDS="libusb-dev libusb-compat-dev pcsc-lite-dev eudev-dev" 26.19 SPLIT="libnfc-dev" 26.20 26.21 -# Rules to configure and make the package. 26.22 -compile_rules() 26.23 -{ 26.24 - ./configure --prefix=/usr \ 26.25 +compile_rules() { 26.26 + ./configure \ 26.27 --with-drivers=all \ 26.28 $CONFIGURE_ARGS && 26.29 make && 26.30 make DESTDIR=$DESTDIR install 26.31 } 26.32 26.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 26.34 -genpkg_rules() 26.35 -{ 26.36 +genpkg_rules() { 26.37 case $PACKAGE in 26.38 - libnfc) 26.39 - DEPENDS="libusb pcsc-lite" 26.40 - mkdir -p $fs/usr/lib 26.41 - cp -a $install/usr/bin $fs/usr 26.42 - cp -a $install/usr/lib/*.so* $fs/usr/lib 26.43 - ;; 26.44 - libnfc-dev) 26.45 - CAT="development|Near Field Communication (NFC) library, development files." 26.46 - DEPENDS="libnfc pcsc-lite-dev libusb-dev libusb-compat-dev" 26.47 - mkdir -p $fs/usr/lib 26.48 - cp -a $install/usr/include $fs/usr 26.49 - cp -a $install/usr/lib/*a $fs/usr/lib 26.50 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 26.51 - ;; 26.52 + libnfc) 26.53 + copy @std 26.54 + DEPENDS="libusb pcsc-lite" 26.55 + ;; 26.56 + *-dev) 26.57 + copy @dev 26.58 + DEPENDS="libnfc pcsc-lite-dev libusb-dev libusb-compat-dev" 26.59 + ;; 26.60 esac 26.61 }
27.1 --- a/libofx/receipt Sat Apr 07 05:53:06 2018 +0300 27.2 +++ b/libofx/receipt Sat Apr 07 16:01:14 2018 +0300 27.3 @@ -15,9 +15,7 @@ 27.4 SPLIT="libofx-dev" 27.5 27.6 compile_rules() { 27.7 - ./configure \ 27.8 - --prefix=/usr \ 27.9 - $CONFIGURE_ARGS && 27.10 + ./configure $CONFIGURE_ARGS && 27.11 make && 27.12 make DESTDIR=$DESTDIR install 27.13 } 27.14 @@ -25,18 +23,11 @@ 27.15 genpkg_rules() { 27.16 case $PACKAGE in 27.17 libofx) 27.18 - mkdir -p $fs/usr/bin $fs/usr/include /usr/lib 27.19 - cp -a $install/usr/bin $fs/usr 27.20 - cp -a $install/usr/include $fs/usr 27.21 - cp -a $install/usr/lib $fs/usr 27.22 + copy @std 27.23 DEPENDS="opensp" 27.24 ;; 27.25 *-dev) 27.26 - mkdir -p $fs/usr/share $fs/usr/lib 27.27 - cp -a $install/usr/share/libofx $fs/usr/lib 27.28 - cp -a $install/usr/include $fs/usr 27.29 - cp -a $install/usr/lib/*.*a $fs/usr/lib 27.30 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 27.31 + copy @dev 27.32 DEPENDS="libofx opensp-dev" 27.33 ;; 27.34 esac
28.1 --- a/liboping/receipt Sat Apr 07 05:53:06 2018 +0300 28.2 +++ b/liboping/receipt Sat Apr 07 16:01:14 2018 +0300 28.3 @@ -23,11 +23,11 @@ 28.4 genpkg_rules() { 28.5 case $PACKAGE in 28.6 liboping) 28.7 - copy oping noping *.so* 28.8 + copy @std 28.9 DEPENDS="ncurses libcap" 28.10 ;; 28.11 *-dev) 28.12 - copy perl5/ *.h *.a *.la *.pc 28.13 + copy @dev 28.14 ;; 28.15 esac 28.16 }
29.1 --- a/libpano13/receipt Sat Apr 07 05:53:06 2018 +0300 29.2 +++ b/libpano13/receipt Sat Apr 07 16:01:14 2018 +0300 29.3 @@ -15,9 +15,7 @@ 29.4 SPLIT="libpano13-dev" 29.5 29.6 compile_rules() { 29.7 - ./configure \ 29.8 - --prefix=/usr \ 29.9 - $CONFIGURE_ARGS && 29.10 + ./configure $CONFIGURE_ARGS && 29.11 make && 29.12 make DESTDIR=$DESTDIR install 29.13 } 29.14 @@ -25,16 +23,11 @@ 29.15 genpkg_rules() { 29.16 case $PACKAGE in 29.17 libpano13) 29.18 - mkdir -p $fs/usr/lib 29.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 29.20 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 29.21 - cp -a $install/usr/bin $fs/usr 29.22 + copy @std 29.23 DEPENDS="libpng16 jpeg tiff" 29.24 ;; 29.25 *-dev) 29.26 - mkdir -p $fs/usr/lib 29.27 - cp -a $install/usr/include $fs/usr 29.28 - cp -a $install/usr/lib/*a $fs/usr/lib 29.29 + copy @dev 29.30 ;; 29.31 esac 29.32 }
30.1 --- a/libpeas/receipt Sat Apr 07 05:53:06 2018 +0300 30.2 +++ b/libpeas/receipt Sat Apr 07 16:01:14 2018 +0300 30.3 @@ -17,7 +17,9 @@ 30.4 SPLIT="libpeas-gtk libpeas-python libpeas-dev libpeas-demo" 30.5 30.6 compile_rules() { 30.7 - ./configure $CONFIGURE_ARGS && make && make install 30.8 + ./configure $CONFIGURE_ARGS && 30.9 + make && 30.10 + make install 30.11 } 30.12 30.13 genpkg_rules() { 30.14 @@ -46,6 +48,7 @@ 30.15 ;; 30.16 *-demo) 30.17 copy peas-demo peas-demo/ hicolor/ @rm 30.18 + find $fs -name '*.la' -delete 30.19 DEPENDS="libpeas-gtk" 30.20 ;; 30.21 esac
31.1 --- a/libplist/receipt Sat Apr 07 05:53:06 2018 +0300 31.2 +++ b/libplist/receipt Sat Apr 07 16:01:14 2018 +0300 31.3 @@ -6,36 +6,28 @@ 31.4 SHORT_DESC="A library to handle Apple Property List format whereas it's binary or XMl" 31.5 MAINTAINER="slaxemulator@gmail.com" 31.6 LICENSE="GPL2" 31.7 +WEB_SITE="http://libimobiledevice.org/" 31.8 + 31.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 31.10 -WEB_SITE="http://libimobiledevice.org/" 31.11 WGET_URL="http://www.libimobiledevice.org/downloads/$TARBALL" 31.12 31.13 -DEPENDS="glib libxml2" 31.14 BUILD_DEPENDS="libxml2-dev glib-dev swig python python-dev python-cython" 31.15 SPLIT="libplist-dev" 31.16 31.17 -# Rules to configure and make the package. 31.18 -compile_rules() 31.19 -{ 31.20 - ./configure --prefix=/usr \ 31.21 - $CONFIGURE_ARGS && 31.22 - make && make DESTDIR=$DESTDIR install 31.23 +compile_rules() { 31.24 + ./configure $CONFIGURE_ARGS && 31.25 + make && 31.26 + make DESTDIR=$DESTDIR install 31.27 } 31.28 31.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 31.30 -genpkg_rules() 31.31 -{ 31.32 +genpkg_rules() { 31.33 case $PACKAGE in 31.34 - libplist) 31.35 - mkdir -p $fs/usr/lib 31.36 - cp -a $install/usr/lib/*.so* $fs/usr/lib/ 31.37 - cp -a $install/usr/lib/python* $fs/usr/lib 31.38 - cp -a $install/usr/bin $fs/usr 31.39 - ;; 31.40 - libplist-dev) 31.41 - mkdir -p $fs/usr/lib 31.42 - cp -ar $install/usr/include $fs/usr 31.43 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 31.44 - ;; 31.45 + libplist) 31.46 + copy @std 31.47 + DEPENDS="glib libxml2" 31.48 + ;; 31.49 + *-dev) 31.50 + copy @dev 31.51 + ;; 31.52 esac 31.53 }
32.1 --- a/librsync/receipt Sat Apr 07 05:53:06 2018 +0300 32.2 +++ b/librsync/receipt Sat Apr 07 16:01:14 2018 +0300 32.3 @@ -1,4 +1,4 @@ 32.4 -# SliTaz package receipt. 32.5 +# SliTaz package receipt v2. 32.6 32.7 PACKAGE="librsync" 32.8 VERSION="0.9.7" 32.9 @@ -7,28 +7,19 @@ 32.10 MAINTAINER="pascal.bellard@slitaz.org" 32.11 LICENSE="LGPL2.1" 32.12 WEB_SITE="http://librsync.sourceforge.net/" 32.13 + 32.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 32.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 32.16 32.17 -DEPENDS="zlib bzlib popt" 32.18 BUILD_DEPENDS="popt-dev bzip2-dev zlib-dev" 32.19 32.20 -# Rules to configure and make the package. 32.21 -compile_rules() 32.22 -{ 32.23 - cd $src 32.24 - ./configure --prefix=/usr \ 32.25 - --mandir=/usr/share/man \ 32.26 - --infodir=/usr/share/info \ 32.27 - $CONFIGURE_ARGS && 32.28 - make && make DESTDIR=$DESTDIR install 32.29 +compile_rules() { 32.30 + ./configure $CONFIGURE_ARGS && 32.31 + make && 32.32 + make DESTDIR=$DESTDIR install 32.33 } 32.34 32.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 32.36 -genpkg_rules() 32.37 -{ 32.38 - mkdir $fs/usr 32.39 - cp -a $install/usr/include $fs/usr 32.40 - cp -a $install/usr/bin $fs/usr 32.41 - cp -a $install/usr/lib $fs/usr 32.42 +genpkg_rules() { 32.43 + copy @dev @std 32.44 + DEPENDS="zlib bzlib popt" 32.45 }
33.1 --- a/libsearpc/receipt Sat Apr 07 05:53:06 2018 +0300 33.2 +++ b/libsearpc/receipt Sat Apr 07 16:01:14 2018 +0300 33.3 @@ -18,26 +18,20 @@ 33.4 compile_rules() { 33.5 ./autogen.sh && 33.6 ./configure \ 33.7 - --prefix=/usr \ 33.8 PYTHON=/usr/bin/python2 \ 33.9 $CONFIGURE_ARGS && 33.10 - make -j 1 && make install 33.11 + make -j1 && 33.12 + make install 33.13 } 33.14 33.15 genpkg_rules() { 33.16 case $PACKAGE in 33.17 libsearpc) 33.18 - mkdir -p ${fs}/usr/lib 33.19 - cp -a ${install}/usr/bin ${fs}/usr 33.20 - cp -a ${install}/usr/lib/*.so* ${fs}/usr/lib 33.21 - cp -a ${install}/usr/lib/python* ${fs}/usr/lib 33.22 + copy @std 33.23 DEPENDS="python glib jansson" 33.24 ;; 33.25 *-dev) 33.26 - mkdir -p ${fs}/usr/lib 33.27 - cp -a ${install}/usr/include ${fs}/usr 33.28 - cp -a ${install}/usr/lib/*.*a ${fs}/usr/lib 33.29 - cp -a ${install}/usr/lib/pkgconfig ${fs}/usr/lib 33.30 + copy @dev 33.31 ;; 33.32 esac 33.33 }
34.1 --- a/libsigsegv/receipt Sat Apr 07 05:53:06 2018 +0300 34.2 +++ b/libsigsegv/receipt Sat Apr 07 16:01:14 2018 +0300 34.3 @@ -1,34 +1,22 @@ 34.4 -# SliTaz package receipt. 34.5 +# SliTaz package receipt v2. 34.6 34.7 PACKAGE="libsigsegv" 34.8 VERSION="2.10" 34.9 CATEGORY="development" 34.10 -SHORT_DESC="Library for handling page faults in user mode." 34.11 +SHORT_DESC="Library for handling page faults in user mode" 34.12 MAINTAINER="paul@slitaz.org" 34.13 LICENSE="GPL2" 34.14 +WEB_SITE="http://www.gnu.org/software/libsigsegv/" 34.15 + 34.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 34.17 -WEB_SITE="http://www.gnu.org/software/libsigsegv/" 34.18 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 34.19 34.20 -DEPENDS="" 34.21 - 34.22 -# Rules to configure and make the package. 34.23 -compile_rules() 34.24 -{ 34.25 - cd $src 34.26 - ./configure \ 34.27 - --prefix=/usr \ 34.28 - --infodir=/usr/share/info \ 34.29 - --mandir=/usr/share/man \ 34.30 - $CONFIGURE_ARGS && 34.31 - make && make DESTDIR=$DESTDIR install 34.32 +compile_rules() { 34.33 + ./configure $CONFIGURE_ARGS && 34.34 + make && 34.35 + make DESTDIR=$DESTDIR install 34.36 } 34.37 34.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 34.39 -genpkg_rules() 34.40 -{ 34.41 - mkdir -p $fs/usr/lib 34.42 - cp -a $install/usr/lib $fs/usr 34.43 - cp -a $install/usr/include $fs/usr 34.44 +genpkg_rules() { 34.45 + copy @dev 34.46 } 34.47 -
35.1 --- a/liburcu/receipt Sat Apr 07 05:53:06 2018 +0300 35.2 +++ b/liburcu/receipt Sat Apr 07 16:01:14 2018 +0300 35.3 @@ -1,39 +1,28 @@ 35.4 # SliTaz package receipt v2. 35.5 35.6 PACKAGE="liburcu" 35.7 -SOURCE="userspace-rcu" 35.8 VERSION="0.10.0" 35.9 CATEGORY="system-tools" 35.10 -SHORT_DESC="Userspace RCU (read-copy-update) library." 35.11 +SHORT_DESC="Userspace RCU (read-copy-update) library" 35.12 MAINTAINER="pascal.bellard@slitaz.org" 35.13 LICENSE="LGPL2.1" 35.14 +WEB_SITE="http://liburcu.org/" 35.15 + 35.16 +SOURCE="userspace-rcu" 35.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 35.18 -WEB_SITE="http://liburcu.org/" 35.19 WGET_URL="http://www.lttng.org/files/urcu/$TARBALL" 35.20 -SPLIT="liburcu liburcu-dev" 35.21 35.22 -# Rules to configure and make the package. 35.23 -compile_rules() 35.24 -{ 35.25 - ./configure \ 35.26 - --prefix=/usr \ 35.27 - $CONFIGURE_ARGS 35.28 +SPLIT="liburcu-dev" 35.29 + 35.30 +compile_rules() { 35.31 + ./configure $CONFIGURE_ARGS 35.32 make && 35.33 make DESTDIR=$DESTDIR install 35.34 } 35.35 35.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 35.37 -genpkg_rules() 35.38 -{ 35.39 - mkdir -p $fs/usr/lib 35.40 +genpkg_rules() { 35.41 case $PACKAGE in 35.42 - liburcu) 35.43 - cp -a $install/usr/lib/*.so* $fs/usr/lib 35.44 - ;; 35.45 - liburcu-dev) 35.46 - cp -a $install/usr/lib/*a $fs/usr/lib 35.47 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 35.48 - cp -a $install/usr/include $fs/usr 35.49 - ;; 35.50 + liburcu) copy @std;; 35.51 + *-dev) copy @dev;; 35.52 esac 35.53 }
36.1 --- a/lightdm/receipt Sat Apr 07 05:53:06 2018 +0300 36.2 +++ b/lightdm/receipt Sat Apr 07 16:01:14 2018 +0300 36.3 @@ -33,35 +33,13 @@ 36.4 genpkg_rules() { 36.5 case $PACKAGE in 36.6 lightdm) 36.7 - mkdir -p \ 36.8 - $fs/usr/lib \ 36.9 - $fs/usr/share/locale 36.10 - cp -a $install/etc $fs 36.11 - cp -a $install/usr/bin $fs/usr 36.12 - cp -a $install/usr/lib/lightdm $fs/usr/lib 36.13 - cp -a $install/usr/lib/*.so* $fs/usr/lib 36.14 - cp -a $install/usr/sbin $fs/usr 36.15 - 36.16 - # localization 36.17 - . $WOK/slitaz-i18n/stuff/locale-pack.conf 36.18 - for lang in $LOCALE_PACK; do 36.19 - langf=$install/usr/share/locale/$lang 36.20 - [ -d $langf ] && cp -a $langf $fs/usr/share/locale 36.21 - done 36.22 + copy @std *.mo 36.23 DEPENDS="libgcrypt glib libxklavier pam xorg-libX11" 36.24 CONFIG_FILES="/etc/init/lightdm.conf /etc/lightdm/keys.conf \ 36.25 /etc/lightdm/lightdm.conf /etc/lightdm/users.conf" 36.26 ;; 36.27 *-dev) 36.28 - mkdir -p \ 36.29 - $fs/usr/lib \ 36.30 - $fs/usr/share 36.31 - cp -a $install/usr/include $fs/usr 36.32 - cp -a $install/usr/lib/girepository* $fs/usr/lib 36.33 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 36.34 - cp -a $install/usr/lib/*.la $fs/usr/lib 36.35 - cp -a $install/usr/share/gir* $fs/usr/share 36.36 - cp -a $install/usr/share/vala $fs/usr/share 36.37 + copy @dev 36.38 DEPENDS="lightdm glib-dev libxklavier-dev xorg-libX11-dev" 36.39 ;; 36.40 esac
37.1 --- a/lite/receipt Sat Apr 07 05:53:06 2018 +0300 37.2 +++ b/lite/receipt Sat Apr 07 16:01:14 2018 +0300 37.3 @@ -23,25 +23,20 @@ 37.4 37.5 patch -Np1 -i ${stuff}/lite_fix_stat_naming.patch || return 1 37.6 patch -Np1 -i ${stuff}/lite_fix_pkgconfig.patch || return 1 37.7 - ./configure \ 37.8 - $CONFIGURE_ARGS && 37.9 - make && make install 37.10 + 37.11 + ./configure $CONFIGURE_ARGS && 37.12 + make && 37.13 + make install 37.14 } 37.15 37.16 genpkg_rules() { 37.17 case $PACKAGE in 37.18 lite) 37.19 - mkdir -p $fs/usr/lib 37.20 - cp -a $install/usr/bin $fs/usr 37.21 - cp -a $install/usr/share $fs/usr 37.22 - cp -a $install/usr/lib/*.so* $fs/usr/lib 37.23 + copy @std 37.24 DEPENDS="directfb" 37.25 ;; 37.26 *-dev) 37.27 - mkdir -p $fs/usr/lib 37.28 - cp -a $install/usr/include $fs/usr 37.29 - cp -a $install/usr/lib/*.*a $fs/usr/lib 37.30 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 37.31 + copy @dev 37.32 ;; 37.33 esac 37.34 }
38.1 --- a/matio/receipt Sat Apr 07 05:53:06 2018 +0300 38.2 +++ b/matio/receipt Sat Apr 07 16:01:14 2018 +0300 38.3 @@ -14,11 +14,7 @@ 38.4 SPLIT="matio-dev" 38.5 38.6 compile_rules() { 38.7 - ./configure \ 38.8 - --prefix=/usr \ 38.9 - --infodir=/usr/share/info \ 38.10 - --mandir=/usr/share/man \ 38.11 - $CONFIGURE_ARGS && 38.12 + ./configure $CONFIGURE_ARGS && 38.13 make && 38.14 make DESTDIR=$DESTDIR install 38.15 } 38.16 @@ -26,16 +22,11 @@ 38.17 genpkg_rules() { 38.18 case $PACKAGE in 38.19 matio) 38.20 - mkdir -p $fs/usr/lib 38.21 - cp -a $install/usr/bin $fs/usr 38.22 - cp -a $install/usr/lib/*.so* $fs/usr/lib 38.23 + copy @std 38.24 DEPENDS="zlib" 38.25 ;; 38.26 *-dev) 38.27 - mkdir -p $fs/usr/lib 38.28 - cp -a $install/usr/include $fs/usr 38.29 - cp -a $install/usr/lib/*a $fs/usr/lib 38.30 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 38.31 + copy @dev 38.32 ;; 38.33 esac 38.34 }
39.1 --- a/mdbtools/receipt Sat Apr 07 05:53:06 2018 +0300 39.2 +++ b/mdbtools/receipt Sat Apr 07 16:01:14 2018 +0300 39.3 @@ -1,33 +1,30 @@ 39.4 -# SliTaz package receipt. 39.5 +# SliTaz package receipt v2. 39.6 39.7 PACKAGE="mdbtools" 39.8 VERSION="0.6pre1" 39.9 CATEGORY="development" 39.10 -SHORT_DESC="Export Microsoft's Access database." 39.11 +SHORT_DESC="Export Microsoft's Access database" 39.12 MAINTAINER="pascal.bellard@slitaz.org" 39.13 LICENSE="GPL2" 39.14 +WEB_SITE="http://mdbtools.sourceforge.net/" 39.15 + 39.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 39.17 -WEB_SITE="http://mdbtools.sourceforge.net/" 39.18 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" 39.19 39.20 -DEPENDS="ncurses readline glib libunixODBC libltdl" 39.21 BUILD_DEPENDS="bison flex unixODBC-dev glib-dev readline-dev" 39.22 39.23 -# Rules to configure and make the package. 39.24 -compile_rules() 39.25 -{ 39.26 - cd $src 39.27 +compile_rules() { 39.28 sed -i 's|.*mdb_backends;|// &|' include/mdbtools.h 39.29 - ./configure --prefix=/usr --infodir=/usr/share/info \ 39.30 - --enable-sql --with-unixodbc=/usr \ 39.31 - --mandir=/usr/share/man \ 39.32 + 39.33 + ./configure \ 39.34 + --enable-sql \ 39.35 + --with-unixodbc=/usr \ 39.36 $CONFIGURE_ARGS && 39.37 make && 39.38 make DESTDIR=$DESTDIR install 39.39 } 39.40 39.41 -# Rules to gen a SliTaz package suitable for Tazpkg. 39.42 -genpkg_rules() 39.43 -{ 39.44 - cp -a $install/* $fs 39.45 +genpkg_rules() { 39.46 + copy @std @dev 39.47 + DEPENDS="ncurses readline glib libunixODBC libltdl" 39.48 }
40.1 --- a/mhash/receipt Sat Apr 07 05:53:06 2018 +0300 40.2 +++ b/mhash/receipt Sat Apr 07 16:01:14 2018 +0300 40.3 @@ -14,26 +14,14 @@ 40.4 SPLIT="mhash-dev" 40.5 40.6 compile_rules() { 40.7 - ./configure \ 40.8 - --prefix=/usr \ 40.9 - --infodir=/usr/share/info \ 40.10 - --mandir=/usr/share/man \ 40.11 - $CONFIGURE_ARGS && 40.12 + ./configure $CONFIGURE_ARGS && 40.13 make && 40.14 make DESTDIR=$DESTDIR install 40.15 } 40.16 40.17 genpkg_rules() { 40.18 case $PACKAGE in 40.19 - mhash) 40.20 - mkdir -p $fs/usr/lib 40.21 - cp -a $install/usr/lib/libmhash.so* $fs/usr/lib 40.22 - ;; 40.23 - *-dev) 40.24 - mkdir -p $fs/usr/lib 40.25 - cp -a $install/usr/include $fs/usr 40.26 - cp -a $install/usr/lib/libmhash*a $fs/usr/lib 40.27 - ;; 40.28 + mhash) copy @std;; 40.29 + *-dev) copy @dev;; 40.30 esac 40.31 } 40.32 -
41.1 --- a/mpg123/receipt Sat Apr 07 05:53:06 2018 +0300 41.2 +++ b/mpg123/receipt Sat Apr 07 16:01:14 2018 +0300 41.3 @@ -22,35 +22,20 @@ 41.4 41.5 ./configure \ 41.6 --with-default-audio=alsa \ 41.7 - $CONFIGURE_ARGS $ARCH_ARGS && 41.8 - make && make install 41.9 + $ARCH_ARGS \ 41.10 + $CONFIGURE_ARGS && 41.11 + make && 41.12 + make install 41.13 } 41.14 41.15 genpkg_rules() { 41.16 case $PACKAGE in 41.17 mpg123) 41.18 - mkdir -p $fs/usr/lib 41.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 41.20 - cp -a $install/usr/bin $fs/usr 41.21 - # ARM 41.22 - if [ -d "$install/usr/lib/mpg123" ]; then 41.23 - cp -a $install/usr/lib/mpg123 $fs/usr/lib 41.24 - #mpg123 need *.la file to work 41.25 - #find $fs/usr/lib -name "*.la" -exec rm -f {} \; 41.26 - fi 41.27 - # Needed to work!!! Dont remove 41.28 - cp $install/usr/lib/libmpg123.la $fs/usr/lib 41.29 + copy @std *.la # la file required to work - don't remove 41.30 DEPENDS="alsa-lib audiofile libltdl" 41.31 ;; 41.32 *-dev) 41.33 - mkdir -p $fs/usr/lib/mpg123 41.34 - cp -a $install/usr/include $fs/usr 41.35 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 41.36 - # ARM mpg123 need *.la file to work 41.37 - #if [ -d "$install/usr/lib/mpg123" ]; then 41.38 - #cp -a $install/usr/lib/mpg123 $fs/usr/lib 41.39 - #find $fs/usr/lib -name "*.so" -exec rm -f {} \; 41.40 - #fi 41.41 + copy @dev 41.42 ;; 41.43 esac 41.44 }
42.1 --- a/open-cobol/receipt Sat Apr 07 05:53:06 2018 +0300 42.2 +++ b/open-cobol/receipt Sat Apr 07 16:01:14 2018 +0300 42.3 @@ -1,31 +1,27 @@ 42.4 -# SliTaz package receipt. 42.5 +# SliTaz package receipt v2. 42.6 42.7 PACKAGE="open-cobol" 42.8 VERSION="1.1" 42.9 CATEGORY="development" 42.10 -SHORT_DESC="Cobol compiler." 42.11 +SHORT_DESC="Cobol compiler" 42.12 MAINTAINER="pascal.bellard@slitaz.org" 42.13 LICENSE="GPL2" 42.14 +WEB_SITE="http://www.opencobol.org/" 42.15 + 42.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.17 -WEB_SITE="http://www.opencobol.org/" 42.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 42.19 42.20 -DEPENDS="gmp ncurses db gcc" 42.21 -BUILD_DEPENDS="$DEPENDS ncurses-dev gmp-dev db-dev bison flex" 42.22 +BUILD_DEPENDS="gmp ncurses db gcc ncurses-dev gmp-dev db-dev bison flex" 42.23 42.24 -# Rules to configure and make the package. 42.25 -compile_rules() 42.26 -{ 42.27 +compile_rules() { 42.28 export LDFLAGS="$LDFLAGS -lpthread" 42.29 - ./configure --prefix=/usr --mandir=/usr/share/man \ 42.30 - --localstatedir=/var \ 42.31 - $CONFIGURE_ARGS && 42.32 + 42.33 + ./configure $CONFIGURE_ARGS && 42.34 make && 42.35 make DESTDIR=$DESTDIR install 42.36 } 42.37 42.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 42.39 -genpkg_rules() 42.40 -{ 42.41 - cp -a $install/usr $fs 42.42 +genpkg_rules() { 42.43 + copy @std @dev 42.44 + DEPENDS="gmp ncurses db gcc" 42.45 }
43.1 --- a/openmotif/receipt Sat Apr 07 05:53:06 2018 +0300 43.2 +++ b/openmotif/receipt Sat Apr 07 16:01:14 2018 +0300 43.3 @@ -3,7 +3,7 @@ 43.4 PACKAGE="openmotif" 43.5 VERSION="2.3.2" 43.6 CATEGORY="non-free" 43.7 -SHORT_DESC="source code version of Motif under a public license." 43.8 +SHORT_DESC="Source code version of Motif under a public license" 43.9 MAINTAINER="pascal.bellard@slitaz.org" 43.10 LICENSE="other" 43.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 43.12 @@ -14,48 +14,32 @@ 43.13 xorg-xbitmaps fontconfig-dev freetype-dev jpeg-dev libpng16-dev xorg-libXt-dev \ 43.14 xorg-libSM-dev xorg-xproto xorg-libXmu-dev xorg-libX11-dev xorg-printproto \ 43.15 xorg-xextproto bison flex xorg-libXp util-linux-uuid-dev expat-dev libxml2-dev" 43.16 -SPLIT="openmotif openmotif-demo openmotif-dev openmotif-man" 43.17 +SPLIT="openmotif-demo openmotif-dev openmotif openmotif-man" 43.18 43.19 -# Rules to configure and make the package. 43.20 -compile_rules() 43.21 -{ 43.22 - ./configure --prefix=/usr --infodir=/usr/share/info \ 43.23 - --mandir=/usr/share/man \ 43.24 - $CONFIGURE_ARGS && 43.25 +compile_rules() { 43.26 + ./configure $CONFIGURE_ARGS && 43.27 make -j 1 && 43.28 make DESTDIR=$DESTDIR install 43.29 } 43.30 43.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 43.32 -genpkg_rules() 43.33 -{ 43.34 +genpkg_rules() { 43.35 case $PACKAGE in 43.36 - openmotif) 43.37 - DEPENDS="xorg fontconfig expat freetype jpeg libpng16 xorg-libXp xorg-libXft" 43.38 - mkdir -p $fs/usr/lib 43.39 - cp -a $install/usr/bin $fs/usr 43.40 - rm -f $fs/usr/bin/uil 43.41 - cp -a $install/usr/lib/*.so* $fs/usr/lib 43.42 - cp -a $install/usr/lib/X11 $fs/usr/lib 43.43 - ;; 43.44 - openmotif-demo) 43.45 - CAT="non-free|source code version of Motif under a public license, demo files." 43.46 - DEPENDS="openmotif openmotif-dev" 43.47 - mkdir -p $fs/usr/share 43.48 - cp -a $install/usr/share/Xm $fs/usr/share 43.49 - ;; 43.50 - openmotif-dev) 43.51 - CAT="non-free|source code version of Motif under a public license, development files." 43.52 - DEPENDS="openmotif util-linux-uuid" 43.53 - mkdir -p $fs/usr/lib $fs/usr/bin 43.54 - cp -a $install/usr/lib/*a $fs/usr/lib 43.55 - cp -a $install/usr/bin/uil $fs/usr/bin 43.56 - cp -a $install/usr/include $fs/usr 43.57 - ;; 43.58 - openmotif-man) 43.59 - CAT="non-free|source code version of Motif under a public license, manual pages." 43.60 - mkdir -p $fs/usr/share 43.61 - cp -a $install/usr/share/man $fs/usr/share 43.62 - ;; 43.63 + openmotif-demo) 43.64 + copy share/Xm/ 43.65 + CAT="non-free|demo files" 43.66 + DEPENDS="openmotif openmotif-dev" 43.67 + ;; 43.68 + openmotif-dev) 43.69 + copy @dev @rm bin/uil 43.70 + DEPENDS="openmotif util-linux-uuid" 43.71 + ;; 43.72 + openmotif) 43.73 + copy @std @rm 43.74 + DEPENDS="xorg fontconfig expat freetype jpeg libpng16 xorg-libXp \ 43.75 + xorg-libXft" 43.76 + openmotif-man) 43.77 + copy man/ 43.78 + CAT="non-free|manual pages" 43.79 + ;; 43.80 esac 43.81 }
44.1 --- a/ortp/receipt Sat Apr 07 05:53:06 2018 +0300 44.2 +++ b/ortp/receipt Sat Apr 07 16:01:14 2018 +0300 44.3 @@ -14,24 +14,14 @@ 44.4 SPLIT="ortp-dev" 44.5 44.6 compile_rules() { 44.7 - ./configure \ 44.8 - --prefix=/usr \ 44.9 - $CONFIGURE_ARGS && 44.10 + ./configure $CONFIGURE_ARGS && 44.11 make && 44.12 make DESTDIR=$DESTDIR install 44.13 } 44.14 44.15 genpkg_rules() { 44.16 case $PACKAGE in 44.17 - ortp) 44.18 - mkdir -p $fs/usr/lib 44.19 - cp -a $install/usr/lib/*.so* $fs/usr/lib 44.20 - ;; 44.21 - *-dev) 44.22 - mkdir -p $fs/usr/lib 44.23 - cp -a $install/usr/lib/*a $fs/usr/lib 44.24 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 44.25 - cp -a $install/usr/include $fs/usr 44.26 - ;; 44.27 + ortp) copy @std;; 44.28 + *-dev) copy @dev;; 44.29 esac 44.30 }
45.1 --- a/ossp-uuid/receipt Sat Apr 07 05:53:06 2018 +0300 45.2 +++ b/ossp-uuid/receipt Sat Apr 07 16:01:14 2018 +0300 45.3 @@ -14,26 +14,14 @@ 45.4 SPLIT="ossp-uuid-dev" 45.5 45.6 compile_rules() { 45.7 - ./configure \ 45.8 - --prefix=/usr \ 45.9 - --mandir=/usr/share/man \ 45.10 - $CONFIGURE_ARGS && 45.11 + ./configure $CONFIGURE_ARGS && 45.12 make && 45.13 make DESTDIR=$DESTDIR install 45.14 } 45.15 45.16 genpkg_rules() { 45.17 case $PACKAGE in 45.18 - ossp-uuid) 45.19 - mkdir -p $fs/usr/lib 45.20 - cp -a $install/usr/bin $fs/usr 45.21 - cp -a $install/usr/lib/*.so* $fs/usr/lib 45.22 - ;; 45.23 - *-dev) 45.24 - mkdir -p $fs/usr/lib 45.25 - cp -a $install/usr/include $fs/usr 45.26 - cp -a $install/usr/lib/*a $fs/usr/lib 45.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 45.28 - ;; 45.29 + ossp-uuid) copy @std;; 45.30 + *-dev) copy @dev;; 45.31 esac 45.32 }
46.1 --- a/pcsc-lite/receipt Sat Apr 07 05:53:06 2018 +0300 46.2 +++ b/pcsc-lite/receipt Sat Apr 07 16:01:14 2018 +0300 46.3 @@ -16,30 +16,25 @@ 46.4 46.5 compile_rules() { 46.6 ./configure \ 46.7 - --prefix=/usr \ 46.8 --enable-libudev \ 46.9 --enable-ipcdir=/run/pcscd \ 46.10 --enable-usbdropdir=/usr/lib/pcsc/drivers \ 46.11 $CONFIGURE_ARGS && 46.12 - make && make DESTDIR=$DESTDIR install 46.13 + make && 46.14 + make DESTDIR=$DESTDIR install || return 1 46.15 + 46.16 + install -Dm755 $stuff/init.d/pcscd $install/etc/init.d/pcscd 46.17 } 46.18 46.19 genpkg_rules() { 46.20 case $PACKAGE in 46.21 pcsc-lite) 46.22 - mkdir -p $fs/usr/lib/pcsc/drivers $fs/etc 46.23 - cp -a $install/usr/lib/*.so* $fs/usr/lib 46.24 - cp -a $install/usr/sbin $fs/usr 46.25 - cp -a $install/usr/bin $fs/usr 46.26 - cp -a $stuff/init.d $fs/etc 46.27 + copy @std 46.28 DEPENDS="udev" 46.29 SUGGESTED="ccid" 46.30 ;; 46.31 *-dev) 46.32 - mkdir -p $fs/usr/lib 46.33 - cp -a $install/usr/include $fs/usr 46.34 - cp -a $install/usr/lib/*a $fs/usr/lib 46.35 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 46.36 + copy @dev 46.37 ;; 46.38 esac 46.39 }
47.1 --- a/pidgin/receipt Sat Apr 07 05:53:06 2018 +0300 47.2 +++ b/pidgin/receipt Sat Apr 07 16:01:14 2018 +0300 47.3 @@ -3,30 +3,27 @@ 47.4 PACKAGE="pidgin" 47.5 VERSION="2.12.0" 47.6 CATEGORY="network" 47.7 -SHORT_DESC="Instant messaging client using GTK+." 47.8 +SHORT_DESC="Instant messaging client using GTK+" 47.9 MAINTAINER="pankso@slitaz.org" 47.10 LICENSE="GPL2" 47.11 +WEB_SITE="http://www.pidgin.im/" 47.12 + 47.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 47.14 -WEB_SITE="http://www.pidgin.im/" 47.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 47.16 + 47.17 BUILD_DEPENDS="gtk+-dev libgcrypt-dev gnutls-dev \ 47.18 startup-notification-dev libgpg-error-dev libxml2-dev xorg-libxcb-dev \ 47.19 libidn-dev libtasn1-dev intltool expat-dev nss-dev \ 47.20 ncurses-dev xorg-xcb-util-dev gmp-dev" 47.21 SPLIT="libpurple libpurple-dev pidgin pidgin-dev" 47.22 47.23 -# Rules to configure and make the package. 47.24 -compile_rules() 47.25 -{ 47.26 +compile_rules() { 47.27 touch pidgin.desktop package_revision_raw.txt 47.28 MSGFMT=/usr/bin/msgfmt 47.29 - 47.30 + 47.31 # Pidgin doesn't explicitly link to libm 47.32 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 47.33 ./configure \ 47.34 - --prefix=/usr \ 47.35 - --infodir=/usr/share/info \ 47.36 - --mandir=/usr/share/man \ 47.37 --disable-perl \ 47.38 --disable-screensaver \ 47.39 --disable-gtkspell \ 47.40 @@ -47,50 +44,26 @@ 47.41 make install 47.42 } 47.43 47.44 -# Rules to gen a SliTaz package suitable for Tazpkg. 47.45 -genpkg_rules() 47.46 -{ 47.47 +genpkg_rules() { 47.48 case $PACKAGE in 47.49 - pidgin) 47.50 - PROVIDE="purple" 47.51 - DEPENDS="gtk+ gnutls libgcrypt libgpg-error libpurple \ 47.52 + libpurple) 47.53 + copy libpurple.so* purple-2/*.so* 47.54 + CAT="network|Purple library" 47.55 + ;; 47.56 + libpurple-dev) 47.57 + copy purple.pc include/libpurple/ 47.58 + CAT="development|Purple library development files" 47.59 + DEPENDS="glib-dev libpurple" 47.60 + ;; 47.61 + pidgin) 47.62 + copy @std @rm 47.63 + DEPENDS="gtk+ gnutls libgcrypt libgpg-error libpurple \ 47.64 startup-notification gmp xorg-libXdamage libxml2 \ 47.65 xorg-libxcb xorg-xcb-util libidn ncurses libtasn1 nss" 47.66 - mkdir -p $fs/usr/lib $fs/usr/share/pixmaps 47.67 - cp -a $install/usr/bin $fs/usr 47.68 - cp -a $install/usr/lib/*.so* $fs/usr/lib 47.69 - cp -a $install/usr/lib/pidgin $fs/usr/lib 47.70 - cp -a $install/usr/lib/purple-2 $fs/usr/lib 47.71 - rm $fs/usr/lib/pidgin/*.la 47.72 - rm $fs/usr/lib/purple-2/*.la 47.73 - rm $fs/usr/lib/pidgin/*.so* 47.74 - rm $fs/usr/lib/purple-2/*.so* 47.75 - cp -a $install/usr/share/purple $fs/usr/share 47.76 - cp -a $install/usr/share/pixmaps/pidgin $fs/usr/share/pixmaps 47.77 - cp -a $install/usr/share/icons/hicolor/24x24/apps/* $fs/usr/share/pixmaps 47.78 - ;; 47.79 - pidgin-dev) 47.80 - CAT="development|Pidgin devel files." 47.81 - mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/pidgin $fs/usr/include/pidgin $fs/usr/share 47.82 - cp -a $install/usr/lib/pidgin/*.la $fs/usr/lib/pidgin 47.83 - cp -a $install/usr/lib/pkgconfig/pidgin.pc $fs/usr/lib/pkgconfig 47.84 - cp -a $install/usr/include/pidgin $fs/usr/include 47.85 - cp -a $install/usr/share/aclocal $fs/usr/share 47.86 - ;; 47.87 - libpurple) 47.88 - CAT="network|Purple library." 47.89 - mkdir -p $fs/usr/lib/purple-2 47.90 - cp -a $install/usr/lib/libpurple.so* $fs/usr/lib 47.91 - cp -a $install/usr/lib/purple-2/*.so* $fs/usr/lib/purple-2 47.92 - ;; 47.93 - libpurple-dev) 47.94 - CAT="development|Purple library devel files." 47.95 - DEPENDS="glib-dev libpurple" 47.96 - mkdir -p $fs/usr/lib/pkgconfig $fs/usr/lib/purple-2 $fs/usr/include/libpurple 47.97 - cp -a $install/usr/lib/libpurple.la $fs/usr/lib 47.98 - cp -a $install/usr/lib/purple-2/*.la $fs/usr/lib/purple-2 47.99 - cp -a $install/usr/lib/pkgconfig/purple.pc $fs/usr/lib/pkgconfig 47.100 - cp -a $install/usr/include/libpurple $fs/usr/include 47.101 - ;; 47.102 + PROVIDE="purple" 47.103 + ;; 47.104 + pidgin-dev) 47.105 + copy @dev @rm 47.106 + ;; 47.107 esac 47.108 }
48.1 --- a/pluma/receipt Sat Apr 07 05:53:06 2018 +0300 48.2 +++ b/pluma/receipt Sat Apr 07 16:01:14 2018 +0300 48.3 @@ -39,6 +39,7 @@ 48.4 ;; 48.5 *-plugins) 48.6 copy plugins/ @rm 48.7 + find $fs -name '*.la' -delete 48.8 DEPENDS="pluma enchant python" 48.9 CAT="text|plugins" 48.10 ;;
49.1 --- a/postgis/receipt Sat Apr 07 05:53:06 2018 +0300 49.2 +++ b/postgis/receipt Sat Apr 07 16:01:14 2018 +0300 49.3 @@ -7,35 +7,34 @@ 49.4 MAINTAINER="erjo@slitaz.org" 49.5 LICENSE="GPL2" 49.6 WEB_SITE="http://postgis.refractions.net/" 49.7 + 49.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 49.9 WGET_URL="http://download.osgeo.org/postgis/source/$TARBALL" 49.10 49.11 BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev \ 49.12 gtk+-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff" 49.13 -SPLIT="postgis-gui" 49.14 +SPLIT="postgis-gui postgis" 49.15 49.16 -# Rules to configure and make the package. 49.17 -compile_rules() 49.18 -{ 49.19 +compile_rules() { 49.20 touch config.rpath 49.21 - ./configure --with-gui $CONFIGURE_ARGS \ 49.22 - && make -j 1 && make install 49.23 + 49.24 + ./configure \ 49.25 + --with-gui \ 49.26 + $CONFIGURE_ARGS && 49.27 + make -j1 && 49.28 + make install 49.29 } 49.30 49.31 -# Rules to gen a SliTaz package suitable for Tazpkg. 49.32 -genpkg_rules() 49.33 -{ 49.34 +genpkg_rules() { 49.35 case $PACKAGE in 49.36 - postgis) 49.37 - DEPENDS="geos proj libpostgresqlclient libxml2 libgdal" 49.38 - cp -a $install/* $fs 49.39 - rm -f $fs/usr/bin/shp2pgsql-gui 49.40 - ;; 49.41 - postgis-gui) 49.42 - CAT="misc|Support for geographic objects to PostgreSQL" 49.43 - DEPENDS="gtk+ postgis" 49.44 - mkdir -p $fs/usr/bin 49.45 - cp -a $install/usr/bin/shp2pgsql-gui $fs/usr/bin 49.46 - ;; 49.47 + postgis-gui) 49.48 + copy shp2pgsql-gui 49.49 + CAT="misc|GUI" 49.50 + DEPENDS="gtk+ postgis" 49.51 + ;; 49.52 + postgis) 49.53 + copy @std @rm 49.54 + DEPENDS="geos proj libpostgresqlclient libxml2 libgdal" 49.55 + ;; 49.56 esac 49.57 }
50.1 --- a/pygoocanvas/receipt Sat Apr 07 05:53:06 2018 +0300 50.2 +++ b/pygoocanvas/receipt Sat Apr 07 16:01:14 2018 +0300 50.3 @@ -1,4 +1,4 @@ 50.4 -# SliTaz package receipt. 50.5 +# SliTaz package receipt v2. 50.6 50.7 PACKAGE="pygoocanvas" 50.8 VERSION="0.14.1" 50.9 @@ -6,30 +6,22 @@ 50.10 SHORT_DESC="GooCanvas python bindings" 50.11 MAINTAINER="slaxemulator@gmail.com" 50.12 LICENSE="GPL2" 50.13 +WEB_SITE="http://developer.berlios.de/projects/pygoocanvas" 50.14 + 50.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 50.16 -WEB_SITE="http://developer.berlios.de/projects/pygoocanvas" 50.17 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygoocanvas/${VERSION%.*}/$TARBALL" 50.18 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 50.19 50.20 -DEPENDS="python pygtk goocanvas" 50.21 BUILD_DEPENDS="goocanvas-dev python-dev pygobject-dev pycairo-dev pygtk-dev" 50.22 50.23 -# Rules to configure and make the package. 50.24 -compile_rules() 50.25 -{ 50.26 - cd $src 50.27 +compile_rules() { 50.28 ./configure \ 50.29 - --prefix=/usr \ 50.30 - --infodir=/usr/share/info \ 50.31 - --mandir=/usr/share/man \ 50.32 --disable-docs \ 50.33 $CONFIGURE_ARGS && 50.34 - make && make DESTDIR=$DESTDIR install 50.35 + make && 50.36 + make DESTDIR=$DESTDIR install 50.37 } 50.38 50.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 50.40 -genpkg_rules() 50.41 -{ 50.42 - mkdir -p $fs/usr 50.43 - cp -a $install/usr/lib $fs/usr 50.44 +genpkg_rules() { 50.45 + copy @dev 50.46 + DEPENDS="python pygtk goocanvas" 50.47 } 50.48 -
51.1 --- a/pyorbit/receipt Sat Apr 07 05:53:06 2018 +0300 51.2 +++ b/pyorbit/receipt Sat Apr 07 16:01:14 2018 +0300 51.3 @@ -1,30 +1,25 @@ 51.4 -# SliTaz package receipt. 51.5 +# SliTaz package receipt v2. 51.6 51.7 PACKAGE="pyorbit" 51.8 VERSION="2.24.0" 51.9 CATEGORY="system-tools" 51.10 -SHORT_DESC="Python binding to GNOME ORBit." 51.11 +SHORT_DESC="Python binding to GNOME ORBit" 51.12 MAINTAINER="pankso@slitaz.org" 51.13 LICENSE="LGPL2.1" 51.14 +WEB_SITE="http://www.gnome.org/" 51.15 + 51.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 51.17 -WEB_SITE="http://www.gnome.org/" 51.18 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 51.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 51.20 51.21 -DEPENDS="python orbit2" 51.22 BUILD_DEPENDS="python-dev orbit2-dev" 51.23 51.24 -# Rules to configure and make the package. 51.25 -compile_rules() 51.26 -{ 51.27 - ./configure \ 51.28 - --prefix=/usr \ 51.29 - $CONFIGURE_ARGS && 51.30 +compile_rules() { 51.31 + ./configure $CONFIGURE_ARGS && 51.32 make && 51.33 make DESTDIR=$DESTDIR install 51.34 } 51.35 51.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 51.37 -genpkg_rules() 51.38 -{ 51.39 - cp -a $install/usr $fs 51.40 +genpkg_rules() { 51.41 + copy @std @dev 51.42 + DEPENDS="python orbit2" 51.43 }
52.1 --- a/python-edbus/receipt Sat Apr 07 05:53:06 2018 +0300 52.2 +++ b/python-edbus/receipt Sat Apr 07 16:01:14 2018 +0300 52.3 @@ -11,28 +11,26 @@ 52.4 TARBALL="python-e_dbus-$VERSION.tar.bz2" 52.5 WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL" 52.6 52.7 -BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper 52.8 +BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper \ 52.9 autoconf automake git subversion libtool" 52.10 SPLIT="python-edbus-dev" 52.11 52.12 compile_rules() { 52.13 ./autogen.sh && 52.14 - ./configure --prefix=/usr && 52.15 - make $MAKEFLAGS all && make install 52.16 + ./configure && 52.17 + make $MAKEFLAGS all && 52.18 + make install 52.19 } 52.20 52.21 genpkg_rules() { 52.22 case $PACKAGE in 52.23 python-edbus) 52.24 - mkdir -p $fs/usr/lib 52.25 - cp -a $install/usr/lib/python2.7 $fs/usr/lib 52.26 + copy @std 52.27 DEPENDS="edbus dbus-python dbus-helper" 52.28 TAGS="e enlightenment python" 52.29 ;; 52.30 *-dev) 52.31 - mkdir -p $fs/usr/lib 52.32 - # cp -a $install/usr/include $fs/usr 52.33 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 52.34 + copy @dev 52.35 DEPENDS="edbus-dev python-dev dbus-python-dev dbus-helper" 52.36 ;; 52.37 esac
53.1 --- a/qpdf/receipt Sat Apr 07 05:53:06 2018 +0300 53.2 +++ b/qpdf/receipt Sat Apr 07 16:01:14 2018 +0300 53.3 @@ -17,19 +17,19 @@ 53.4 compile_rules() { 53.5 ./configure \ 53.6 --disable-static \ 53.7 - --docdir=/usr/share/doc/qpdf-$VERSION \ 53.8 $CONFIGURE_ARGS && 53.9 - make && make install 53.10 + make && 53.11 + make install 53.12 } 53.13 53.14 genpkg_rules() { 53.15 case $PACKAGE in 53.16 qpdf) 53.17 - copy bin/ *.so* 53.18 + copy @std 53.19 DEPENDS="pcre zlib" 53.20 ;; 53.21 *-dev) 53.22 - copy *.h *.hh *.la *.pc 53.23 + copy @dev 53.24 ;; 53.25 esac 53.26 }
54.1 --- a/rrdtool/receipt Sat Apr 07 05:53:06 2018 +0300 54.2 +++ b/rrdtool/receipt Sat Apr 07 16:01:14 2018 +0300 54.3 @@ -3,24 +3,24 @@ 54.4 PACKAGE="rrdtool" 54.5 VERSION="1.4.6" 54.6 CATEGORY="misc" 54.7 -SHORT_DESC="Data logging and graphing system for time series data." 54.8 +SHORT_DESC="Data logging and graphing system for time series data" 54.9 MAINTAINER="pascal.bellard@slitaz.org" 54.10 LICENSE="GPL2" 54.11 +WEB_SITE="http://oss.oetiker.ch/$PACKAGE" 54.12 + 54.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 54.14 -WEB_SITE="http://oss.oetiker.ch/$PACKAGE" 54.15 WGET_URL="$WEB_SITE/pub/$TARBALL" 54.16 54.17 BUILD_DEPENDS="perl-dev zlib-dev freetype-dev libpng16-dev libxml2-dev \ 54.18 fontconfig-dev xorg-pixman-dev cairo-dev glib-dev pango-dev python-dev perl groff \ 54.19 libwrap-dev tcl-dev lua5.1-dev ruby" 54.20 -SPLIT="rrdtool-dev rrdtool-doc rrdtool-lua rrdtool-man rrdtool-perl \ 54.21 -rrdtool-python" 54.22 +SPLIT="rrdtool-doc rrdtool-lua rrdtool-man rrdtool-perl rrdtool-python \ 54.23 +rrdtool-dev" 54.24 54.25 -# Rules to configure and make the package. 54.26 -compile_rules() 54.27 -{ 54.28 +compile_rules() { 54.29 sed -i 's/PL_sv_undef sv_undef/PL_sv_undef PL_sv_undef/' bindings/perl-shared/RRDs.xs 54.30 export LDFLAGS="$LDFLAGS -L/usr/lib/lua/5.1" 54.31 + 54.32 TOREMOVE="/usr/include/lua5.1" 54.33 ln -s lua/5.1 /usr/include/lua5.1 54.34 for i in /usr/bin/lua /usr/bin/luac ; do 54.35 @@ -28,64 +28,51 @@ 54.36 ln -s $(basename $i)5.1 $i 54.37 TOREMOVE="$TOREMOVE $i" 54.38 done 54.39 - ./configure --prefix=/usr --infodir=/usr/share/info \ 54.40 + 54.41 + ./configure \ 54.42 --enable-perl-site-install \ 54.43 - --mandir=/usr/share/man $CONFIGURE_ARGS && 54.44 + $CONFIGURE_ARGS && 54.45 make && 54.46 - make DESTDIR=$DESTDIR install 54.47 - for i in $TOREMOVE ; do 54.48 + make DESTDIR=$DESTDIR install || return 1 54.49 + 54.50 + for i in $TOREMOVE; do 54.51 rm -f $i 54.52 done 54.53 } 54.54 54.55 -# Rules to gen a SliTaz package suitable for Tazpkg. 54.56 -genpkg_rules() 54.57 -{ 54.58 +genpkg_rules() { 54.59 case $PACKAGE in 54.60 - rrdtool) 54.61 - DEPENDS="zlib freetype libpng16 libxml2 fontconfig xorg-pixman cairo \ 54.62 - glib pango xorg-xcb-util xorg-base-fonts libwrap" 54.63 - TAGS="logs" 54.64 - mkdir -p $fs/usr/lib 54.65 - cp -a $install/usr/lib/*.so* $fs/usr/lib 54.66 - cp -a $install/usr/bin $fs/usr 54.67 - ;; 54.68 - rrdtool-dev) 54.69 - CAT="development|Data logging and graphing system for time series data, development file." 54.70 - DEPENDS="rrdtool" 54.71 - mkdir -p $fs/usr/lib 54.72 - cp -a $install/usr/lib/*.a $fs/usr/lib 54.73 - cp -a $install/usr/include $fs/usr 54.74 - ;; 54.75 - rrdtool-doc) 54.76 - CAT="development|Data logging and graphing system for time series data." 54.77 - mkdir -p $fs/usr/share 54.78 - cp -a $install/usr/share/rrdtool $fs/usr/share 54.79 - cp -a $install/usr/share/doc $fs/usr/share 54.80 - ;; 54.81 - rrdtool-lua) 54.82 - CAT="development|LUA bindings for rrdtool." 54.83 - DEPENDS="lua5.1 rrdtool" 54.84 - mkdir -p $fs/usr/lib 54.85 - cp -a $install/usr/lib/lua $fs/usr/lib/ 54.86 - ;; 54.87 - rrdtool-man) 54.88 - CAT="development|Data logging and graphing system for time series data." 54.89 - mkdir -p $fs/usr/share 54.90 - cp -a $install/usr/share/man $fs/usr/share 54.91 - ;; 54.92 - rrdtool-perl) 54.93 - CAT="development|Perl bindings for rrdtool." 54.94 - DEPENDS="perl rrdtool" 54.95 - mkdir -p $fs/usr/lib 54.96 - cp -a $install/usr/lib/perl5 $fs/usr/lib/ 54.97 - ;; 54.98 - rrdtool-python) 54.99 - CAT="development|Python bindings for rrdtool." 54.100 - DEPENDS="python rrdtool" 54.101 - PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 54.102 - mkdir -p $fs/usr/lib 54.103 - cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 54.104 - ;; 54.105 + rrdtool-doc) 54.106 + copy doc/ examples/ 54.107 + CAT="development|documentation and examples" 54.108 + ;; 54.109 + rrdtool-lua) 54.110 + copy lua/ 54.111 + find $fs -name '*.la' -delete 54.112 + CAT="development|Lua bindings" 54.113 + DEPENDS="lua5.1 rrdtool" 54.114 + ;; 54.115 + rrdtool-man) 54.116 + copy man/ 54.117 + CAT="development|man pages" 54.118 + ;; 54.119 + rrdtool-perl) 54.120 + copy perl5/ 54.121 + CAT="development|Perl bindings" 54.122 + DEPENDS="perl rrdtool" 54.123 + ;; 54.124 + rrdtool-python) 54.125 + copy python2.7/ 54.126 + CAT="development|Python bindings" 54.127 + DEPENDS="python rrdtool" 54.128 + ;; 54.129 + rrdtool) 54.130 + copy @std @rm 54.131 + DEPENDS="zlib freetype libpng16 libxml2 fontconfig xorg-pixman \ 54.132 + cairo glib pango xorg-xcb-util xorg-base-fonts libwrap" 54.133 + TAGS="logs" 54.134 + rrdtool-dev) 54.135 + copy @dev 54.136 + DEPENDS="rrdtool" 54.137 esac 54.138 }
55.1 --- a/sctp-tools/receipt Sat Apr 07 05:53:06 2018 +0300 55.2 +++ b/sctp-tools/receipt Sat Apr 07 16:01:14 2018 +0300 55.3 @@ -3,48 +3,35 @@ 55.4 PACKAGE="sctp-tools" 55.5 VERSION="1.0.17" 55.6 CATEGORY="network" 55.7 -SHORT_DESC="Stream Control Transmission Protocol tools." 55.8 +SHORT_DESC="Stream Control Transmission Protocol" 55.9 MAINTAINER="pascal.bellard@slitaz.org" 55.10 LICENSE="GPL2 LGPL2.1" 55.11 -SOURCE="lksctp-tools" 55.12 -TARBALL="$SOURCE-$VERSION.tar.gz" 55.13 WEB_SITE="http://lksctp.sourceforge.net/" 55.14 -WGET_URL="$SF_MIRROR/project/lksctp/lksctp/$SOURCE/$TARBALL" 55.15 55.16 -SPLIT="sctp-tools libsctp-dev libsctp" 55.17 +TARBALL="lksctp-tools-$VERSION.tar.gz" 55.18 +WGET_URL="$SF_MIRROR/lksctp/$TARBALL" 55.19 55.20 -# Rules to configure and make the package. 55.21 -compile_rules() 55.22 -{ 55.23 - ./configure --prefix=/usr --infodir=/usr/share/info \ 55.24 - --mandir=/usr/share/man \ 55.25 - $CONFIGURE_ARGS && 55.26 +SPLIT="libsctp sctp-tools libsctp-dev" 55.27 + 55.28 +compile_rules() { 55.29 + ./configure $CONFIGURE_ARGS && 55.30 make && 55.31 make DESTDIR=$DESTDIR install 55.32 } 55.33 55.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 55.35 -genpkg_rules() 55.36 -{ 55.37 +genpkg_rules() { 55.38 case $PACKAGE in 55.39 - sctp-tools) 55.40 - DEPENDS="libsctp" 55.41 - mkdir -p $fs/usr/lib/lksctp-tools 55.42 - cp -a $install/usr/bin $fs/usr 55.43 - cp -a $install/usr/lib/lksctp-tools/libwithsctp.so* \ 55.44 - $fs/usr/lib/lksctp-tools 55.45 - ;; 55.46 - libsctp) 55.47 - CAT="network|Stream Control Transmission Protocol libraries." 55.48 - mkdir -p $fs/usr/lib 55.49 - cp -a $install/usr/lib/libsctp.so* $fs/usr/lib 55.50 - ;; 55.51 - libsctp-dev) 55.52 - CAT="development|Stream Control Transmission Protocol developement libraries." 55.53 - mkdir -p $fs/usr/lib/lksctp-tools 55.54 - cp -a $install/usr/include $fs/usr 55.55 - cp -a $install/usr/lib/libsctp.*a $fs/usr/lib 55.56 - cp -a $install/usr/lib/lksctp-tools/*a $fs/usr/lib/lksctp-tools 55.57 - ;; 55.58 + libsctp) 55.59 + copy libsctp.so* 55.60 + CAT="network|libraries" 55.61 + ;; 55.62 + sctp-tools) 55.63 + copy @std @rm 55.64 + CAT="network|tools" 55.65 + DEPENDS="libsctp" 55.66 + ;; 55.67 + libsctp-dev) 55.68 + copy @dev 55.69 + ;; 55.70 esac 55.71 }
56.1 --- a/sg3_utils/receipt Sat Apr 07 05:53:06 2018 +0300 56.2 +++ b/sg3_utils/receipt Sat Apr 07 16:01:14 2018 +0300 56.3 @@ -3,43 +3,34 @@ 56.4 PACKAGE="sg3_utils" 56.5 VERSION="1.42" 56.6 CATEGORY="system-tools" 56.7 -SHORT_DESC="Low level utilities for devices that use a SCSI command set." 56.8 +SHORT_DESC="Low level utilities for devices that use a SCSI command set" 56.9 MAINTAINER="pankso@slitaz.org" 56.10 LICENSE="GPL BSD" 56.11 +WEB_SITE="http://sg.danny.cz/sg/" 56.12 + 56.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 56.14 -WEB_SITE="http://sg.danny.cz/sg/" 56.15 WGET_URL="http://sg.danny.cz/sg/p/$TARBALL" 56.16 56.17 -BUILD_DEPENDS="" 56.18 -SPLIT="sg3_utils libsgutils2 sg3_utils-dev" 56.19 +SPLIT="libsgutils2 sg3_utils sg3_utils-dev" 56.20 56.21 -# Rules to configure and make the package. 56.22 -compile_rules() 56.23 -{ 56.24 - ./configure \ 56.25 - $CONFIGURE_ARGS && 56.26 - make && make install 56.27 +compile_rules() { 56.28 + ./configure $CONFIGURE_ARGS && 56.29 + make && 56.30 + make install 56.31 } 56.32 56.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 56.34 -genpkg_rules() 56.35 -{ 56.36 +genpkg_rules() { 56.37 case $PACKAGE in 56.38 - sg3_utils) 56.39 - DEPENDS="libsgutils2" 56.40 - mkdir -p $fs/usr/lib 56.41 - cp -a $install/usr/bin $fs/usr 56.42 - ;; 56.43 - libsgutils2) 56.44 - CAT="system-tools|The sg_utils library." 56.45 - mkdir -p $fs/usr/lib 56.46 - cp -a $install/usr/lib/*.so* $fs/usr/lib 56.47 - ;; 56.48 - sg3_utils-dev) 56.49 - CAT="development|The sg_utils devel files." 56.50 - mkdir -p $fs/usr/lib 56.51 - cp -a $install/usr/lib/*.*a $fs/usr/lib 56.52 - cp -a $install/usr/include $fs/usr 56.53 - ;; 56.54 + libsgutils2) 56.55 + copy libsgutils2.so* 56.56 + CAT="system-tools|library" 56.57 + ;; 56.58 + sg3_utils) 56.59 + copy @std @rm 56.60 + DEPENDS="libsgutils2" 56.61 + ;; 56.62 + *-dev) 56.63 + copy @dev 56.64 + ;; 56.65 esac 56.66 }
57.1 --- a/sleuthkit/receipt Sat Apr 07 05:53:06 2018 +0300 57.2 +++ b/sleuthkit/receipt Sat Apr 07 16:01:14 2018 +0300 57.3 @@ -17,28 +17,21 @@ 57.4 57.5 compile_rules() { 57.6 ./configure \ 57.7 - --prefix=/usr \ 57.8 - --infodir=/usr/share/info \ 57.9 - --mandir=/usr/share/man \ 57.10 --without-libewf \ 57.11 --without-afflib \ 57.12 $CONFIGURE_ARGS && 57.13 - make LDFLAGS+="-lpthread -ldl" && make DESTDIR=$DESTDIR install 57.14 + make LDFLAGS+="-lpthread -ldl" && 57.15 + make DESTDIR=$DESTDIR install 57.16 } 57.17 57.18 genpkg_rules() { 57.19 case $PACKAGE in 57.20 sleuthkit) 57.21 - mkdir -p $fs/usr/lib $fs/usr/share 57.22 - cp -a $install/usr/bin $fs/usr 57.23 - cp -a $install/usr/lib/*.so* $fs/usr/lib 57.24 - cp -a $install/usr/share/tsk3 $fs/usr/share 57.25 + copy @std 57.26 DEPENDS="perl" 57.27 ;; 57.28 *-dev) 57.29 - mkdir -p $fs/usr/lib 57.30 - cp -a $install/usr/lib/*.*a $fs/usr/lib 57.31 - cp -a $install/usr/include $fs/usr 57.32 + copy @dev 57.33 ;; 57.34 esac 57.35 }
58.1 --- a/soundtouch/receipt Sat Apr 07 05:53:06 2018 +0300 58.2 +++ b/soundtouch/receipt Sat Apr 07 16:01:14 2018 +0300 58.3 @@ -18,25 +18,20 @@ 58.4 ./bootstrap 58.5 sed -i 's|/doc/|/share&|' Makefile* 58.6 patch -Np1 -i $stuff/$PACKAGE-1.4.0-mmx-sse-compile-fix.patch 58.7 - ./configure --enable-shared $CONFIGURE_ARGS && make && make install 58.8 + 58.9 + ./configure \ 58.10 + --enable-shared \ 58.11 + $CONFIGURE_ARGS && 58.12 + make && 58.13 + make install || return 1 58.14 + 58.15 + # Upstream changed pkgconfig filename 58.16 + ln -sf soundtouch-1.4.pc $install/usr/lib/pkgconfig/soundtouch-1.0.pc 58.17 } 58.18 58.19 genpkg_rules() { 58.20 case $PACKAGE in 58.21 - soundtouch) 58.22 - mkdir -p $fs/usr/lib 58.23 - cp -a $install/usr/bin $fs/usr 58.24 - cp -a $install/usr/lib/*.so* $fs/usr/lib 58.25 - DEPENDS="gcc-lib-base" 58.26 - ;; 58.27 - *-dev) 58.28 - mkdir -p $fs/usr/lib $fs/usr/share 58.29 - cp -a $install/usr/include $fs/usr 58.30 - cp -a $install/usr/lib/*.*a $fs/usr/lib 58.31 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 58.32 - cp -a $install/usr/share/aclocal $fs/usr/share 58.33 - # Upstream changed pkgconfig filename 58.34 - ln -sf soundtouch-1.4.pc $fs/usr/lib/pkgconfig/soundtouch-1.0.pc 58.35 - ;; 58.36 + soundtouch) copy @std;; 58.37 + *-dev) copy @dev;; 58.38 esac 58.39 }
59.1 --- a/sox/receipt Sat Apr 07 05:53:06 2018 +0300 59.2 +++ b/sox/receipt Sat Apr 07 16:01:14 2018 +0300 59.3 @@ -23,16 +23,14 @@ 59.4 ./configure \ 59.5 --with-distro="SliTaz" \ 59.6 $CONFIGURE_ARGS && 59.7 - make && make install 59.8 + make && 59.9 + make install 59.10 } 59.11 59.12 genpkg_rules() { 59.13 case $PACKAGE in 59.14 sox) 59.15 - mkdir -p $fs/usr/lib/sox 59.16 - cp -a $install/usr/bin $fs/usr 59.17 - cp -a $install/usr/lib/*.so* $fs/usr/lib 59.18 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 59.19 + copy @std 59.20 case "$SLITAZ_ARCH" in 59.21 arm*) 59.22 DEPENDS="libltdl libsamplerate alsa-lib libid3tag libmad \ 59.23 @@ -47,10 +45,7 @@ 59.24 esac 59.25 ;; 59.26 *-dev) 59.27 - mkdir -p $fs/usr/lib/sox 59.28 - cp -a $install/usr/include $fs/usr 59.29 - cp -a $install/usr/lib/*a $fs/usr/lib 59.30 - #cp -a $install/usr/lib/sox/*a $fs/usr/lib 59.31 + copy @dev 59.32 ;; 59.33 esac 59.34 }
60.1 --- a/spandsp/receipt Sat Apr 07 05:53:06 2018 +0300 60.2 +++ b/spandsp/receipt Sat Apr 07 16:01:14 2018 +0300 60.3 @@ -3,39 +3,31 @@ 60.4 PACKAGE="spandsp" 60.5 VERSION="0.0.6" 60.6 CATEGORY="system-tools" 60.7 -SHORT_DESC="library of DSP functions for telephony." 60.8 +SHORT_DESC="Library of DSP functions for telephony" 60.9 MAINTAINER="pascal.bellard@slitaz.org" 60.10 LICENSE="LGPL2.1" 60.11 +WEB_SITE="http://www.soft-switch.org/" 60.12 + 60.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 60.14 -WEB_SITE="http://www.soft-switch.org/" 60.15 WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL" 60.16 60.17 -DEPENDS="tiff zlib jpeg" 60.18 BUILD_DEPENDS="tiff-dev zlib-dev jpeg-dev" 60.19 -SPLIT="spandsp spandsp-dev" 60.20 +SPLIT="spandsp-dev" 60.21 60.22 -# Rules to configure and make the package. 60.23 -compile_rules() 60.24 -{ 60.25 - ./configure --prefix=/usr $CONFIGURE_ARGS && 60.26 +compile_rules() { 60.27 + ./configure $CONFIGURE_ARGS && 60.28 make && 60.29 - make -j 1 install 60.30 + make -j1 install 60.31 } 60.32 60.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 60.34 -genpkg_rules() 60.35 -{ 60.36 +genpkg_rules() { 60.37 case $PACKAGE in 60.38 - spandsp) 60.39 - mkdir -p $fs/usr/lib 60.40 - cp -a $install/usr/lib/*.so* $fs/usr/lib 60.41 - ;; 60.42 - spandsp-dev) 60.43 - CAT="development|library of DSP functions for telephony dev files." 60.44 - DEPENDS="spandsp" 60.45 - mkdir -p $fs/usr/lib 60.46 - cp -a $install/usr/lib/*.*a $fs/usr/lib 60.47 - cp -a $install/usr/include $fs/usr 60.48 - ;; 60.49 + spandsp) 60.50 + copy @std 60.51 + DEPENDS="tiff zlib jpeg" 60.52 + ;; 60.53 + *-dev) 60.54 + copy @dev 60.55 + ;; 60.56 esac 60.57 }
61.1 --- a/sylpheed/receipt Sat Apr 07 05:53:06 2018 +0300 61.2 +++ b/sylpheed/receipt Sat Apr 07 16:01:14 2018 +0300 61.3 @@ -19,23 +19,25 @@ 61.4 --disable-gtkspell \ 61.5 --disable-updatecheck \ 61.6 $CONFIGURE_ARGS && 61.7 - make && make install 61.8 + make && 61.9 + make install || return 1 61.10 + 61.11 + mkdir -p $install/usr/share/applications/ 61.12 + cp $stuff/applications/sylpheed*.desktop $install/usr/share/applications/ 61.13 } 61.14 61.15 genpkg_rules() { 61.16 case $PACKAGE in 61.17 sylpheed) 61.18 - mkdir -p $fs/usr/lib $fs/usr/share/applications 61.19 - cp -a $stuff/applications/sylpheed*.desktop $fs/usr/share/applications 61.20 - cp -a $install/usr/bin $fs/usr 61.21 - cp -a $install/usr/lib/*.so* $fs/usr/lib 61.22 + copy @std 61.23 + rm -r \ 61.24 + $fs/usr/share/sylpheed/faq/ \ 61.25 + $fs/usr/share/sylpheed/manual/ 61.26 DEPENDS="gtk+ openssl libffi" 61.27 TAGS="mail internet" 61.28 ;; 61.29 *-dev) 61.30 - mkdir -p $fs/usr/lib 61.31 - cp -a $install/usr/include $fs/usr 61.32 - cp -a $install/usr/lib/*.*a $fs/usr/lib 61.33 + copy @dev 61.34 DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" 61.35 ;; 61.36 esac
62.1 --- a/telepathy-glib/receipt Sat Apr 07 05:53:06 2018 +0300 62.2 +++ b/telepathy-glib/receipt Sat Apr 07 16:01:14 2018 +0300 62.3 @@ -16,9 +16,7 @@ 62.4 SPLIT="telepathy-glib-dev" 62.5 62.6 compile_rules() { 62.7 - ./configure \ 62.8 - --prefix=/usr \ 62.9 - $CONFIGURE_ARGS && 62.10 + ./configure $CONFIGURE_ARGS && 62.11 make && 62.12 make DESTDIR=$DESTDIR install 62.13 } 62.14 @@ -26,18 +24,11 @@ 62.15 genpkg_rules() { 62.16 case $PACKAGE in 62.17 telepathy-glib) 62.18 - mkdir -p $fs/usr/share $fs/usr/lib 62.19 - cp -a $install/usr/share/gir* $fs/usr/share 62.20 - cp -a $install/usr/share/glib* $fs/usr/share 62.21 - cp -a $install/usr/lib/*.so* $fs/usr/lib 62.22 - cp -a $install/usr/lib/gir* $fs/usr/lib 62.23 + copy @std 62.24 DEPENDS="glib gobject-introspection dbus dbus-glib libffi" 62.25 ;; 62.26 *-dev) 62.27 - mkdir -p $fs/usr/lib 62.28 - cp -a $install/usr/include $fs/usr 62.29 - cp -a $install/usr/lib/*a $fs/usr/lib 62.30 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 62.31 + copy @dev 62.32 ;; 62.33 esac 62.34 }
63.1 --- a/tesseract-ocr/receipt Sat Apr 07 05:53:06 2018 +0300 63.2 +++ b/tesseract-ocr/receipt Sat Apr 07 16:01:14 2018 +0300 63.3 @@ -3,46 +3,33 @@ 63.4 PACKAGE="tesseract-ocr" 63.5 VERSION="3.05.01" 63.6 CATEGORY="office" 63.7 -SHORT_DESC="The most accurate open source OCR engine available." 63.8 +SHORT_DESC="The most accurate open source OCR engine available" 63.9 MAINTAINER="pascal.bellard@slitaz.org" 63.10 LICENSE="Apache" 63.11 WEB_SITE="http://code.google.com/p/tesseract-ocr/" 63.12 + 63.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 63.14 WGET_URL="https://github.com/tesseract-ocr/tesseract/archive/$VERSION.tar.gz" 63.15 63.16 BUILD_DEPENDS="libtool autoconf automake libpng16-dev jpeg-dev tiff-dev \ 63.17 giflib-dev zlib-dev icu-dev pango-dev cairo-dev leptonica-dev" 63.18 -SPLIT="tesseract-ocr tesseract-ocr-dev" 63.19 +SPLIT="tesseract-ocr-dev" 63.20 63.21 -# Rules to configure and make the package. 63.22 -compile_rules() 63.23 -{ 63.24 +compile_rules() { 63.25 ./autogen.sh 63.26 - ./configure \ 63.27 - --prefix=/usr \ 63.28 - $CONFIGURE_ARGS && 63.29 - make && make install 63.30 + ./configure $CONFIGURE_ARGS && 63.31 + make && 63.32 + make install 63.33 } 63.34 63.35 -# Rules to gen a SliTaz package suitable for Tazpkg. 63.36 -genpkg_rules() 63.37 -{ 63.38 +genpkg_rules() { 63.39 case $PACKAGE in 63.40 - tesseract-ocr) 63.41 - DEPENDS="leptonica libpng16 jpeg tiff giflib" 63.42 - mkdir -p $fs/usr/lib 63.43 - cp -a $install/usr/bin $fs/usr 63.44 - cp -a $install/usr/share $fs/usr 63.45 - rm -rf $fs/usr/share/man 63.46 - cp -a $install/usr/lib/*.so* $fs/usr/lib 63.47 - ;; 63.48 - tesseract-ocr-dev) 63.49 - CAT="development|The most accurate open source OCR engine available, development files." 63.50 - DEPENDS="tesseract-ocr" 63.51 - mkdir -p $fs/usr/lib 63.52 - cp -a $install/usr/include $fs/usr 63.53 - cp -a $install/usr/lib/*a $fs/usr/lib 63.54 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 63.55 - ;; 63.56 + tesseract-ocr) 63.57 + copy @std 63.58 + DEPENDS="leptonica libpng16 jpeg tiff giflib" 63.59 + ;; 63.60 + *-dev) 63.61 + copy @dev 63.62 + ;; 63.63 esac 63.64 -} 63.65 \ No newline at end of file 63.66 +}
64.1 --- a/uclibc-cross-compiler-x86_64/receipt Sat Apr 07 05:53:06 2018 +0300 64.2 +++ b/uclibc-cross-compiler-x86_64/receipt Sat Apr 07 16:01:14 2018 +0300 64.3 @@ -3,15 +3,16 @@ 64.4 PACKAGE="uclibc-cross-compiler-x86_64" 64.5 VERSION="prebuilt" 64.6 CATEGORY="development" 64.7 -SHORT_DESC="Toolchain for uclibc/x86_64." 64.8 +SHORT_DESC="Uclibc toolchain" 64.9 MAINTAINER="pascal.bellard@slitaz.org" 64.10 LICENSE="GPL2" 64.11 +WEB_SITE="http://impactlinux.com/aboriginal" 64.12 + 64.13 SOURCE="cross-compiler-x86_64" 64.14 TARBALL="$SOURCE.tar.bz2" 64.15 -WEB_SITE="http://impactlinux.com/aboriginal" 64.16 WGET_URL="$WEB_SITE/downloads/binaries/cross-compiler/$TARBALL" 64.17 + 64.18 COOKOPTS="!strip" 64.19 -TAGS="compiler C" 64.20 64.21 SPLIT="uclibc-armv4eb uclibc-armv4l uclibc-armv4tl uclibc-armv5l uclibc-armv6l \ 64.22 uclibc-cross-compiler-armv4eb uclibc-cross-compiler-armv4l \ 64.23 @@ -23,9 +24,7 @@ 64.24 uclibc-cross-compiler-x86_64 uclibc-i486 uclibc-mips uclibc-mips64 \ 64.25 uclibc-mipsel uclibc-powerpc uclibc-sh4 uclibc-sparc uclibc-x86_64" 64.26 64.27 -# Rules to configure and make the package. 64.28 -compile_rules() 64.29 -{ 64.30 +compile_rules() { 64.31 for i in $(echo " $SPLIT" | sed -e 's/uclibc-cross-compiler-//g' \ 64.32 -e 's/ uclibc-[^ ]*//g'); do 64.33 [ -s $SRC/${TARBALL/x86_64/$i} ] || 64.34 @@ -33,42 +32,40 @@ 64.35 busybox tar xf $SRC/${TARBALL/x86_64/$i} 64.36 done 64.37 ln -s $src $install 64.38 + chown -R root:root $install 64.39 } 64.40 64.41 -# Rules to gen a SliTaz package suitable for Tazpkg. 64.42 -genpkg_rules() 64.43 -{ 64.44 +genpkg_rules() { 64.45 case $PACKAGE in 64.46 - uclibc-cross-compiler-*) 64.47 - CAT="development|Toolchain for uclibc/${PACKAGE##*-}." 64.48 - SUGGESTED="uclibc-${PACKAGE##*-}" 64.49 - mkdir -p $fs/usr/share/$PACKAGE $fs/usr/bin 64.50 - cp -a $install/cross-compiler-${PACKAGE##*-}/. $fs/usr/share/$PACKAGE/ 64.51 - for i in $(cd $install/cross-compiler-${PACKAGE##*-} ; ls bin/${PACKAGE##*-}-*); do 64.52 - file=$(basename $i) 64.53 - ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 64.54 - done 64.55 - ;; 64.56 - uclibc-*) 64.57 - TAZBB_NO_INSTALL="because this is not the right target !" 64.58 - CAT="base-system|UcLibc ${PACKAGE##*-} libraries." 64.59 - mkdir -p $fs/lib 64.60 - cp -a $install/cross-compiler-${PACKAGE##*-}/lib/*.so* $fs/lib 64.61 - ;; 64.62 + uclibc-cross-compiler-*) 64.63 + CAT="development|for uclibc/${PACKAGE##*-}" 64.64 + SUGGESTED="uclibc-${PACKAGE##*-}" 64.65 + mkdir -p \ 64.66 + $fs/usr/share/$PACKAGE \ 64.67 + $fs/usr/bin 64.68 + cp -a $install/cross-compiler-${PACKAGE##*-}/. $fs/usr/share/$PACKAGE/ 64.69 + for i in $(cd $install/cross-compiler-${PACKAGE##*-} ; ls bin/${PACKAGE##*-}-*); do 64.70 + file=$(basename $i) 64.71 + ln -s ../share/$PACKAGE/bin/$file $fs/usr/bin/uclibc-$file 64.72 + done 64.73 + ;; 64.74 + uclibc-*) 64.75 + CAT="base-system|UcLibc ${PACKAGE##*-} libraries" 64.76 + mkdir -p $fs/lib 64.77 + cp -a $install/cross-compiler-${PACKAGE##*-}/lib/*.so* $fs/lib 64.78 + ;; 64.79 esac 64.80 + TAGS="compiler C" 64.81 } 64.82 64.83 -# Pre and post install commands for Tazpkg. 64.84 -post_install_uclibc_i486() 64.85 -{ 64.86 +post_install_uclibc_i486() { 64.87 echo chroot "$1/" /usr/bin/uclibc-i486-ldconfig 64.88 } 64.89 64.90 -pre_remove_uclibc_i486() 64.91 -{ 64.92 +pre_remove_uclibc_i486() { 64.93 for i in /lib/ld-uClibc.so*; do 64.94 case "$(readlink $i)" in 64.95 - *usr/share/uclibc_i486/lib/*) rm -f $i ;; 64.96 + *usr/share/uclibc_i486/lib/*) rm -f $i;; 64.97 esac 64.98 done 64.99 }
65.1 --- a/vanessa_logger/receipt Sat Apr 07 05:53:06 2018 +0300 65.2 +++ b/vanessa_logger/receipt Sat Apr 07 16:01:14 2018 +0300 65.3 @@ -20,16 +20,7 @@ 65.4 65.5 genpkg_rules() { 65.6 case $PACKAGE in 65.7 - vanessa_logger) 65.8 - mkdir -p $fs/usr/lib 65.9 - cp -a $install/usr/bin $fs/usr 65.10 - cp -a $install/usr/lib/*.so* $fs/usr/lib 65.11 - ;; 65.12 - *-dev) 65.13 - mkdir -p $fs/usr/lib 65.14 - cp -a $install/usr/include $fs/usr 65.15 - cp -a $install/usr/lib/*a $fs/usr/lib 65.16 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 65.17 - ;; 65.18 + vanessa_logger) copy @std;; 65.19 + *-dev) copy @dev;; 65.20 esac 65.21 }
66.1 --- a/vcdimager/receipt Sat Apr 07 05:53:06 2018 +0300 66.2 +++ b/vcdimager/receipt Sat Apr 07 16:01:14 2018 +0300 66.3 @@ -11,40 +11,29 @@ 66.4 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 66.5 66.6 BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev gfortran" 66.7 -SPLIT="vcdimager vcdimager-dev vcdimager-xmltools" 66.8 +SPLIT="vcdimager-xmltools vcdimager vcdimager-dev" 66.9 66.10 -# Rules to configure and make the package. 66.11 -compile_rules() 66.12 -{ 66.13 +compile_rules() { 66.14 ./configure $CONFIGURE_ARGS && 66.15 - make && make install 66.16 + make && 66.17 + make install 66.18 } 66.19 66.20 -# Rules to gen a SliTaz package suitable for Tazpkg. 66.21 -genpkg_rules() 66.22 -{ 66.23 +genpkg_rules() { 66.24 case $PACKAGE in 66.25 - vcdimager) 66.26 - TAGS="multimedia video vcd" 66.27 - DEPENDS="libcdio libxml2 popt" 66.28 - mkdir -p $fs/usr/bin 66.29 - cp -a $install/usr/bin/vcdimager $fs/usr/bin 66.30 - ;; 66.31 - vcdimager-dev) 66.32 - CAT="development|vcdimager devel files" 66.33 - mkdir -p $fs/usr/lib 66.34 - cp -a $install/usr/lib/*.*a $fs/usr/lib 66.35 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 66.36 - cp -a $install/usr/include $fs/usr 66.37 - ;; 66.38 - vcdimager-xmltools) 66.39 - CAT="multimedia|vcd xml and diagnostic tools from vcdimager" 66.40 - TAGS="vcd" 66.41 - DEPENDS="vcdimager" 66.42 - mkdir -p $fs/usr/bin $fs/usr/lib 66.43 - cp -a $install/usr/bin/ $fs/usr 66.44 - cp -a $install/usr/lib/*.so* $fs/usr/lib 66.45 - rm $fs/usr/bin/vcdimager 66.46 - ;; 66.47 + vcdimager) 66.48 + copy vcdimager 66.49 + DEPENDS="libcdio libxml2 popt" 66.50 + TAGS="multimedia video vcd" 66.51 + ;; 66.52 + vcdimager-xmltools) 66.53 + copy @std @rm 66.54 + DEPENDS="vcdimager" 66.55 + CAT="multimedia|vcd xml and diagnostic tools" 66.56 + TAGS="vcd" 66.57 + ;; 66.58 + *-dev) 66.59 + copy @dev 66.60 + ;; 66.61 esac 66.62 }
67.1 --- a/volume_key/receipt Sat Apr 07 05:53:06 2018 +0300 67.2 +++ b/volume_key/receipt Sat Apr 07 16:01:14 2018 +0300 67.3 @@ -14,19 +14,27 @@ 67.4 67.5 BUILD_DEPENDS="automake gettext gpgme-dev libtool cryptsetup-dev nss-dev \ 67.6 python-dev" 67.7 -SPLIT="volume_key-dev volume_key-python" 67.8 +SPLIT="volume_key-python volume_key volume_key-dev" 67.9 67.10 compile_rules() { 67.11 sed -i '/config.h/d' lib/libvolume_key.h && 67.12 autoreconf -fiv && 67.13 67.14 - ./configure $CONFIGURE_ARGS && make && make install 67.15 + ./configure $CONFIGURE_ARGS && 67.16 + make && 67.17 + make install 67.18 } 67.19 67.20 genpkg_rules() { 67.21 case $PACKAGE in 67.22 + *-python) 67.23 + copy python2.7/ 67.24 + find $fs -name '*.la' -delete 67.25 + CAT="libs|python bindings" 67.26 + DEPENDS="volume_key python" 67.27 + ;; 67.28 volume_key) 67.29 - copy @std; rm -r $fs/usr/lib/python2.7/ 67.30 + copy @std @rm 67.31 DEPENDS="cryptsetup glib gpgme libassuan libdevmapper libgcrypt \ 67.32 libgpg-error nspr nss pcre util-linux-blkid util-linux-uuid" 67.33 ;; 67.34 @@ -37,10 +45,5 @@ 67.35 libgpg-error-dev nspr-dev nss-dev pcre-dev python-dev \ 67.36 util-linux-blkid-dev util-linux-uuid-dev" 67.37 ;; 67.38 - *-python) 67.39 - copy site-packages/ @rm 67.40 - CAT="libs|python bindings" 67.41 - DEPENDS="volume_key python" 67.42 - ;; 67.43 esac 67.44 }
68.1 --- a/xerces-c/receipt Sat Apr 07 05:53:06 2018 +0300 68.2 +++ b/xerces-c/receipt Sat Apr 07 16:01:14 2018 +0300 68.3 @@ -22,16 +22,11 @@ 68.4 genpkg_rules() { 68.5 case $PACKAGE in 68.6 xerces-c) 68.7 - mkdir -p $fs/usr/lib 68.8 - cp -a $install/usr/lib/*.so* $fs/usr/lib 68.9 - cp -a $install/usr/bin $fs/usr 68.10 - DEPENDS="glibc-base gcc-lib-base libcurl openssl icu" 68.11 + copy @std 68.12 + DEPENDS="libcurl openssl icu" 68.13 ;; 68.14 *-dev) 68.15 - mkdir -p $fs/usr/lib 68.16 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 68.17 - cp -a $install/usr/lib/*.*a $fs/usr/lib 68.18 - cp -a $install/usr/include $fs/usr 68.19 + copy @dev 68.20 ;; 68.21 esac 68.22 }