Set sourcepkg to pkgname through run_template().

This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
This commit is contained in:
Juan RP 2009-07-29 22:44:30 +02:00
parent d3c1892c6d
commit dd6b45c322
160 changed files with 5 additions and 162 deletions

View file

@ -15,8 +15,6 @@ Packages:
I think this is the best option. I think this is the best option.
* Fix initramfs-tools trigger for $pkgname != kernel. * Fix initramfs-tools trigger for $pkgname != kernel.
* Fix initramfs-tools 'update-initramfs -a'. * Fix initramfs-tools 'update-initramfs -a'.
* Avoid the need to use $sourcepkg and $subpackages in template files,
these vars shouldn't be needed to be set manually; find a way!
* Fix HAL/PolicyKit for nonroot to be able to admin tasks. * Fix HAL/PolicyKit for nonroot to be able to admin tasks.
* Fix loadkeys(1) incorrectly loading the olpc keymap vs qwerty. * Fix loadkeys(1) incorrectly loading the olpc keymap vs qwerty.

View file

@ -205,6 +205,9 @@ set_tmpl_common_vars()
FILESDIR=${XBPS_TEMPLATESDIR}/${pkgname}/files FILESDIR=${XBPS_TEMPLATESDIR}/${pkgname}/files
DESTDIR=${XBPS_DESTDIR}/${pkgname}-${version} DESTDIR=${XBPS_DESTDIR}/${pkgname}-${version}
if [ -z "${sourcepkg}" ]; then
sourcepkg=${pkgname}
fi
SRCPKGDESTDIR=${XBPS_DESTDIR}/${sourcepkg}-${version} SRCPKGDESTDIR=${XBPS_DESTDIR}/${sourcepkg}-${version}
} }

View file

@ -1,6 +1,5 @@
# Template file for 'ConsoleKit' # Template file for 'ConsoleKit'
pkgname=ConsoleKit pkgname=ConsoleKit
sourcepkg=$pkgname
version=0.3.0 version=0.3.0
distfiles="http://people.freedesktop.org/~mccann/dist/$pkgname-$version.tar.bz2" distfiles="http://people.freedesktop.org/~mccann/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'GConf' # Template file for 'GConf'
pkgname=GConf pkgname=GConf
sourcepkg=$pkgname
version=2.26.2 version=2.26.2
distfiles="${GNOME_SITE}/GConf/2.26/GConf-$version.tar.bz2" distfiles="${GNOME_SITE}/GConf/2.26/GConf-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'MesaLib'. # Template build file for 'MesaLib'.
pkgname=MesaLib pkgname=MesaLib
sourcepkg=$pkgname
version=7.4.2 version=7.4.2
wrksrc="Mesa-$version" wrksrc="Mesa-$version"
distfiles="${SOURCEFORGE_SITE}/mesa3d/$pkgname-$version.tar.bz2" distfiles="${SOURCEFORGE_SITE}/mesa3d/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template file for 'ORBit2' # Template file for 'ORBit2'
pkgname=ORBit2 pkgname=ORBit2
sourcepkg=$pkgname
version=2.14.17 version=2.14.17
distfiles="${GNOME_SITE}/$pkgname/2.14/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/2.14/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'PolicyKit' # Template file for 'PolicyKit'
pkgname=PolicyKit pkgname=PolicyKit
sourcepkg=$pkgname
version=0.9 version=0.9
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz" distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'Thunar' # Template file for 'Thunar'
pkgname=Thunar pkgname=Thunar
sourcepkg=$pkgname
version=1.0.1 version=1.0.1
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2" distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'acl' # Template file for 'acl'
pkgname=acl pkgname=acl
sourcepkg=$pkgname
version=2.2.47 version=2.2.47
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_${version}-1.tar.gz" distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_${version}-1.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'alsa-lib'. # Template build file for 'alsa-lib'.
pkgname=alsa-lib pkgname=alsa-lib
sourcepkg=$pkgname
version=1.0.20 version=1.0.20
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

View file

@ -1,6 +1,5 @@
# Template file for 'aspell' # Template file for 'aspell'
pkgname=aspell pkgname=aspell
sourcepkg=$pkgname
version=0.60.6 version=0.60.6
distfiles="ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'atk'. # Template build file for 'atk'.
pkgname=atk pkgname=atk
sourcepkg=$pkgname
version=1.26.0 version=1.26.0
distfiles="${GNOME_SITE}/atk/1.26/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/atk/1.26/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'attr' # Template file for 'attr'
pkgname=attr pkgname=attr
sourcepkg=$pkgname
version=2.4.43 version=2.4.43
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}-1.tar.gz" distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}-1.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'babl'. # Template build file for 'babl'.
pkgname=babl pkgname=babl
sourcepkg=$pkgname
version=0.0.22 version=0.0.22
distfiles="ftp://ftp.gtk.org/pub/babl/0.0/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.gtk.org/pub/babl/0.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'binutils' # Template file for 'binutils'
pkgname=binutils pkgname=binutils
sourcepkg=binutils
version=2.19.1 version=2.19.1
distfiles="http://ftp.gnu.org/gnu/binutils/$pkgname-$version.tar.bz2" distfiles="http://ftp.gnu.org/gnu/binutils/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'bzip2'. # Template build file for 'bzip2'.
pkgname=bzip2 pkgname=bzip2
sourcepkg=bzip2
version=1.0.5 version=1.0.5
distfiles="http://www.bzip.org/1.0.5/$pkgname-$version.tar.gz" distfiles="http://www.bzip.org/1.0.5/$pkgname-$version.tar.gz"
build_style=gnu_makefile build_style=gnu_makefile

View file

@ -1,6 +1,5 @@
# Template build file for 'cairo'. # Template build file for 'cairo'.
pkgname=cairo pkgname=cairo
sourcepkg=$pkgname
version=1.8.6 version=1.8.6
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

View file

@ -1,6 +1,5 @@
# Template file for 'cdparanoia'. # Template file for 'cdparanoia'.
pkgname=cdparanoia pkgname=cdparanoia
sourcepkg=$pkgname
version=10.2 version=10.2
wrksrc=$pkgname-III-$version wrksrc=$pkgname-III-$version
patch_files=gcc.diff patch_files=gcc.diff

View file

@ -1,6 +1,5 @@
# Template build file for 'curl'. # Template build file for 'curl'.
pkgname=curl pkgname=curl
sourcepkg=curl
version=7.19.5 version=7.19.5
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2" distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'dbus-glib' # Template file for 'dbus-glib'
pkgname=dbus-glib pkgname=dbus-glib
sourcepkg=$pkgname
version=0.80 version=0.80
distfiles=" distfiles="
http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"

View file

@ -1,6 +1,5 @@
# Template file for 'dbus' # Template file for 'dbus'
pkgname=dbus pkgname=dbus
sourcepkg=$pkgname
version=1.2.14 version=1.2.14
distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz" distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'enchant' # Template file for 'enchant'
pkgname=enchant pkgname=enchant
sourcepkg=$pkgname
version=1.4.2 version=1.4.2
distfiles="http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz" distfiles="http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'exo' # Template file for 'exo'
pkgname=exo pkgname=exo
sourcepkg=$pkgname
version=0.3.101 version=0.3.101
revision=1 revision=1
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/exo-$version.tar.bz2" distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/exo-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template file for 'expat' # Template file for 'expat'
pkgname=expat pkgname=expat
sourcepkg=expat
version=2.0.1 version=2.0.1
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz" distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'file' # Template file for 'file'
pkgname=file pkgname=file
sourcepkg=file
version=5.03 version=5.03
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz" distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'fontconfig'. # Template build file for 'fontconfig'.
pkgname=fontconfig pkgname=fontconfig
sourcepkg=$pkgname
version=2.6.0 version=2.6.0
distfiles="http://www.fontconfig.org/release/$pkgname-$version.tar.gz" distfiles="http://www.fontconfig.org/release/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file 'freetype'. # Template build file 'freetype'.
pkgname=freetype pkgname=freetype
sourcepkg=$pkgname
version=2.3.9 version=2.3.9
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2" distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gamin'. # Template build file for 'gamin'.
pkgname=gamin pkgname=gamin
sourcepkg=$pkgname
version=0.1.9 version=0.1.9
distfiles="http://www.gnome.org/~veillard/gamin/sources/gamin-$version.tar.gz" distfiles="http://www.gnome.org/~veillard/gamin/sources/gamin-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gcc' # Template build file for 'gcc'
pkgname=gcc pkgname=gcc
sourcepkg=$pkgname
version=4.4.1 version=4.4.1
patch_files="$pkgname-fix-amd64.diff" patch_files="$pkgname-fix-amd64.diff"
distfiles=" distfiles="

View file

@ -1,6 +1,5 @@
# Template build file for 'gd'. # Template build file for 'gd'.
pkgname=gd pkgname=gd
sourcepkg=$pkgname
version=2.0.35 version=2.0.35
distfiles="http://www.libgd.org/releases/gd-$version.tar.bz2" distfiles="http://www.libgd.org/releases/gd-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'gdbm' # Template file for 'gdbm'
pkgname=gdbm pkgname=gdbm
sourcepkg=gdbm
version=1.8.3 version=1.8.3
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gegl'. # Template build file for 'gegl'.
pkgname=gegl pkgname=gegl
sourcepkg=$pkgname
version=0.0.22 version=0.0.22
distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gettext'. # Template build file for 'gettext'.
pkgname=gettext pkgname=gettext
sourcepkg=gettext
version=0.17 version=0.17
distfiles="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$version.tar.gz" distfiles="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gimp'. # Template build file for 'gimp'.
pkgname=gimp pkgname=gimp
sourcepkg=$pkgname
version=2.6.6 version=2.6.6
distfiles="http://sunsite.rediris.es/mirror/gimp/v2.6/$pkgname-$version.tar.bz2" distfiles="http://sunsite.rediris.es/mirror/gimp/v2.6/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'glib' # Template build file for 'glib'
pkgname=glib pkgname=glib
sourcepkg=$pkgname
version=2.20.3 version=2.20.3
distfiles="${GNOME_SITE}/glib/2.20/glib-$version.tar.bz2" distfiles="${GNOME_SITE}/glib/2.20/glib-$version.tar.bz2"
configure_args="--disable-fam --with-pcre=system" configure_args="--disable-fam --with-pcre=system"

View file

@ -1,6 +1,5 @@
# Template file for 'glibc' # Template file for 'glibc'
pkgname=glibc pkgname=glibc
sourcepkg=$pkgname
version=2.10.1 version=2.10.1
patch_files="xattr.h-dupdefs.diff" patch_files="xattr.h-dupdefs.diff"
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2" distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'glitz'. # Template build file for 'glitz'.
pkgname=glitz pkgname=glitz
sourcepkg=$pkgname
version=0.5.6 version=0.5.6
distfiles="http://cairographics.org/snapshots/$pkgname-$version.tar.gz" distfiles="http://cairographics.org/snapshots/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gmp' # Template build file for 'gmp'
pkgname=gmp pkgname=gmp
sourcepkg=$pkgname
version=4.3.1 version=4.3.1
distfiles="ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.bz2" distfiles="ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gnutls'. # Template build file for 'gnutls'.
pkgname=gnutls pkgname=gnutls
sourcepkg=$pkgname
version=2.6.6 version=2.6.6
distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2" distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'gst-plugins-base'. # Template file for 'gst-plugins-base'.
pkgname=gst-plugins-base pkgname=gst-plugins-base
sourcepkg=$pkgname
version=0.10.23 version=0.10.23
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2" distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'gstreamer'. # Template file for 'gstreamer'.
pkgname=gstreamer pkgname=gstreamer
sourcepkg=$pkgname
version=0.10.23 version=0.10.23
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2" distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gtk+'. # Template build file for 'gtk+'.
pkgname=gtk+ pkgname=gtk+
sourcepkg=$pkgname
version=2.16.2 version=2.16.2
distfiles="${GNOME_SITE}/gtk+/2.16/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/gtk+/2.16/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'hunspell' # Template file for 'hunspell'
pkgname=hunspell pkgname=hunspell
sourcepkg=$pkgname
version=1.2.8 version=1.2.8
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'icu'. # Template build file for 'icu'.
pkgname=icu pkgname=icu
sourcepkg=$pkgname
version=4.2 version=4.2
wrksrc="icu/source" wrksrc="icu/source"
distfiles="http://download.icu-project.org/files/icu4c/4.2/icu4c-4_2-src.tgz" distfiles="http://download.icu-project.org/files/icu4c/4.2/icu4c-4_2-src.tgz"

View file

@ -1,6 +1,5 @@
# Template build file for 'irssi' # Template build file for 'irssi'
pkgname=irssi pkgname=irssi
sourcepkg=irssi
version=0.8.13 version=0.8.13
distfiles="http://www.irssi.org/files/$pkgname-$version.tar.bz2" distfiles="http://www.irssi.org/files/$pkgname-$version.tar.bz2"
# We need this to get some perl paths. # We need this to get some perl paths.

View file

@ -1,6 +1,5 @@
# Template build file for 'jasper'. # Template build file for 'jasper'.
pkgname=jasper pkgname=jasper
sourcepkg=$pkgname
version=1.900.1 version=1.900.1
distfiles="http://www.ece.uvic.ca/~mdadams/jasper/software/$pkgname-$version.zip" distfiles="http://www.ece.uvic.ca/~mdadams/jasper/software/$pkgname-$version.zip"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'jpeg'. # Template build file for 'jpeg'.
pkgname=jpeg pkgname=jpeg
sourcepkg=$pkgname
version=6b version=6b
distfiles="ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v${version}.tar.gz" distfiles="ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v${version}.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'klibc' # Template file for 'klibc'
pkgname=klibc pkgname=klibc
sourcepkg=klibc
version=1.5.15 version=1.5.15
distfiles="${KERNEL_SITE}/libs/klibc/Testing/klibc-$version.tar.bz2" distfiles="${KERNEL_SITE}/libs/klibc/Testing/klibc-$version.tar.bz2"
build_style=gnu_makefile build_style=gnu_makefile

View file

@ -1,6 +1,5 @@
# Template build file for 'lcms'. # Template build file for 'lcms'.
pkgname=lcms pkgname=lcms
sourcepkg=$pkgname
version=1.18a version=1.18a
wrksrc=${pkgname}-${version%[a-z]*} wrksrc=${pkgname}-${version%[a-z]*}
distfiles="http://www.littlecms.com/$pkgname-$version.tar.gz" distfiles="http://www.littlecms.com/$pkgname-$version.tar.gz"

View file

@ -1,6 +1,5 @@
# Template build file for 'libICE'. # Template build file for 'libICE'.
pkgname=libICE pkgname=libICE
sourcepkg=$pkgname
version=1.0.5 version=1.0.5
patch_files="configure_sh_assignment_broken.diff" patch_files="configure_sh_assignment_broken.diff"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'libIDL'. # Template build file for 'libIDL'.
pkgname=libIDL pkgname=libIDL
sourcepkg=$pkgname
version=0.8.13 version=0.8.13
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libSM'. # Template build file for 'libSM'.
pkgname=libSM pkgname=libSM
sourcepkg=$pkgname
version=1.1.0 version=1.1.0
revision=1 revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'libX11'. # Template build file for 'libX11'.
pkgname=libX11 pkgname=libX11
sourcepkg=$pkgname
version=1.2.1 version=1.2.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXScrnSaver'. # Template build file for 'libXScrnSaver'.
pkgname=libXScrnSaver pkgname=libXScrnSaver
sourcepkg=$pkgname
version=1.1.3 version=1.1.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXau'. # Template build file for 'libXau'.
pkgname=libXau pkgname=libXau
sourcepkg=$pkgname
version=1.0.4 version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXaw'. # Template build file for 'libXaw'.
pkgname=libXaw pkgname=libXaw
sourcepkg=$pkgname
version=1.0.5 version=1.0.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXcomposite'. # Template build file for 'libXcomposite'.
pkgname=libXcomposite pkgname=libXcomposite
sourcepkg=$pkgname
version=0.4.0 version=0.4.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXcursor'. # Template build file for 'libXcursor'.
pkgname=libXcursor pkgname=libXcursor
sourcepkg=$pkgname
version=1.1.9 version=1.1.9
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXdamage'. # Template build file for 'libXdamage'.
pkgname=libXdamage pkgname=libXdamage
sourcepkg=$pkgname
version=1.1.1 version=1.1.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXdmcp'. # Template build file for 'libXdmcp'.
pkgname=libXdmcp pkgname=libXdmcp
sourcepkg=$pkgname
version=1.0.2 version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXevie'. # Template build file for 'libXevie'.
pkgname=libXevie pkgname=libXevie
sourcepkg=$pkgname
version=1.0.2 version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXext'. # Template build file for 'libXext'.
pkgname=libXext pkgname=libXext
sourcepkg=$pkgname
version=1.0.5 version=1.0.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXfixes'. # Template build file for 'libXfixes'.
pkgname=libXfixes pkgname=libXfixes
sourcepkg=$pkgname
version=4.0.3 version=4.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXfont'. # Template build file for 'libXfont'.
pkgname=libXfont pkgname=libXfont
sourcepkg=$pkgname
version=1.4.0 version=1.4.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXfontcache'. # Template build file for 'libXfontcache'.
pkgname=libXfontcache pkgname=libXfontcache
sourcepkg=$pkgname
version=1.0.4 version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXft'. # Template build file for 'libXft'.
pkgname=libXft pkgname=libXft
sourcepkg=$pkgname
version=2.1.13 version=2.1.13
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXi'. # Template build file for 'libXi'.
pkgname=libXi pkgname=libXi
sourcepkg=$pkgname
version=1.2.1 version=1.2.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXinerama'. # Template build file for 'libXinerama'.
pkgname=libXinerama pkgname=libXinerama
sourcepkg=$pkgname
version=1.0.3 version=1.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXmu'. # Template build file for 'libXmu'.
pkgname=libXmu pkgname=libXmu
sourcepkg=$pkgname
version=1.0.4 version=1.0.4
revision=1 revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'libXp'. # Template build file for 'libXp'.
pkgname=libXp pkgname=libXp
sourcepkg=$pkgname
version=1.0.0 version=1.0.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXpm'. # Template build file for 'libXpm'.
pkgname=libXpm pkgname=libXpm
sourcepkg=$pkgname
version=3.5.7 version=3.5.7
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXrandr'. # Template build file for 'libXrandr'.
pkgname=libXrandr pkgname=libXrandr
sourcepkg=$pkgname
version=1.3.0 version=1.3.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXrender'. # Template build file for 'libXrender'.
pkgname=libXrender pkgname=libXrender
sourcepkg=$pkgname
version=0.9.4 version=0.9.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXres'. # Template build file for 'libXres'.
pkgname=libXres pkgname=libXres
sourcepkg=$pkgname
version=1.0.3 version=1.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXt'. # Template build file for 'libXt'.
pkgname=libXt pkgname=libXt
sourcepkg=$pkgname
version=1.0.5 version=1.0.5
revision=1 revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'libXtst'. # Template build file for 'libXtst'.
pkgname=libXtst pkgname=libXtst
sourcepkg=$pkgname
version=1.0.3 version=1.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXv'. # Template build file for 'libXv'.
pkgname=libXv pkgname=libXv
sourcepkg=$pkgname
version=1.0.4 version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXvMC'. # Template build file for 'libXvMC'.
pkgname=libXvMC pkgname=libXvMC
sourcepkg=$pkgname
version=1.0.4 version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXxf86dga'. # Template build file for 'libXxf86dga'.
pkgname=libXxf86dga pkgname=libXxf86dga
sourcepkg=$pkgname
version=1.0.2 version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXxf86misc'. # Template build file for 'libXxf86misc'.
pkgname=libXxf86misc pkgname=libXxf86misc
sourcepkg=$pkgname
version=1.0.1 version=1.0.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXxf86vm'. # Template build file for 'libXxf86vm'.
pkgname=libXxf86vm pkgname=libXxf86vm
sourcepkg=$pkgname
version=1.0.2 version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'libarchive' # Template file for 'libarchive'
pkgname=libarchive pkgname=libarchive
sourcepkg=$pkgname
version=2.7.0 version=2.7.0
revision=1 revision=1
patch_files="${pkgname}_without_openssl.diff" patch_files="${pkgname}_without_openssl.diff"

View file

@ -1,6 +1,5 @@
# Template build file for 'libart'. # Template build file for 'libart'.
pkgname=libart pkgname=libart
sourcepkg=$pkgname
version=2.3.20 version=2.3.20
wrksrc="libart_lgpl-$version" wrksrc="libart_lgpl-$version"
distfiles="${GNOME_SITE}/libart_lgpl/2.3/libart_lgpl-$version.tar.bz2" distfiles="${GNOME_SITE}/libart_lgpl/2.3/libart_lgpl-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template file for 'libblkid' # Template file for 'libblkid'
pkgname=libblkid pkgname=libblkid
sourcepkg=$pkgname
version=2.15 version=2.15
_utilng=util-linux-ng _utilng=util-linux-ng
wrksrc=${_utilng}-${version} wrksrc=${_utilng}-${version}

View file

@ -1,6 +1,5 @@
# Template file for 'libcap' # Template file for 'libcap'
pkgname=libcap pkgname=libcap
sourcepkg=$pkgname
version=2.16 version=2.16
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.bz2" distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.bz2"
build_style=gnu_makefile build_style=gnu_makefile

View file

@ -1,6 +1,5 @@
# Template build file for 'libcroco'. # Template build file for 'libcroco'.
pkgname=libcroco pkgname=libcroco
sourcepkg=$pkgname
version=0.6.2 version=0.6.2
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libdmx'. # Template build file for 'libdmx'.
pkgname=libdmx pkgname=libdmx
sourcepkg=$pkgname
version=1.0.2 version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libdrm'. # Template build file for 'libdrm'.
pkgname=libdrm pkgname=libdrm
sourcepkg=$pkgname
version=2.4.9 version=2.4.9
distfiles="http://dri.freedesktop.org/libdrm/$pkgname-$version.tar.bz2" distfiles="http://dri.freedesktop.org/libdrm/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'libevent' # Template file for 'libevent'
pkgname=libevent pkgname=libevent
sourcepkg=$pkgname
version=1.4.9 version=1.4.9
wrksrc="$pkgname-$version-stable" wrksrc="$pkgname-$version-stable"
distfiles="http://www.monkey.org/~provos/$pkgname-$version-stable.tar.gz" distfiles="http://www.monkey.org/~provos/$pkgname-$version-stable.tar.gz"

View file

@ -1,6 +1,5 @@
# Template build file for 'libexif'. # Template build file for 'libexif'.
pkgname=libexif pkgname=libexif
sourcepkg=$pkgname
version=0.6.17 version=0.6.17
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libfontenc'. # Template build file for 'libfontenc'.
pkgname=libfontenc pkgname=libfontenc
sourcepkg=$pkgname
version=1.0.4 version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libgcrypt'. # Template build file for 'libgcrypt'.
pkgname=libgcrypt pkgname=libgcrypt
sourcepkg=$pkgname
version=1.4.4 version=1.4.4
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libglade'. # Template build file for 'libglade'.
pkgname=libglade pkgname=libglade
sourcepkg=$pkgname
version=2.6.4 version=2.6.4
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libgpg-error'. # Template build file for 'libgpg-error'.
pkgname=libgpg-error pkgname=libgpg-error
sourcepkg=$pkgname
version=1.6 version=1.6
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libgsf'. # Template build file for 'libgsf'.
pkgname=libgsf pkgname=libgsf
sourcepkg=$pkgname
version=1.14.11 version=1.14.11
distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libidn'. # Template build file for 'libidn'.
pkgname=libidn pkgname=libidn
sourcepkg=$pkgname
version=1.15 version=1.15
distfiles="http://ftp.gnu.org/gnu/libidn/$pkgname-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/libidn/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libmng'. # Template build file for 'libmng'.
pkgname=libmng pkgname=libmng
sourcepkg=$pkgname
version=1.0.10 version=1.0.10
distfiles="http://www.libmng.com/download/libmng-$version.tar.bz2" distfiles="http://www.libmng.com/download/libmng-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'libnotify' # Template file for 'libnotify'
pkgname=libnotify pkgname=libnotify
sourcepkg=$pkgname
version=0.4.5 version=0.4.5
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

View file

@ -1,6 +1,5 @@
# Template file for 'libogg'. # Template file for 'libogg'.
pkgname=libogg pkgname=libogg
sourcepkg=$pkgname
version=1.1.3 version=1.1.3
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.gz" distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'liboil'. # Template build file for 'liboil'.
pkgname=liboil pkgname=liboil
sourcepkg=$pkgname
version=0.3.16 version=0.3.16
distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz" distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure

Some files were not shown because too many files have changed in this diff Show more