wok-next rev 20919
dbus-python -> python-dbus
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Aug 22 09:09:15 2018 +0300 (2018-08-22) |
parents | 6e83df33a44f |
children | 030937efd233 |
files | adeskbar/receipt blueman/receipt d-feet/receipt dbus-python/receipt decibel/receipt devede/receipt epour/receipt gajim/receipt gpodder/receipt hplip/receipt ibus/receipt miro/receipt nanoshot/receipt python-beautifulsoup4/receipt python-dbus/receipt python-efl/receipt quodlibet/receipt screenlets/receipt sonata/receipt usbmanager/receipt wicd/receipt |
line diff
1.1 --- a/adeskbar/receipt Tue Aug 21 23:51:00 2018 +0300 1.2 +++ b/adeskbar/receipt Wed Aug 22 09:09:15 2018 +0300 1.3 @@ -29,5 +29,5 @@ 1.4 genpkg_rules() { 1.5 copy @std 1.6 DEPENDS="python pygtk pycairo gnome-menus python-xdg" 1.7 - SUGGESTED="python-xlib dbus-python python-pyalsaaudio" 1.8 + SUGGESTED="python-xlib python-dbus python-pyalsaaudio" 1.9 }
2.1 --- a/blueman/receipt Tue Aug 21 23:51:00 2018 +0300 2.2 +++ b/blueman/receipt Wed Aug 22 09:09:15 2018 +0300 2.3 @@ -13,7 +13,7 @@ 2.4 2.5 BUILD_DEPENDS="bluez-dev python-dev pygtk-dev notify-python-dev libnotify-dev \ 2.6 python-pyrex startup-notification-dev util-linux-uuid-dev dbus-dev \ 2.7 -dbus-python-dev intltool libtool xorg-xcb-util-dev" 2.8 +python-dbus-dev intltool libtool xorg-xcb-util-dev" 2.9 2.10 compile_rules() { 2.11 ./configure \ 2.12 @@ -26,5 +26,5 @@ 2.13 genpkg_rules() { 2.14 copy @std 2.15 DEPENDS="linux-bluetooth bluez python pygtk libnotify notify-python \ 2.16 - python-pyrex startup-notification util-linux-uuid dbus dbus-python" 2.17 + python-pyrex startup-notification util-linux-uuid dbus python-dbus" 2.18 }
3.1 --- a/d-feet/receipt Tue Aug 21 23:51:00 2018 +0300 3.2 +++ b/d-feet/receipt Wed Aug 22 09:09:15 2018 +0300 3.3 @@ -10,8 +10,8 @@ 3.4 WEB_SITE="https://live.gnome.org/DFeet/" 3.5 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" 3.6 3.7 -DEPENDS="dbus dbus-python pygtk python" 3.8 -BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev" 3.9 +DEPENDS="dbus python-dbus pygtk python" 3.10 +BUILD_DEPENDS="dbus-dev python-dbus-dev pygtk-dev python-dev" 3.11 3.12 # Rules to configure and make the package. 3.13 compile_rules()
4.1 --- a/dbus-python/receipt Tue Aug 21 23:51:00 2018 +0300 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,35 +0,0 @@ 4.4 -# SliTaz package receipt v2. 4.5 - 4.6 -PACKAGE="dbus-python" 4.7 -VERSION="1.1.1" 4.8 -CATEGORY="system-tools" 4.9 -SHORT_DESC="D-Bus Python bindings" 4.10 -MAINTAINER="pankso@slitaz.org" 4.11 -LICENSE="GPL2" 4.12 -WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 4.13 -REPOLOGY="python:dbus-python" 4.14 - 4.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 4.16 -WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL" 4.17 - 4.18 -BUILD_DEPENDS="dbus-dev glib-dev python-dev dbus-glib-dev" 4.19 -SPLIT="dbus-python-dev" 4.20 - 4.21 -compile_rules() { 4.22 - ./configure $CONFIGURE_ARGS && 4.23 - fix libtool && 4.24 - make && 4.25 - make install 4.26 -} 4.27 - 4.28 -genpkg_rules() { 4.29 - case $PACKAGE in 4.30 - dbus-python) 4.31 - copy @std 4.32 - DEPENDS="dbus glib python dbus-glib" 4.33 - ;; 4.34 - *-dev) 4.35 - copy @dev 4.36 - ;; 4.37 - esac 4.38 -}
5.1 --- a/decibel/receipt Tue Aug 21 23:51:00 2018 +0300 5.2 +++ b/decibel/receipt Wed Aug 22 09:09:15 2018 +0300 5.3 @@ -22,5 +22,5 @@ 5.4 5.5 genpkg_rules() { 5.6 copy @std 5.7 - DEPENDS="python gst0-python notify-python pygtk dbus-python mutagen" 5.8 + DEPENDS="python gst0-python notify-python pygtk python-dbus mutagen" 5.9 }
6.1 --- a/devede/receipt Tue Aug 21 23:51:00 2018 +0300 6.2 +++ b/devede/receipt Wed Aug 22 09:09:15 2018 +0300 6.3 @@ -10,7 +10,7 @@ 6.4 WEB_SITE="http://www.rastersoft.com/programas/devede.html" 6.5 WGET_URL="http://www.rastersoft.com/descargas/$TARBALL" 6.6 6.7 -DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager dbus-python" 6.8 +DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager python-dbus" 6.9 BUILD_DEPENDS="pygtk-dev vcdimager-dev" 6.10 6.11 # Rules to configure and make the package.
7.1 --- a/epour/receipt Tue Aug 21 23:51:00 2018 +0300 7.2 +++ b/epour/receipt Wed Aug 22 09:09:15 2018 +0300 7.3 @@ -12,7 +12,7 @@ 7.4 WGET_URL="https://download.enlightenment.org/rel/apps/epour/$TARBALL" 7.5 7.6 BUILD_DEPENDS="python-distutils-extra intltool libtorrent-rasterbar-dev \ 7.7 -efl-dev python-efl dbus-python-dev python-xdg" 7.8 +efl-dev python-efl python-dbus-dev python-xdg" 7.9 7.10 compile_rules(){ 7.11 ./setup.py install --root=$install 7.12 @@ -20,7 +20,7 @@ 7.13 7.14 genpkg_rules(){ 7.15 copy @std @ico 7.16 - DEPENDS="python libtorrent-rasterbar efl python-efl dbus-python \ 7.17 + DEPENDS="python libtorrent-rasterbar efl python-efl python-dbus \ 7.18 python-xdg" 7.19 TAGS="e enlightenment network" 7.20 }
8.1 --- a/gajim/receipt Tue Aug 21 23:51:00 2018 +0300 8.2 +++ b/gajim/receipt Wed Aug 22 09:09:15 2018 +0300 8.3 @@ -23,6 +23,6 @@ 8.4 8.5 genpkg_rules() { 8.6 copy @std 8.7 - DEPENDS="gtkspell python dbus-python pygtk pygobject pyopenssl \ 8.8 + DEPENDS="gtkspell python python-dbus pygtk pygobject pyopenssl \ 8.9 python-pysqlite xorg-libXScrnSaver bind-client" 8.10 }
9.1 --- a/gpodder/receipt Tue Aug 21 23:51:00 2018 +0300 9.2 +++ b/gpodder/receipt Wed Aug 22 09:09:15 2018 +0300 9.3 @@ -10,7 +10,7 @@ 9.4 WEB_SITE="http://gpodder.org" 9.5 WGET_URL="$WEB_SITE/src/$TARBALL" 9.6 9.7 -DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" 9.8 +DEPENDS="python python-dbus pygtk python-mygpoclient feedparser" 9.9 BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" 9.10 9.11 # Rules to configure and make the package.
10.1 --- a/hplip/receipt Tue Aug 21 23:51:00 2018 +0300 10.2 +++ b/hplip/receipt Wed Aug 22 09:09:15 2018 +0300 10.3 @@ -12,9 +12,9 @@ 10.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 10.6 10.7 -BUILD_DEPENDS="ghostscript-dev dbus-python-dev sane-backends-dev \ 10.8 +BUILD_DEPENDS="ghostscript-dev python-dbus-dev sane-backends-dev \ 10.9 sane-backends libexif-dev libgphoto2-dev Qt4-dev libgphoto2 libusb-dev \ 10.10 -jpeg-dev cups-dev dbus-dev tiff-dev python python-dev dbus-python net-snmp-dev \ 10.11 +jpeg-dev cups-dev dbus-dev tiff-dev python python-dev python-dbus net-snmp-dev \ 10.12 libtool" 10.13 10.14 BUGS="Unable to delete hplip.desktop from $fs. Using hack in post_install." 10.15 @@ -38,7 +38,7 @@ 10.16 rm -rf $fs/etc/sane.d 10.17 # remove xdg 10.18 rm -rf $fs/etc/xdg 10.19 - DEPENDS="ghostscript python cups dbus-python libusb jpeg tiff \ 10.20 + DEPENDS="ghostscript python cups python-dbus libusb jpeg tiff \ 10.21 sane-backends libgphoto2 libexif gcc-lib-base libltdl v4l-utils net-snmp \ 10.22 PyQt-x11-gpl" 10.23 TAGS="printer driver printing"
11.1 --- a/ibus/receipt Tue Aug 21 23:51:00 2018 +0300 11.2 +++ b/ibus/receipt Wed Aug 22 09:09:15 2018 +0300 11.3 @@ -11,7 +11,7 @@ 11.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.5 WGET_URL="http://ibus.googlecode.com/files/$TARBALL" # FIXME 11.6 11.7 -BUILD_DEPENDS="gtk+-dev GConf-dev python-dev dbus-python-dev dbus-glib-dev \ 11.8 +BUILD_DEPENDS="gtk+-dev GConf-dev python-dev python-dbus-dev dbus-glib-dev \ 11.9 intltool gettext perl iso-codes-dev" 11.10 SPLIT="ibus-dev" 11.11
12.1 --- a/miro/receipt Tue Aug 21 23:51:00 2018 +0300 12.2 +++ b/miro/receipt Wed Aug 22 09:09:15 2018 +0300 12.3 @@ -13,7 +13,7 @@ 12.4 12.5 BUILD_DEPENDS="python-pyrex python-pysqlite pywebkitgtk desktop-file-utils \ 12.6 hicolor-icon-theme notify-python gst0-ffmpeg pycurl python-gconf python-dev \ 12.7 -dbus-python-dev pygtk-dev gstreamer0-dev shared-mime-info-dev gst0-python-dev \ 12.8 +python-dbus-dev pygtk-dev gstreamer0-dev shared-mime-info-dev gst0-python-dev \ 12.9 libtorrent-rasterbar-dev libsoup-dev webkitgtk-dev gst0-plugins-base-dev \ 12.10 gst0-plugins-good ffmpeg-dev imagemagick-dev taglib-dev boost-dev" 12.11 12.12 @@ -25,7 +25,7 @@ 12.13 12.14 genpkg_rules() { 12.15 copy @std 12.16 - DEPENDS="dbus-python python-pyrex pygtk gstreamer0 python-pysqlite \ 12.17 + DEPENDS="python-dbus python-pyrex pygtk gstreamer0 python-pysqlite \ 12.18 pywebkitgtk shared-mime-info desktop-file-utils hicolor-icon-theme \ 12.19 gst0-python notify-python libtorrent-rasterbar gst0-plugins-base \ 12.20 gst0-plugins-good gst0-ffmpeg pycurl taglib python-gconf"
13.1 --- a/nanoshot/receipt Tue Aug 21 23:51:00 2018 +0300 13.2 +++ b/nanoshot/receipt Wed Aug 22 09:09:15 2018 +0300 13.3 @@ -12,7 +12,7 @@ 13.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 13.5 13.6 BUILD_DEPENDS="xdg-utils python pygobject pygtk pycurl gnome-python-desktop \ 13.7 -dbus-python python-pil bash sed gettext" 13.8 +python-dbus python-pil bash sed gettext" 13.9 13.10 compile_rules() { 13.11 mkdir -p /usr/share/man 13.12 @@ -31,5 +31,5 @@ 13.13 genpkg_rules() { 13.14 copy @std 13.15 DEPENDS="xdg-utils python pygobject pygtk pycurl gnome-python-desktop \ 13.16 - dbus-python python-pil gst0-python" 13.17 + python-dbus python-pil gst0-python" 13.18 }
14.1 --- a/python-beautifulsoup4/receipt Tue Aug 21 23:51:00 2018 +0300 14.2 +++ b/python-beautifulsoup4/receipt Wed Aug 22 09:09:15 2018 +0300 14.3 @@ -7,6 +7,7 @@ 14.4 MAINTAINER="paul@slitaz.org" 14.5 LICENSE="MIT" 14.6 WEB_SITE="https://pypi.org/project/beautifulsoup4/" 14.7 +HOST_ARCH="any" 14.8 REPOLOGY="python:beautifulsoup" 14.9 14.10 BUILD_DEPENDS="python-dev"
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/python-dbus/receipt Wed Aug 22 09:09:15 2018 +0300 15.3 @@ -0,0 +1,38 @@ 15.4 +# SliTaz package receipt v2. 15.5 + 15.6 +PACKAGE="python-dbus" 15.7 +VERSION="latest" 15.8 +CATEGORY="system-tools" 15.9 +SHORT_DESC="D-Bus Python bindings" 15.10 +MAINTAINER="pankso@slitaz.org" 15.11 +LICENSE="GPL2" 15.12 +WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 15.13 +REPOLOGY="python:dbus-python" 15.14 + 15.15 +BUILD_DEPENDS="dbus-dev glib-dev python-dev dbus-glib-dev" 15.16 +SPLIT="$PACKAGE-dev" 15.17 + 15.18 +# Python packages name should start with "python-", but "python-dbus-python" 15.19 +# is pretty ugly name, so strip it to "python-dbus" 15.20 + 15.21 +compile_rules() { 15.22 + pip install --no-compile --root=$DESTDIR dbus-python && 15.23 + 15.24 + # fix installation 15.25 + mv $install/tmp/pip-build-*/dbus-python/build/lib.*/* \ 15.26 + $install/usr/lib/python2.7/site-packages/ && 15.27 + rm -r $install/tmp 15.28 +} 15.29 + 15.30 +genpkg_rules() { 15.31 + VERSION=$(sed -n '/^Successfully installed/ s|.*dbus-python-||p' $LOGS/${PACKAGE%-dev}.log) 15.32 + case $PACKAGE in 15.33 + *-dev) 15.34 + copy @dev 15.35 + ;; 15.36 + *) 15.37 + copy @std 15.38 + DEPENDS="dbus glib python dbus-glib" 15.39 + ;; 15.40 + esac 15.41 +}
16.1 --- a/python-efl/receipt Tue Aug 21 23:51:00 2018 +0300 16.2 +++ b/python-efl/receipt Wed Aug 22 09:09:15 2018 +0300 16.3 @@ -12,7 +12,7 @@ 16.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 16.5 WGET_URL="https://download.enlightenment.org/rel/bindings/python/$TARBALL" 16.6 16.7 -BUILD_DEPENDS="efl-dev dbus-python-dev python-dev" 16.8 +BUILD_DEPENDS="efl-dev python-dbus-dev python-dev" 16.9 16.10 compile_rules() { 16.11 # note, it required about 1.7 GB RAM on compiling
17.1 --- a/quodlibet/receipt Tue Aug 21 23:51:00 2018 +0300 17.2 +++ b/quodlibet/receipt Wed Aug 22 09:09:15 2018 +0300 17.3 @@ -12,9 +12,9 @@ 17.4 WGET_URL="$WEB_SITE/files/$TARBALL" # FIXME 17.5 TAGS="multimedia audio sound music player python" 17.6 17.7 -DEPENDS="dbus-python gst0-python gst0-plugins-base gst0-plugins-good \ 17.8 +DEPENDS="python-dbus gst0-python gst0-plugins-base gst0-plugins-good \ 17.9 gst0-plugins-ugly mutagen pygtk gstreamer0" 17.10 -BUILD_DEPENDS="dbus-python-dev gst0-python-dev gst0-plugins-base-dev \ 17.11 +BUILD_DEPENDS="python-dbus-dev gst0-python-dev gst0-plugins-base-dev \ 17.12 gst0-plugins-good gstreamer0-dev gst0-plugins-ugly pygtk-dev intltool \ 17.13 gettext gtk+-dev python-dev file" 17.14
18.1 --- a/screenlets/receipt Tue Aug 21 23:51:00 2018 +0300 18.2 +++ b/screenlets/receipt Wed Aug 22 09:09:15 2018 +0300 18.3 @@ -23,7 +23,7 @@ 18.4 genpkg_rules() { 18.5 copy @std 18.6 DEPENDS="python pygtk python-xdg python-beautifulsoup4 gnome-python-desktop \ 18.7 - dbus-python gnome-icon-theme" 18.8 + python-dbus gnome-icon-theme" 18.9 } 18.10 18.11 post_install() {
19.1 --- a/sonata/receipt Tue Aug 21 23:51:00 2018 +0300 19.2 +++ b/sonata/receipt Wed Aug 22 09:09:15 2018 +0300 19.3 @@ -10,8 +10,8 @@ 19.4 WEB_SITE="http://sonata.berlios.de/" 19.5 WGET_URL="http://download.berlios.de/sonata/$TARBALL" 19.6 19.7 -DEPENDS="pygtk python-mpd dbus-python mpd libffi" 19.8 -BUILD_DEPENDS="pygtk-dev dbus-python-dev pygobject-dev gettext \ 19.9 +DEPENDS="pygtk python-mpd python-dbus mpd libffi" 19.10 +BUILD_DEPENDS="pygtk-dev python-dbus-dev pygobject-dev gettext \ 19.11 acl libcroco python-dev gtk+-dev libffi-dev" 19.12 19.13 # Rules to configure and make the package.
20.1 --- a/usbmanager/receipt Tue Aug 21 23:51:00 2018 +0300 20.2 +++ b/usbmanager/receipt Wed Aug 22 09:09:15 2018 +0300 20.3 @@ -10,7 +10,7 @@ 20.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 20.5 WGET_URL="https://launchpad.net/$PACKAGE/1.x-hal/$VERSION/+download/$TARBALL" 20.6 20.7 -DEPENDS="python dbus-glib dbus-python notify-python pygobject pygtk \ 20.8 +DEPENDS="python dbus-glib python-dbus notify-python pygobject pygtk \ 20.9 util-linux-whereis util-linux-mkfs mtools" 20.10 BUILD_DEPENDS="python gettext" 20.11
21.1 --- a/wicd/receipt Tue Aug 21 23:51:00 2018 +0300 21.2 +++ b/wicd/receipt Wed Aug 22 09:09:15 2018 +0300 21.3 @@ -11,8 +11,8 @@ 21.4 WGET_URL="https://launchpad.net/wicd/${VERSION:0:3}/$VERSION/+download/$TARBALL" 21.5 TAGS="wireless ethernet" 21.6 21.7 -DEPENDS="python dbus-python ethtool wpa_supplicant pygtk" 21.8 -BUILD_DEPENDS="python-distribute python-babel python-dev dbus-python-dev" 21.9 +DEPENDS="python python-dbus ethtool wpa_supplicant pygtk" 21.10 +BUILD_DEPENDS="python-distribute python-babel python-dev python-dbus-dev" 21.11 21.12 # Rules to configure and make the package. 21.13 compile_rules()