Bump revision for packages requiring python.
This commit is contained in:
parent
7e7134d490
commit
e23fb836b6
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'Cython'
|
# Template file for 'Cython'
|
||||||
pkgname=Cython
|
pkgname=Cython
|
||||||
version=0.13
|
version=0.13
|
||||||
|
revision=1
|
||||||
distfiles="http://www.cython.org/release/$pkgname-$version.tar.gz"
|
distfiles="http://www.cython.org/release/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
make_build_args="--prefix=/usr"
|
make_build_args="--prefix=/usr"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'MoinMoin'
|
# Template file for 'MoinMoin'
|
||||||
pkgname=MoinMoin
|
pkgname=MoinMoin
|
||||||
version=1.9.2
|
version=1.9.2
|
||||||
|
revision=1
|
||||||
wrksrc=moin-${version}
|
wrksrc=moin-${version}
|
||||||
distfiles="http://static.moinmo.in/files/moin-${version}.tar.gz"
|
distfiles="http://static.moinmo.in/files/moin-${version}.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'Pyrex'
|
# Template file for 'Pyrex'
|
||||||
pkgname=Pyrex
|
pkgname=Pyrex
|
||||||
version=0.9.9
|
version=0.9.9
|
||||||
|
revision=1
|
||||||
distfiles="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz"
|
distfiles="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="Language for writing Python extension modules"
|
short_desc="Language for writing Python extension modules"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'alsa-lib'.
|
# Template build file for 'alsa-lib'.
|
||||||
pkgname=alsa-lib
|
pkgname=alsa-lib
|
||||||
version=1.0.23
|
version=1.0.23
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="The Advanced Linux Sound Architecture (ALSA) library"
|
short_desc="The Advanced Linux Sound Architecture (ALSA) library"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'asciidoc'
|
# Template file for 'asciidoc'
|
||||||
pkgname=asciidoc
|
pkgname=asciidoc
|
||||||
version=8.6.2
|
version=8.6.2
|
||||||
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Text based document generation"
|
short_desc="Text based document generation"
|
||||||
|
@ -41,6 +42,6 @@ conf_files="
|
||||||
/etc/asciidoc/lang-fr.conf
|
/etc/asciidoc/lang-fr.conf
|
||||||
/etc/asciidoc/latex.conf"
|
/etc/asciidoc/latex.conf"
|
||||||
|
|
||||||
Add_dependency full python
|
Add_dependency full python ">=0"
|
||||||
Add_dependency full libxslt
|
Add_dependency full libxslt
|
||||||
Add_dependency full docbook-xsl
|
Add_dependency full docbook-xsl
|
||||||
|
|
|
@ -5,6 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains ${sourcepkg} python related files."
|
This package contains ${sourcepkg} python related files."
|
||||||
|
|
||||||
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
Add_dependency run at-spi
|
Add_dependency run at-spi
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains a user interface for discovering services."
|
This package contains a user interface for discovering services."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run avahi
|
Add_dependency run avahi
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
Add_dependency run avahi-python
|
Add_dependency run avahi-python
|
||||||
|
@ -20,7 +22,7 @@ do_install()
|
||||||
mkdir -p ${DESTDIR}/usr/share/man/man1
|
mkdir -p ${DESTDIR}/usr/share/man/man1
|
||||||
mkdir -p ${DESTDIR}/usr/share/applications
|
mkdir -p ${DESTDIR}/usr/share/applications
|
||||||
mkdir -p ${DESTDIR}/usr/share/avahi/interfaces
|
mkdir -p ${DESTDIR}/usr/share/avahi/interfaces
|
||||||
mkdir -p ${DESTDIR}/usr/lib/python2.6/site-packages
|
mkdir -p ${DESTDIR}/usr/lib/python2.7/site-packages
|
||||||
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/bin/avahi-discover ${DESTDIR}/usr/bin
|
mv ${SRCPKGDESTDIR}/usr/bin/avahi-discover ${DESTDIR}/usr/bin
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/man/man1/avahi-discover* \
|
mv ${SRCPKGDESTDIR}/usr/share/man/man1/avahi-discover* \
|
||||||
|
@ -29,6 +31,6 @@ do_install()
|
||||||
${DESTDIR}/usr/share/applications
|
${DESTDIR}/usr/share/applications
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/avahi/interfaces/avahi-discover.glade \
|
mv ${SRCPKGDESTDIR}/usr/share/avahi/interfaces/avahi-discover.glade \
|
||||||
${DESTDIR}/usr/share/avahi/interfaces
|
${DESTDIR}/usr/share/avahi/interfaces
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/python2.6/site-packages/avahi_discover \
|
mv ${SRCPKGDESTDIR}/usr/lib/python2.7/site-packages/avahi_discover \
|
||||||
${DESTDIR}/usr/lib/python2.6/site-packages
|
${DESTDIR}/usr/lib/python2.7/site-packages
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains utility modules to talk to Avahi with Python easier."
|
This package contains utility modules to talk to Avahi with Python easier."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
Add_dependency run dbus-python
|
Add_dependency run dbus-python
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@ long_desc="
|
||||||
This package adds static and shared binary libraries providing support for
|
This package adds static and shared binary libraries providing support for
|
||||||
the Boost Python library."
|
the Boost Python library."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run libgcc
|
Add_dependency run libgcc
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libstdc++
|
Add_dependency run libstdc++
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'bzr'
|
# Template file for 'bzr'
|
||||||
pkgname=bzr
|
pkgname=bzr
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
|
revision=1
|
||||||
distfiles="http://launchpad.net/bzr/2.1/$version/+download/bzr-$version.tar.gz"
|
distfiles="http://launchpad.net/bzr/2.1/$version/+download/bzr-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="Distributed version control system that Just Works"
|
short_desc="Distributed version control system that Just Works"
|
||||||
|
@ -14,5 +15,6 @@ long_desc="
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency full python
|
Add_dependency run python
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
Add_dependency build python-devel
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'bzrtools'
|
# Template file for 'bzrtools'
|
||||||
pkgname=bzrtools
|
pkgname=bzrtools
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
|
revision=1
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
distfiles="http://launchpad.net/$pkgname/stable/$version/+download/$pkgname-$version.tar.gz"
|
distfiles="http://launchpad.net/$pkgname/stable/$version/+download/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'compizconfig-python'
|
# Template file for 'compizconfig-python'
|
||||||
pkgname=compizconfig-python
|
pkgname=compizconfig-python
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
|
revision=1
|
||||||
distfiles="http://releases.compiz.org/$version/$pkgname-$version.tar.bz2"
|
distfiles="http://releases.compiz.org/$version/$pkgname-$version.tar.bz2"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="Compizconfig bindings for python"
|
short_desc="Compizconfig bindings for python"
|
||||||
|
@ -28,6 +29,7 @@ Add_dependency run libXfixes
|
||||||
Add_dependency run libxcb
|
Add_dependency run libxcb
|
||||||
Add_dependency run libICE
|
Add_dependency run libICE
|
||||||
Add_dependency run libxml2
|
Add_dependency run libxml2
|
||||||
|
Add_dependency run zlib
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build Cython
|
Add_dependency build Cython
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains python bindings for cracklib."
|
This package contains python bindings for cracklib."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dbus-python'
|
# Template file for 'dbus-python'
|
||||||
pkgname=dbus-python
|
pkgname=dbus-python
|
||||||
version=0.83.0
|
version=0.83.0
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="D-Bus Python bindings"
|
short_desc="D-Bus Python bindings"
|
||||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the python bindings."
|
This package contains the python bindings."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run gamin
|
Add_dependency run gamin
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=7.1
|
version=7.2
|
||||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-nls"
|
configure_args="--disable-nls"
|
||||||
short_desc="The GNU Debugger"
|
short_desc="The GNU Debugger"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=142c27d7970a4e652dc225d61d887777ae00cf22fdd75cd1e8e4e13bfbd85352
|
checksum=bf444b88ab845243364c3d410be9e3f43a57f96ff594d65a37842ea03c3410f0
|
||||||
long_desc="
|
long_desc="
|
||||||
The purpose of a debugger such as GDB is to allow you to see what
|
The purpose of a debugger such as GDB is to allow you to see what
|
||||||
is going on \"inside\" another program while it executes--or what
|
is going on \"inside\" another program while it executes--or what
|
||||||
|
@ -28,6 +28,7 @@ Add_dependency run expat
|
||||||
Add_dependency run ncurses-libs
|
Add_dependency run ncurses-libs
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
||||||
Add_dependency build texinfo
|
Add_dependency build texinfo
|
||||||
Add_dependency build ncurses-devel
|
Add_dependency build ncurses-devel
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
|
|
@ -5,17 +5,19 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the Python bindings."
|
This package contains the Python bindings."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run python
|
Add_dependency run gimp
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
|
Add_dependency run gdk-pixbuf
|
||||||
|
Add_dependency run libpng
|
||||||
|
Add_dependency run gtk+
|
||||||
Add_dependency run atk
|
Add_dependency run atk
|
||||||
Add_dependency run pango
|
Add_dependency run pango
|
||||||
Add_dependency run cairo
|
Add_dependency run cairo
|
||||||
Add_dependency run freetype
|
Add_dependency run freetype
|
||||||
Add_dependency run fontconfig
|
Add_dependency run fontconfig
|
||||||
Add_dependency run gtk+
|
|
||||||
Add_dependency run pygtk
|
|
||||||
Add_dependency run gimp
|
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gimp'.
|
# Template build file for 'gimp'.
|
||||||
pkgname=gimp
|
pkgname=gimp
|
||||||
version=2.6.8
|
version=2.6.8
|
||||||
revision=4
|
revision=5
|
||||||
distfiles="ftp://ftp.gimp.org/pub/gimp/v2.6/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.gimp.org/pub/gimp/v2.6/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--without-aa --without-gvfs --without-gnomevfs
|
configure_args="--without-aa --without-gvfs --without-gnomevfs
|
||||||
|
@ -31,39 +31,34 @@ conf_files="
|
||||||
subpackages="gimp-devel gimp-python"
|
subpackages="gimp-devel gimp-python"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run glib
|
Add_dependency run gtk+
|
||||||
Add_dependency run atk
|
Add_dependency run atk
|
||||||
|
Add_dependency run glib
|
||||||
Add_dependency run pango
|
Add_dependency run pango
|
||||||
|
Add_dependency run gdk-pixbuf
|
||||||
Add_dependency run cairo
|
Add_dependency run cairo
|
||||||
|
Add_dependency run libpng
|
||||||
Add_dependency run freetype
|
Add_dependency run freetype
|
||||||
Add_dependency run fontconfig
|
Add_dependency run fontconfig
|
||||||
Add_dependency run gtk+
|
|
||||||
Add_dependency run lcms
|
Add_dependency run lcms
|
||||||
Add_dependency run alsa-lib
|
Add_dependency run alsa-lib
|
||||||
Add_dependency run dbus-glib
|
Add_dependency run dbus-glib
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
Add_dependency run jpeg
|
|
||||||
Add_dependency run libexif
|
|
||||||
Add_dependency run libcurl
|
|
||||||
Add_dependency run libpng
|
|
||||||
Add_dependency run libmng
|
|
||||||
Add_dependency run zlib
|
|
||||||
Add_dependency run libSM
|
|
||||||
Add_dependency run libICE
|
|
||||||
Add_dependency run libX11
|
Add_dependency run libX11
|
||||||
Add_dependency run libXpm
|
|
||||||
Add_dependency run libXmu
|
Add_dependency run libXmu
|
||||||
Add_dependency run libXt
|
|
||||||
Add_dependency run libXext
|
Add_dependency run libXext
|
||||||
Add_dependency run libXfixes
|
Add_dependency run libXfixes
|
||||||
Add_dependency run poppler
|
Add_dependency run jpeg
|
||||||
Add_dependency run poppler-glib
|
Add_dependency run libexif
|
||||||
Add_dependency run tiff
|
|
||||||
Add_dependency run webkit-gtk
|
Add_dependency run webkit-gtk
|
||||||
Add_dependency run libsoup
|
|
||||||
Add_dependency run libwmf
|
Add_dependency run libwmf
|
||||||
Add_dependency run expat
|
Add_dependency run tiff
|
||||||
Add_dependency run librsvg
|
Add_dependency run librsvg
|
||||||
|
Add_dependency run zlib
|
||||||
|
Add_dependency run poppler-glib
|
||||||
|
Add_dependency run libmng
|
||||||
|
Add_dependency run libXpm
|
||||||
|
Add_dependency run libcurl
|
||||||
Add_dependency run gegl
|
Add_dependency run gegl
|
||||||
Add_dependency run babl
|
Add_dependency run babl
|
||||||
|
|
||||||
|
@ -73,39 +68,35 @@ Add_dependency build gtk+-devel
|
||||||
Add_dependency build atk-devel
|
Add_dependency build atk-devel
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build pango-devel
|
Add_dependency build pango-devel
|
||||||
|
Add_dependency build gdk-pixbuf-devel
|
||||||
Add_dependency build cairo-devel
|
Add_dependency build cairo-devel
|
||||||
|
Add_dependency build libpng-devel
|
||||||
Add_dependency build freetype-devel
|
Add_dependency build freetype-devel
|
||||||
Add_dependency build fontconfig-devel
|
Add_dependency build fontconfig-devel
|
||||||
Add_dependency build glibc-devel
|
|
||||||
Add_dependency build lcms-devel
|
Add_dependency build lcms-devel
|
||||||
Add_dependency build alsa-lib-devel
|
Add_dependency build alsa-lib-devel
|
||||||
Add_dependency build dbus-glib-devel
|
Add_dependency build dbus-glib-devel
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
Add_dependency build jpeg-devel
|
|
||||||
Add_dependency build libexif-devel
|
|
||||||
Add_dependency build libcurl-devel
|
|
||||||
Add_dependency build libpng-devel
|
|
||||||
Add_dependency build libmng-devel
|
|
||||||
Add_dependency build zlib-devel
|
|
||||||
Add_dependency build libSM-devel
|
|
||||||
Add_dependency build libICE-devel
|
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
Add_dependency build libXpm-devel
|
|
||||||
Add_dependency build libXmu-devel
|
Add_dependency build libXmu-devel
|
||||||
Add_dependency build libXt-devel
|
|
||||||
Add_dependency build libXext-devel
|
Add_dependency build libXext-devel
|
||||||
Add_dependency build libXfixes-devel
|
Add_dependency build libXfixes-devel
|
||||||
Add_dependency build poppler-devel
|
Add_dependency build jpeg-devel
|
||||||
Add_dependency build poppler-glib-devel
|
Add_dependency build libexif-devel
|
||||||
Add_dependency build tiff-devel
|
|
||||||
Add_dependency build webkit-gtk-devel
|
Add_dependency build webkit-gtk-devel
|
||||||
Add_dependency build libsoup-devel
|
|
||||||
Add_dependency build libwmf-devel
|
Add_dependency build libwmf-devel
|
||||||
Add_dependency build expat-devel
|
Add_dependency build tiff-devel
|
||||||
Add_dependency build librsvg-devel
|
Add_dependency build librsvg-devel
|
||||||
|
Add_dependency build zlib-devel
|
||||||
|
Add_dependency build poppler-glib-devel
|
||||||
|
Add_dependency build libmng-devel
|
||||||
|
Add_dependency build libXpm-devel
|
||||||
|
Add_dependency build libcurl-devel
|
||||||
Add_dependency build gegl-devel
|
Add_dependency build gegl-devel
|
||||||
Add_dependency build babl-devel
|
Add_dependency build babl-devel
|
||||||
Add_dependency build pygtk-devel
|
|
||||||
|
Add_dependency full desktop-file-utils
|
||||||
|
Add_dependency full hicolor-icon-theme
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
git
|
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'git-python'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} python bindings"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains the Python bindings for GIT."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
Add_dependency run git
|
||||||
|
Add_dependency run python
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
install -d ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'git".
|
# Template build file for 'git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=1.7.1
|
version=1.7.1
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
|
distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-curl --with-expat --without-tcltk"
|
configure_args="--with-curl --with-expat --without-tcltk"
|
||||||
|
@ -20,7 +20,7 @@ long_desc="
|
||||||
GIT working directory is a full-fledged repository with full revision tracking
|
GIT working directory is a full-fledged repository with full revision tracking
|
||||||
capabilities, not dependent on network access to a central server."
|
capabilities, not dependent on network access to a central server."
|
||||||
|
|
||||||
subpackages="$pkgname-docs $pkgname-perl"
|
subpackages="git-docs git-perl git-python"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run expat
|
Add_dependency run expat
|
||||||
|
@ -35,6 +35,7 @@ Add_dependency build openssl-devel
|
||||||
Add_dependency build asciidoc
|
Add_dependency build asciidoc
|
||||||
Add_dependency build xmlto
|
Add_dependency build xmlto
|
||||||
Add_dependency build diffutils
|
Add_dependency build diffutils
|
||||||
|
Add_dependency build python-devel
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'gnome-doc-utils'
|
# Template file for 'gnome-doc-utils'
|
||||||
pkgname=gnome-doc-utils
|
pkgname=gnome-doc-utils
|
||||||
version=0.20.1
|
version=0.20.1
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-scrollkeeper --localstatedir=/var"
|
configure_args="--disable-scrollkeeper --localstatedir=/var"
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run intltool
|
Add_dependency run intltool
|
||||||
Add_dependency run gobject-introspection
|
Add_dependency run gobject-introspection
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'gnome-menus'
|
# Template file for 'gnome-menus'
|
||||||
pkgname=gnome-menus
|
pkgname=gnome-menus
|
||||||
version=2.30.4
|
version=2.30.4
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var"
|
configure_args="--localstatedir=/var"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'gobject-introspection'
|
# Template file for 'gobject-introspection'
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
version=0.9.10
|
version=0.9.10
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Introspection system for GObject-based libraries"
|
short_desc="Introspection system for GObject-based libraries"
|
||||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the Python bindings."
|
This package contains the Python bindings."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=3
|
revision=4
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the Python bindings."
|
This package contains the Python bindings."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run libxml2
|
Add_dependency run libxml2
|
||||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the python bindings."
|
This package contains the python bindings."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the python bindings."
|
This package contains the python bindings."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run libproxy
|
Add_dependency run libproxy
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,12 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains ${sourcepkg} python related files."
|
This package contains ${sourcepkg} python related files."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
Add_dependency run zlib
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
Add_dependency run libxml2
|
Add_dependency run libxml2
|
||||||
Add_dependency run zlib
|
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains ${sourcepkg} python related files."
|
This package contains ${sourcepkg} python related files."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libgpg-error
|
Add_dependency run libgpg-error
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'mercurial'
|
# Template file for 'mercurial'
|
||||||
pkgname=mercurial
|
pkgname=mercurial
|
||||||
version=1.7
|
version=1.7
|
||||||
|
revision=1
|
||||||
distfiles="http://mercurial.selenic.com/release/$pkgname-$version.tar.gz"
|
distfiles="http://mercurial.selenic.com/release/$pkgname-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
short_desc="Fast, lightweight source control management system"
|
short_desc="Fast, lightweight source control management system"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'mod_wsgi'
|
# Template file for 'mod_wsgi'
|
||||||
pkgname=mod_wsgi
|
pkgname=mod_wsgi
|
||||||
version=3.2
|
version=3.2
|
||||||
|
revision=1
|
||||||
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
|
distfiles="http://modwsgi.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Python WSGI adapter module for Apache"
|
short_desc="Python WSGI adapter module for Apache"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'notify-python'
|
# Template file for 'notify-python'
|
||||||
pkgname=notify-python
|
pkgname=notify-python
|
||||||
version=0.1.1
|
version=0.1.1
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Python bindings for libnotify"
|
short_desc="Python bindings for libnotify"
|
||||||
|
@ -17,26 +17,29 @@ long_desc="
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libnotify
|
Add_dependency run libnotify
|
||||||
Add_dependency run python
|
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
Add_dependency run dbus-glib
|
Add_dependency run dbus-glib
|
||||||
Add_dependency run atk
|
Add_dependency run atk
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run pango
|
Add_dependency run pango
|
||||||
|
Add_dependency run gdk-pixbuf
|
||||||
Add_dependency run cairo
|
Add_dependency run cairo
|
||||||
|
Add_dependency run libpng
|
||||||
Add_dependency run freetype
|
Add_dependency run freetype
|
||||||
Add_dependency run fontconfig
|
Add_dependency run fontconfig
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
|
|
||||||
|
Add_dependency build libnotify-devel
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build dbus-glib-devel
|
Add_dependency build dbus-glib-devel
|
||||||
Add_dependency build atk-devel
|
Add_dependency build atk-devel
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build pango-devel
|
Add_dependency build pango-devel
|
||||||
|
Add_dependency build gdk-pixbuf-devel
|
||||||
Add_dependency build cairo-devel
|
Add_dependency build cairo-devel
|
||||||
|
Add_dependency build libpng-devel
|
||||||
Add_dependency build freetype-devel
|
Add_dependency build freetype-devel
|
||||||
Add_dependency build fontconfig-devel
|
Add_dependency build fontconfig-devel
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
Add_dependency build libffi-devel
|
|
||||||
Add_dependency build python-devel
|
|
||||||
Add_dependency build libnotify-devel
|
|
||||||
Add_dependency full pygtk
|
Add_dependency full pygtk
|
||||||
|
|
|
@ -12,12 +12,13 @@ long_desc="${long_desc}
|
||||||
On a network, you can install this package on many client machines, while
|
On a network, you can install this package on many client machines, while
|
||||||
the server package may be installed on only one machine."
|
the server package may be installed on only one machine."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run libssl
|
Add_dependency run libssl
|
||||||
Add_dependency run readline
|
Add_dependency run readline
|
||||||
|
Add_dependency run libxslt
|
||||||
Add_dependency run postgresql-libs
|
Add_dependency run postgresql-libs
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -7,6 +7,8 @@ long_desc="${long_desc}
|
||||||
PostgreSQL 8.4 in Python. You need this package if you have any PostgreSQL 8.4
|
PostgreSQL 8.4 in Python. You need this package if you have any PostgreSQL 8.4
|
||||||
functions that use the languages plpython or plpythonu."
|
functions that use the languages plpython or plpythonu."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run postgresql
|
Add_dependency run postgresql
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pycairo'
|
# Template file for 'pycairo'
|
||||||
pkgname=pycairo
|
pkgname=pycairo
|
||||||
version=1.8.8
|
version=1.8.8
|
||||||
revision=2
|
revision=3
|
||||||
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Python bindings for the cairo graphics library"
|
short_desc="Python bindings for the cairo graphics library"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pygobject'
|
# Template file for 'pygobject'
|
||||||
pkgname=pygobject
|
pkgname=pygobject
|
||||||
version=2.26.0
|
version=2.26.0
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Python bindings for GObject"
|
short_desc="Python bindings for GObject"
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run python-devel
|
Add_dependency run python-devel
|
||||||
Add_dependency run gtk+-devel
|
Add_dependency run gtk+-devel
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'pygtk'
|
# Template file for 'pygtk'
|
||||||
pkgname=pygtk
|
pkgname=pygtk
|
||||||
version=2.22.0
|
version=2.22.0
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.22/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.22/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Python bindings for the GTK+ toolkit"
|
short_desc="Python bindings for the GTK+ toolkit"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pygtksourceview'
|
# Template file for 'pygtksourceview'
|
||||||
pkgname=pygtksourceview
|
pkgname=pygtksourceview
|
||||||
version=2.10.1
|
version=2.10.1
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.10/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.10/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var --disable-docs"
|
configure_args="--localstatedir=/var --disable-docs"
|
||||||
|
@ -26,6 +26,7 @@ Add_dependency run libpng
|
||||||
Add_dependency run gdk-pixbuf
|
Add_dependency run gdk-pixbuf
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
Add_dependency run gtksourceview
|
Add_dependency run gtksourceview
|
||||||
|
Add_dependency run python
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
@ -37,3 +38,4 @@ Add_dependency build pango-devel
|
||||||
Add_dependency build cairo-devel
|
Add_dependency build cairo-devel
|
||||||
Add_dependency build freetype-devel
|
Add_dependency build freetype-devel
|
||||||
Add_dependency build fontconfig-devel
|
Add_dependency build fontconfig-devel
|
||||||
|
Add_dependency build python-devel
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'python-urwid'
|
# Template file for 'python-urwid'
|
||||||
pkgname=python-urwid
|
pkgname=python-urwid
|
||||||
version=0.9.9
|
version=0.9.9
|
||||||
|
revision=1
|
||||||
wrksrc="urwid-${version}"
|
wrksrc="urwid-${version}"
|
||||||
distfiles="http://excess.org/urwid/urwid-$version.tar.gz"
|
distfiles="http://excess.org/urwid/urwid-$version.tar.gz"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
|
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the Python bindings."
|
This package contains the Python bindings."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run ncurses-libs
|
Add_dependency run ncurses-libs
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
Loading…
Reference in New Issue