okteta: fixed conflict
This commit is contained in:
commit
9babf62ca6
|
@ -0,0 +1,5 @@
|
|||
# Force detection of musl's gettext
|
||||
gt_func_gnugettext_libc=yes
|
||||
gt_cv_func_gnugettext1_libc=yes
|
||||
gt_cv_func_gnugettext2_libc=yes
|
||||
gt_cv_func_gnugettext3_libc=yes
|
|
@ -4,7 +4,9 @@ if [ -n "$build_style" -a "$build_style" != "gnu-configure" ]; then
|
|||
return 0
|
||||
fi
|
||||
|
||||
export configure_args="--prefix=/usr --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man --localstatedir=/var ${configure_args}"
|
||||
export configure_args="--prefix=/usr --sysconfdir=/etc --bindir=/usr/bin
|
||||
--mandir=/usr/share/man --infodir=/usr/share/info --localstatedir=/var ${configure_args}"
|
||||
|
||||
. ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh
|
||||
export configure_args+=" --host=$XBPS_TRIPLET --build=$XBPS_TRIPLET"
|
||||
|
||||
|
@ -14,22 +16,31 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
|||
export configure_args+=" --libdir=/usr/lib32"
|
||||
fi
|
||||
|
||||
# Cross compilation vars
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
export configure_args+=" --host=$XBPS_CROSS_TRIPLET --with-sysroot=$XBPS_CROSS_BASE --with-libtool-sysroot=$XBPS_CROSS_BASE "
|
||||
|
||||
_AUTOCONFCACHEDIR=${XBPS_COMMONDIR}/environment/configure/autoconf_cache
|
||||
|
||||
# From now on all vars are exported to the environment
|
||||
set -a
|
||||
|
||||
# Read autoconf cache variables for native target.
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# musl libc
|
||||
*-musl) . ${_AUTOCONFCACHEDIR}/musl-linux
|
||||
;;
|
||||
esac
|
||||
|
||||
# Cross compilation vars
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
set +a
|
||||
return 0
|
||||
fi
|
||||
|
||||
export configure_args+=" --host=$XBPS_CROSS_TRIPLET --with-sysroot=$XBPS_CROSS_BASE --with-libtool-sysroot=$XBPS_CROSS_BASE "
|
||||
|
||||
# Read autoconf cache variables for cross target (taken from OE).
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# musl libc
|
||||
*-musl) . ${_AUTOCONFCACHEDIR}/common-linux
|
||||
. ${_AUTOCONFCACHEDIR}/musl-linux
|
||||
;;
|
||||
# gnu libc
|
||||
*) . ${_AUTOCONFCACHEDIR}/common-linux
|
||||
|
|
|
@ -42,6 +42,7 @@ generic_wrapper3() {
|
|||
|
||||
cp ${XBPS_CROSS_BASE}/usr/bin/${wrapper} ${XBPS_WRAPPERDIR}
|
||||
sed -e "s,/usr/include,${XBPS_CROSS_BASE}/usr/include,g" -i ${XBPS_WRAPPERDIR}/${wrapper}
|
||||
sed -e "s,/usr/lib,${XBPS_CROSS_BASE}/usr/lib,g" -i ${XBPS_WRAPPERDIR}/${wrapper}
|
||||
sed -e "s,^libdir=.*,libdir=${XBPS_CROSS_BASE}/usr/lib,g" -i ${XBPS_WRAPPERDIR}/${wrapper}
|
||||
sed -e "s,^prefix=.*,prefix=${XBPS_CROSS_BASE}/usr," -i ${XBPS_WRAPPERDIR}/${wrapper}
|
||||
|
||||
|
@ -120,6 +121,7 @@ hook() {
|
|||
generic_wrapper3 ncurses5-config
|
||||
generic_wrapper3 ncursesw5-config
|
||||
generic_wrapper3 libetpan-config
|
||||
generic_wrapper3 nspr-config
|
||||
python_wrapper python-config 2.7
|
||||
python_wrapper python3.4-config 3.4m
|
||||
}
|
||||
|
|
|
@ -764,7 +764,7 @@ libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1
|
|||
libchamplain-0.12.so.0 libchamplain-0.12.5_2
|
||||
libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2
|
||||
libgeoclue.so.0 geoclue-0.12.0_1
|
||||
libvpx.so.1 libvpx-1.0.0_1
|
||||
libvpx.so.2 libvpx-1.4.0_1
|
||||
libXevie.so.1 libXevie-1.0.2_1
|
||||
libatspi.so.0 at-spi2-core-1.91.91_1
|
||||
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1
|
||||
|
@ -1733,6 +1733,7 @@ libmarco-private.so.0 libmarco-1.8.0_1
|
|||
libmate-menu.so.2 mate-menus-1.8.0_1
|
||||
libcaja-extension.so.1 libcaja-1.8.1_1
|
||||
libmatekbd.so.4 libmatekbd-1.8.0_1
|
||||
libmatemixer.so.0 libmatemixer-1.10.0_1
|
||||
libmatekbdui.so.4 libmatekbd-1.8.0_1
|
||||
libmate-window-settings.so.1 libmate-control-center-1.8.1_1
|
||||
libmateweather.so.1 libmateweather-1.8.0_1
|
||||
|
@ -2031,6 +2032,7 @@ libiec61883.so.0 libiec61883-1.2.0_1
|
|||
libffado.so.2 libffado-2.2.1_1
|
||||
libossp-uuid.so.16 libossp-1.6.2_1
|
||||
libplayerctl-1.0.so.0 playerctl-0.4.2_1
|
||||
libfdt.so.1 dtc-1.4.1_1
|
||||
libokteta1core.so.1 okteta-4.14.2_1
|
||||
libkasten2gui.so.2 okteta-4.14.2_1
|
||||
libkasten2okteta1controllers.so.1 okteta-4.14.2_1
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# Enable optional arguments to xbps-install. This is useful when you use
|
||||
# static binaries and when you need to specify arguments.
|
||||
# NOTE: This is only used with the binary-bootstrap target!
|
||||
XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current"
|
||||
XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current --repository=http://musl.voidlinux.net/current"
|
||||
|
||||
# [OPTIONAL]
|
||||
# Native Compilation/Preprocessor flags for C and C++. Additional settings
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Remote repositories
|
||||
repository=http://repo.voidlinux.eu/current
|
||||
repository=http://repo.voidlinux.eu/current/nonfree
|
||||
repository=http://musl.voidlinux.net/current
|
||||
repository=http://musl.voidlinux.net/current/nonfree
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ansible'
|
||||
pkgname=ansible
|
||||
version=1.9.0.1
|
||||
version=1.9.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.ansible.com"
|
||||
distfiles="http://releases.ansible.com/ansible/$pkgname-$version.tar.gz"
|
||||
checksum=b2193fd9a4061ab624fa67311796419a759de06b4f321d37169b22ba3831331c
|
||||
checksum=a6f975d565723765a4d490ff40cede96833a745f38908def4950a0075f1973f5
|
||||
|
||||
post_install() {
|
||||
for f in examples/*; do
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'atril'
|
||||
pkgname=atril
|
||||
version=1.8.1
|
||||
revision=2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="gir"
|
||||
configure_args="--with-gtk=2.0 --disable-schemas-compile --enable-djvu
|
||||
--enable-dvi --enable-t1lib --enable-pixbuf --enable-comics --enable-xps
|
||||
--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel
|
||||
$(vopt_if gir gobject-introspection)"
|
||||
makedepends="gtk+-devel dbus-glib-devel libnotify-devel libunique1-devel
|
||||
libcaja-devel djvulibre-devel libspectre-devel libSM-devel mate-desktop-devel
|
||||
poppler-glib-devel zlib-devel libxml2-devel libsecret-devel libgxps-devel
|
||||
|
@ -17,8 +18,12 @@ short_desc="Simply a document viewer for MATE"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=036b6bdf9f9caa7468c0cfb680360420cf8477007a0a04dc3b5c50b163c0333f
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=de74bb8d20290b9aab4f5e6e6c58d4e14a979e4914409cb1803522120d814181
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
libatril_package() {
|
||||
short_desc+=" - runtime library"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'attic'
|
||||
pkgname=attic
|
||||
version=0.15
|
||||
version=0.16
|
||||
revision=1
|
||||
wrksrc="Attic-$version"
|
||||
build_style=python-module
|
||||
|
@ -14,8 +14,8 @@ short_desc="A deduplicating backup program for efficient and secure backups"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="https://attic-backup.org/"
|
||||
license="BSD"
|
||||
distfiles="${PYPI_SITE}/A/Attic/Attic-$version.tar.gz"
|
||||
checksum=5b240950ac049efe7ec6957ff8dcb8e7e3ac844329f33b5d72d114ddcba2d6f2
|
||||
distfiles="https://pypi.python.org/packages/source/A/Attic/Attic-0.16.tar.gz"
|
||||
checksum=6650cd28072101c2e05941e77b93a62f91da6179785e4e4b4880916c469bba2c
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-chroot-musl'
|
||||
pkgname=base-chroot-musl
|
||||
version=0.15
|
||||
version=0.16
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=meta
|
||||
|
@ -16,6 +16,6 @@ only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl"
|
|||
depends="
|
||||
base-files kernel-libc-headers musl musl-legacy-compat
|
||||
gcc gcc-c++ patch chroot-bash chroot-grep coreutils findutils
|
||||
gettext gettext-devel chroot-texinfo sed chroot-gawk diffutils
|
||||
gettext chroot-texinfo sed chroot-gawk diffutils
|
||||
make gzip file tar chroot-util-linux chroot-distcc
|
||||
chroot-git ccache xbps xz which"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-chroot'
|
||||
pkgname=base-chroot
|
||||
version=0.61
|
||||
version=0.62
|
||||
revision=1
|
||||
noarch=yes
|
||||
bootstrap=yes
|
||||
|
@ -12,6 +12,6 @@ license="Public domain"
|
|||
|
||||
depends="
|
||||
base-files kernel-libc-headers glibc-devel glibc-locales binutils gcc
|
||||
gcc-c++ patch chroot-bash chroot-grep coreutils gettext gettext-devel
|
||||
gcc-c++ patch chroot-bash chroot-grep coreutils gettext
|
||||
chroot-texinfo sed chroot-gawk findutils diffutils make gzip file tar
|
||||
chroot-util-linux chroot-distcc chroot-git ccache xbps xz which"
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'bash-preexec'
|
||||
pkgname=bash-preexec
|
||||
version=0.2.1
|
||||
revision=2
|
||||
noarch=yes
|
||||
depends="bash"
|
||||
short_desc="Preexec and Precmd functions for Bash just like Zsh"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/rcaloras/bash-preexec"
|
||||
distfiles="https://github.com/rcaloras/bash-preexec/archive/${version}.tar.gz"
|
||||
checksum=017e0f06a5213f9a71a8fe6a368b5737470f9d8bd180a910c49d6ef616894f7b
|
||||
|
||||
do_install() {
|
||||
vbin bash-preexec.sh
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'bash'.
|
||||
pkgname=bash
|
||||
_bash_distver=4.3
|
||||
_bash_patchlevel=033
|
||||
_bash_patchlevel=039
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=5
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${_bash_distver}
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec bftpd -D
|
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'bftpd'
|
||||
pkgname=bftpd
|
||||
version=4.4
|
||||
revision=3
|
||||
wrksrc="$pkgname"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libz"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="A simple FTP server"
|
||||
maintainer="Norbert Vegh <vegh@norvegh.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://bftpd.sourceforge.net/"
|
||||
checksum=b805ebbdd3de993ca14d733ad9ad007ac342a1646b257d91a53ec87a36c7f741
|
||||
distfiles=${SOURCEFORGE_SITE}/bftpd/bftpd-${version}.tar.gz
|
||||
|
||||
do_install() {
|
||||
sed -i 's,sbin,bin,g' Makefile
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vsv bftpd
|
||||
vconf bftpd.conf
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'binutils'
|
||||
pkgname=binutils
|
||||
version=2.25
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
short_desc="GNU binary utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnu.org/software/binutils/"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=cccf377168b41a52a76f46df18feb8f7285654b3c1bd69fc8265cb0fc6902f2d
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
|
@ -18,7 +18,7 @@ makedepends+=" zlib-devel"
|
|||
pre_configure() {
|
||||
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
|
||||
# Drop bashism!
|
||||
sed -e 's,source,\.,g' -i ld/scripttempl/elf.sc
|
||||
sed -e 's,source,\.,g' -i ld/scripttempl/elf32msp430.sc
|
||||
}
|
||||
do_configure() {
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
diff -ru a/include/stdio.h b/include/stdio.h
|
||||
--- a/include/stdio.h 2000-08-04 10:24:39.000000000 +1000
|
||||
+++ b/include/stdio.h 2005-06-18 14:26:35.000000000 +1000
|
||||
@@ -34,6 +34,10 @@
|
||||
@@ -34,6 +34,11 @@
|
||||
#include <bsd-games.h>
|
||||
#include_next <stdio.h>
|
||||
|
||||
+#include <sys/cdefs.h>
|
||||
+__BEGIN_DECLS
|
||||
+
|
||||
#ifndef HAVE_fgetln
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bsd-games'. Based on Arch PKGBUILD by Chris Brannon.
|
||||
pkgname=bsd-games
|
||||
version=2.17
|
||||
revision=1
|
||||
revision=2
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
make_dirs="
|
||||
|
@ -15,7 +15,7 @@ short_desc="A linux port for a collection of BSD command line games"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="ftp://ftp.ibiblio.org/pub/Linux/games/"
|
||||
distfiles="ftp://ftp.ibiblio.org/pub/Linux/games/${pkgname}-${version}.tar.gz"
|
||||
distfiles="ftp://ftp.lip6.fr/pub/linux/sunsite/games/${pkgname}-${version}.tar.gz"
|
||||
checksum=066f924aef6c1c5ea946f588e36f303021f5dfc093944738f025d8edbc6fff60
|
||||
nocross=yes
|
||||
|
||||
|
@ -36,6 +36,11 @@ post_extract() {
|
|||
sed -i "s/\.I range/\.It range/g" arithmetic/arithmetic.6
|
||||
sed -i "s/game were the/game where the/g" gomoku/gomoku.6
|
||||
sed -i 's|/usr/games|/usr/bin|g' wargames/wargames
|
||||
|
||||
sed -i '1i#include <sys/types.h>' banner/banner.c
|
||||
sed -i 's/getdate/get_date/g' hack/*.[ch]
|
||||
sed -i '1i#include <fcntl.h>' wump/wump.c
|
||||
sed -i 's/-DOTTO//' hunt/Makeconfig
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'btrfs-progs'
|
||||
pkgname=btrfs-progs
|
||||
_distver=4.0
|
||||
_distver=4.0.1
|
||||
# DO NOT MODIFY DATEVER!
|
||||
_datever=20141006
|
||||
version=${_datever}.${_distver}
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'caja-extensions-common'
|
||||
pkgname=caja-extensions-common
|
||||
version=1.8.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
hostmakedepends="pkg-config intltool glib-devel"
|
||||
makedepends="libcaja-devel mate-desktop-devel dbus-glib-devel gupnp-devel"
|
||||
depends="caja"
|
||||
short_desc="Common files for Caja extensions"
|
||||
maintainer="Alexey Rochev <equeim@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname%-*}-${version}.tar.xz"
|
||||
checksum=71b4353236b4f13e1984a8497ff80ed63d74141833ba47a32629a5d3505bbc91
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname%-*}-${version}.tar.xz"
|
||||
checksum=08dd6e5d649fbcdc53a1684e89ab0f4e74a812dd1d7b684201b63f94f649b0ea
|
||||
|
||||
wrksrc="${pkgname%-*}-${version}"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'caja'
|
||||
pkgname=caja
|
||||
version=1.8.2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --enable-unique
|
||||
|
@ -14,8 +14,8 @@ short_desc="The MATE shell and file manager"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=99331a7439c346382c3b82c889fee9aaabca8760e9c7dfb60041c1fbcd2c6ac0
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1165f606a3bceb3cbb3f96c52c8f39bf16b5b39ce9088071ee4dd0eb8fae135b
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'chromium-pepper-flash'
|
||||
pkgname=chromium-pepper-flash
|
||||
version=17.0.0.188
|
||||
_chromeVersion=42.0.2311.152-1
|
||||
_chromeVersion=43.0.2357.65-1
|
||||
_channel='stable'
|
||||
_baseUrl='http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable'
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Pepper Flash plugin for Chromium"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
homepage="http://www.google.com/chrome"
|
||||
|
@ -18,11 +18,11 @@ create_wrksrc=yes
|
|||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64)
|
||||
_filename=google-chrome-${_channel}_${_chromeVersion}_amd64.deb
|
||||
_chromeChecksum="cc79dad8647e2a6252980d7583c290d4d234b346a4b0631301dca028f20c3e77"
|
||||
_chromeChecksum="766799058ed436de63fa2ee1d896cb20ef7ddf26f6d27acb01c24c8fd837e22c"
|
||||
;;
|
||||
i686)
|
||||
_filename=google-chrome-${_channel}_${_chromeVersion}_i386.deb
|
||||
_chromeChecksum="5d45a312e3d337f06d40aec20a82bd23653570e48530c6ea9628807c718e205a"
|
||||
_chromeChecksum="a279a1d53e57c46ad11a7cf77476b5c3a29e6fd1775e0a37b11039ee0347fda7"
|
||||
;;
|
||||
esac
|
||||
_chromeUrl="${_baseUrl}/${_filename}"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'chromium'
|
||||
pkgname=chromium
|
||||
# See http://www.chromium.org/developers/calendar for the latest version
|
||||
version=42.0.2311.135
|
||||
version=43.0.2357.65
|
||||
revision=1
|
||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.chromium.org/"
|
||||
license="BSD"
|
||||
distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz"
|
||||
checksum=c269d40e653794c219fd3eca2922d881199af5acff5d0a55b3e79f3b6a5a2aa9
|
||||
checksum=3f8f87d982b5ee14862e49dcfa44e02009e401cb29f9758e253f9fd952c57eed
|
||||
|
||||
lib32disabled=yes
|
||||
nodebug=yes
|
||||
|
@ -17,7 +17,7 @@ hostmakedepends="yasm python pkg-config perl gperf bison ninja hwids icu-devel"
|
|||
makedepends="libpng-devel gtk+-devel nss-devel pciutils-devel
|
||||
libXi-devel libgcrypt-devel libgnome-keyring-devel cups-devel elfutils-devel
|
||||
libXcomposite-devel speech-dispatcher-devel libXrandr-devel mit-krb5-devel
|
||||
libXScrnSaver-devel alsa-lib-devel icu-devel snappy-devel
|
||||
libXScrnSaver-devel alsa-lib-devel icu-devel snappy-devel libvpx-devel
|
||||
libxml2-devel libxslt-devel pulseaudio-devel nss-devel libexif-devel
|
||||
libXcursor-devel libflac-devel speex-devel libmtp-devel libwebp-devel
|
||||
libjpeg-turbo-devel libevent-devel json-c-devel re2-devel harfbuzz-devel
|
||||
|
@ -29,7 +29,8 @@ case "$XBPS_MACHINE" in
|
|||
x86_64) hostmakedepends+=" ca-certificates gcc-c++-multilib";;
|
||||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6l*) broken="http://build.voidlinux.eu:8010/builders/armv6l_builder/builds/8050/steps/shell_3/logs/stdio";;
|
||||
armv6l*) broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/8050/steps/shell_3/logs/stdio";;
|
||||
armv7l*) broken="http://build.voidlinux.eu/builders/armv7l_builder/builds/13211/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
@ -102,6 +103,7 @@ do_configure() {
|
|||
-Duse_system_xdg_utils=1
|
||||
-Duse_system_yasm=1
|
||||
-Duse_system_icu=1
|
||||
-Duse_system_libvpx=1
|
||||
-Duse_cups=1
|
||||
-Dlinux_link_cups=1
|
||||
-Duse_pulseaudio=1
|
||||
|
@ -115,9 +117,6 @@ do_configure() {
|
|||
conf+=" -Duse_system_libwebp=1"
|
||||
fi
|
||||
|
||||
# TODO: re-enable on vp9 libvpx release (http://crbug.com/174287).
|
||||
# conf+=" -Dmedia_use_libvpx=0"
|
||||
|
||||
# Use explicit library dependencies instead of dlopen.
|
||||
conf+="
|
||||
-Dlinux_link_gsettings=1
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'chroot-bash'.
|
||||
pkgname=chroot-bash
|
||||
_bash_distver=4.3
|
||||
_bash_patchlevel=033
|
||||
_bash_patchlevel=039
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=2
|
||||
revision=1
|
||||
wrksrc="bash-${_bash_distver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cpufrequtils'
|
||||
pkgname=cpufrequtils
|
||||
version=008
|
||||
revision=8
|
||||
revision=9
|
||||
short_desc="Userspace tools for the Linux kernel cpufreq subsystem"
|
||||
homepage="ftp://ftp.archlinux.org/other/cpufrequtils/"
|
||||
license="GPL-2"
|
||||
|
@ -12,9 +12,6 @@ checksum=1b9daa591d977679fb09ffb9b4d58afa94b9387f3c0be92ec077080e328130f1
|
|||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
do_build() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CFLAGS+=" -lintl";;
|
||||
esac
|
||||
make CC=$CC CFLAGS="$CFLAGS" STRIP=true
|
||||
}
|
||||
do_install() {
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
part uuid ${devtype} ${devnum}:${bootpart} uuid
|
||||
setenv bootargs console=${console} root=PARTUUID=${uuid} rw rootwait
|
||||
|
||||
if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/zImage; then
|
||||
if load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} /boot/dtbs/${fdtfile}; then
|
||||
if load ${devtype} ${devnum}:${bootpart} ${ramdisk_addr_r} /boot/initramfs-linux.img; then
|
||||
bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r};
|
||||
else
|
||||
bootz ${kernel_addr_r} - ${fdt_addr_r};
|
||||
fi;
|
||||
fi;
|
||||
fi
|
||||
|
||||
if load ${devtype} ${devnum}:${bootpart} 0x48000000 /boot/uImage; then
|
||||
if load ${devtype} ${devnum}:${bootpart} 0x43000000 /boot/script.bin; then
|
||||
setenv bootm_boot_mode sec;
|
||||
bootm 0x48000000;
|
||||
fi;
|
||||
fi
|
|
@ -1,5 +0,0 @@
|
|||
setenv machid 0x10bb
|
||||
setenv bootargs console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rw rootwait loglevel=4 panic=10 ${extra}
|
||||
fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin
|
||||
fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage
|
||||
bootm 0x48000000
|
|
@ -1,975 +0,0 @@
|
|||
[product]
|
||||
version = "100"
|
||||
machine = "cubieboard2"
|
||||
|
||||
[platform]
|
||||
eraseflag = 0
|
||||
|
||||
[target]
|
||||
boot_clock = 912
|
||||
dcdc2_vol = 1400
|
||||
dcdc3_vol = 1250
|
||||
ldo2_vol = 3000
|
||||
ldo3_vol = 2800
|
||||
ldo4_vol = 2800
|
||||
storage_type = 1
|
||||
|
||||
[clock]
|
||||
pll3 = 297
|
||||
pll4 = 300
|
||||
pll6 = 600
|
||||
pll7 = 297
|
||||
pll8 = 336
|
||||
|
||||
[card_boot]
|
||||
logical_start = 40960
|
||||
sprite_gpio0 =
|
||||
|
||||
[card0_boot_para]
|
||||
card_ctrl = 0
|
||||
card_high_speed = 1
|
||||
card_line = 4
|
||||
sdc_d1 = port:PF00<2><1><default><default>
|
||||
sdc_d0 = port:PF01<2><1><default><default>
|
||||
sdc_clk = port:PF02<2><1><default><default>
|
||||
sdc_cmd = port:PF03<2><1><default><default>
|
||||
sdc_d3 = port:PF04<2><1><default><default>
|
||||
sdc_d2 = port:PF05<2><1><default><default>
|
||||
|
||||
[card2_boot_para]
|
||||
card_ctrl = 2
|
||||
card_high_speed = 1
|
||||
card_line = 4
|
||||
sdc_cmd = port:PC06<3><1><default><default>
|
||||
sdc_clk = port:PC07<3><1><default><default>
|
||||
sdc_d0 = port:PC08<3><1><default><default>
|
||||
sdc_d1 = port:PC09<3><1><default><default>
|
||||
sdc_d2 = port:PC10<3><1><default><default>
|
||||
sdc_d3 = port:PC11<3><1><default><default>
|
||||
|
||||
[twi_para]
|
||||
twi_port = 0
|
||||
twi_scl = port:PB00<2><default><default><default>
|
||||
twi_sda = port:PB01<2><default><default><default>
|
||||
|
||||
[uart_para]
|
||||
uart_debug_port = 0
|
||||
uart_debug_tx = port:PB22<2><1><default><default>
|
||||
uart_debug_rx = port:PB23<2><1><default><default>
|
||||
|
||||
[uart_force_debug]
|
||||
uart_debug_port = 0
|
||||
uart_debug_tx = port:PF02<4><1><default><default>
|
||||
uart_debug_rx = port:PF04<4><1><default><default>
|
||||
|
||||
[jtag_para]
|
||||
jtag_enable = 0
|
||||
jtag_ms = port:PB14<3><default><default><default>
|
||||
jtag_ck = port:PB15<3><default><default><default>
|
||||
jtag_do = port:PB16<3><default><default><default>
|
||||
jtag_di = port:PB17<3><default><default><default>
|
||||
|
||||
[pm_para]
|
||||
standby_mode = 0
|
||||
|
||||
[dram_para]
|
||||
dram_baseaddr = 0x40000000
|
||||
dram_clk = 432
|
||||
dram_type = 3
|
||||
dram_rank_num = 1
|
||||
dram_chip_density = 4096
|
||||
dram_io_width = 16
|
||||
dram_bus_width = 32
|
||||
dram_cas = 9
|
||||
dram_zq = 0x7f
|
||||
dram_odt_en = 0
|
||||
dram_size = 1024
|
||||
dram_tpr0 = 0x42d899b7
|
||||
dram_tpr1 = 0xa090
|
||||
dram_tpr2 = 0x22a00
|
||||
dram_tpr3 = 0x0
|
||||
dram_tpr4 = 0x1
|
||||
dram_tpr5 = 0x0
|
||||
dram_emr1 = 0x4
|
||||
dram_emr2 = 0x10
|
||||
dram_emr3 = 0x0
|
||||
|
||||
[mali_para]
|
||||
mali_used = 1
|
||||
mali_clkdiv = 1
|
||||
|
||||
[emac_para]
|
||||
emac_used = 1
|
||||
emac_rxd3 = port:PA00<2><default><default><default>
|
||||
emac_rxd2 = port:PA01<2><default><default><default>
|
||||
emac_rxd1 = port:PA02<2><default><default><default>
|
||||
emac_rxd0 = port:PA03<2><default><default><default>
|
||||
emac_txd3 = port:PA04<2><default><default><default>
|
||||
emac_txd2 = port:PA05<2><default><default><default>
|
||||
emac_txd1 = port:PA06<2><default><default><default>
|
||||
emac_txd0 = port:PA07<2><default><default><default>
|
||||
emac_rxclk = port:PA08<2><default><default><default>
|
||||
emac_rxerr = port:PA09<2><default><default><default>
|
||||
emac_rxdV = port:PA10<2><default><default><default>
|
||||
emac_mdc = port:PA11<2><default><default><default>
|
||||
emac_mdio = port:PA12<2><default><default><default>
|
||||
emac_txen = port:PA13<2><default><default><default>
|
||||
emac_txclk = port:PA14<2><default><default><default>
|
||||
emac_crs = port:PA15<2><default><default><default>
|
||||
emac_col = port:PA16<2><default><default><default>
|
||||
emac_reset = port:PA17<1><default><default><default>
|
||||
|
||||
[twi0_para]
|
||||
twi0_used = 1
|
||||
twi0_scl = port:PB00<2><default><default><default>
|
||||
twi0_sda = port:PB01<2><default><default><default>
|
||||
|
||||
[twi1_para]
|
||||
twi1_used = 0
|
||||
twi1_scl = port:PB18<2><default><default><default>
|
||||
twi1_sda = port:PB19<2><default><default><default>
|
||||
|
||||
[twi2_para]
|
||||
twi2_used = 0
|
||||
twi2_scl = port:PB20<2><default><default><default>
|
||||
twi2_sda = port:PB21<2><default><default><default>
|
||||
|
||||
[uart_para0]
|
||||
uart_used = 1
|
||||
uart_port = 0
|
||||
uart_type = 2
|
||||
uart_tx = port:PB22<2><1><default><default>
|
||||
uart_rx = port:PB23<2><1><default><default>
|
||||
|
||||
[uart_para1]
|
||||
uart_used = 0
|
||||
uart_port = 1
|
||||
uart_type = 8
|
||||
uart_tx = port:PA10<4><1><default><default>
|
||||
uart_rx = port:PA11<4><1><default><default>
|
||||
uart_rts = port:PA12<4><1><default><default>
|
||||
uart_cts = port:PA13<4><1><default><default>
|
||||
uart_dtr = port:PA14<4><1><default><default>
|
||||
uart_dsr = port:PA15<4><1><default><default>
|
||||
uart_dcd = port:PA16<4><1><default><default>
|
||||
uart_ring = port:PA17<4><1><default><default>
|
||||
|
||||
[uart_para2]
|
||||
uart_used = 0
|
||||
uart_port = 2
|
||||
uart_type = 4
|
||||
uart_tx = port:PI18<3><1><default><default>
|
||||
uart_rx = port:PI19<3><1><default><default>
|
||||
uart_rts = port:PI16<3><1><default><default>
|
||||
uart_cts = port:PI17<3><1><default><default>
|
||||
|
||||
[uart_para3]
|
||||
uart_used = 0
|
||||
uart_port = 3
|
||||
uart_type = 4
|
||||
uart_tx = port:PH00<4><1><default><default>
|
||||
uart_rx = port:PH01<4><1><default><default>
|
||||
uart_rts = port:PH02<4><1><default><default>
|
||||
uart_cts = port:PH03<4><1><default><default>
|
||||
|
||||
[uart_para4]
|
||||
uart_used = 0
|
||||
uart_port = 4
|
||||
uart_type = 2
|
||||
uart_tx = port:PH04<4><1><default><default>
|
||||
uart_rx = port:PH05<4><1><default><default>
|
||||
|
||||
[uart_para5]
|
||||
uart_used = 0
|
||||
uart_port = 5
|
||||
uart_type = 2
|
||||
uart_tx = port:PH06<4><1><default><default>
|
||||
uart_rx = port:PH07<4><1><default><default>
|
||||
|
||||
[uart_para6]
|
||||
uart_used = 0
|
||||
uart_port = 6
|
||||
uart_type = 2
|
||||
uart_tx = port:PA12<4><1><default><default>
|
||||
uart_rx = port:PA13<4><1><default><default>
|
||||
|
||||
[uart_para7]
|
||||
uart_used = 0
|
||||
uart_port = 7
|
||||
uart_type = 2
|
||||
uart_tx = port:PA14<4><1><default><default>
|
||||
uart_rx = port:PA15<4><1><default><default>
|
||||
|
||||
[spi0_para]
|
||||
spi_used = 0
|
||||
spi_cs_bitmap = 1
|
||||
spi_cs0 = port:PI10<2><default><default><default>
|
||||
spi_cs1 = port:PI14<2><default><default><default>
|
||||
spi_sclk = port:PI11<2><default><default><default>
|
||||
spi_mosi = port:PI12<2><default><default><default>
|
||||
spi_miso = port:PI13<2><default><default><default>
|
||||
|
||||
[spi1_para]
|
||||
spi_used = 0
|
||||
spi_cs_bitmap = 1
|
||||
spi_cs0 = port:PA00<3><default><default><default>
|
||||
spi_cs1 = port:PA04<3><default><default><default>
|
||||
spi_sclk = port:PA01<3><default><default><default>
|
||||
spi_mosi = port:PA02<3><default><default><default>
|
||||
spi_miso = port:PA03<3><default><default><default>
|
||||
|
||||
[spi2_para]
|
||||
spi_used = 0
|
||||
spi_cs_bitmap = 1
|
||||
spi_cs0 = port:PC19<3><default><default><default>
|
||||
spi_cs1 = port:PB13<2><default><default><default>
|
||||
spi_sclk = port:PC20<3><default><default><default>
|
||||
spi_mosi = port:PC21<3><default><default><default>
|
||||
spi_miso = port:PC22<3><default><default><default>
|
||||
|
||||
[spi3_para]
|
||||
spi_used = 0
|
||||
spi_cs_bitmap = 1
|
||||
spi_cs0 = port:PA05<3><default><default><default>
|
||||
spi_cs1 = port:PA09<3><default><default><default>
|
||||
spi_sclk = port:PA06<3><default><default><default>
|
||||
spi_mosi = port:PA07<3><default><default><default>
|
||||
spi_miso = port:PA08<3><default><default><default>
|
||||
|
||||
[ctp_para]
|
||||
ctp_used = 0
|
||||
ctp_name = "gt811"
|
||||
ctp_twi_id = 2
|
||||
ctp_twi_addr = 0x40
|
||||
ctp_screen_max_x = 1024
|
||||
ctp_screen_max_y = 600
|
||||
ctp_revert_x_flag = 0
|
||||
ctp_revert_y_flag = 0
|
||||
ctp_exchange_x_y_flag = 1
|
||||
ctp_firm = 1
|
||||
ctp_int_port = port:PH21<6><default><default><default>
|
||||
ctp_wakeup = port:PB13<1><default><default><1>
|
||||
|
||||
[ctp_list_para]
|
||||
ctp_det_used = 0
|
||||
ft5x_ts = 0
|
||||
gt82x = 0
|
||||
gslX680 = 0
|
||||
gt9xx_ts = 0
|
||||
gt811 = 0
|
||||
|
||||
[tkey_para]
|
||||
tkey_used = 0
|
||||
tkey_twi_id = 2
|
||||
tkey_twi_addr = 0x62
|
||||
tkey_int = port:PI13<6><default><default><default>
|
||||
|
||||
[motor_para]
|
||||
motor_used = 0
|
||||
motor_shake = port:PB03<1><default><default><1>
|
||||
|
||||
[gpio_para]
|
||||
gpio_used = 1
|
||||
gpio_num = 2
|
||||
gpio_pin_1 = port:PH20<1><default><default><1>
|
||||
gpio_pin_2 = port:PH21<1><default><default><1>
|
||||
|
||||
[nand_para]
|
||||
nand_used = 1
|
||||
nand_we = port:PC00<2><default><default><default>
|
||||
nand_ale = port:PC01<2><default><default><default>
|
||||
nand_cle = port:PC02<2><default><default><default>
|
||||
nand_ce1 = port:PC03<2><default><default><default>
|
||||
nand_ce0 = port:PC04<2><default><default><default>
|
||||
nand_nre = port:PC05<2><default><default><default>
|
||||
nand_rb0 = port:PC06<2><default><default><default>
|
||||
nand_rb1 = port:PC07<2><default><default><default>
|
||||
nand_d0 = port:PC08<2><default><default><default>
|
||||
nand_d1 = port:PC09<2><default><default><default>
|
||||
nand_d2 = port:PC10<2><default><default><default>
|
||||
nand_d3 = port:PC11<2><default><default><default>
|
||||
nand_d4 = port:PC12<2><default><default><default>
|
||||
nand_d5 = port:PC13<2><default><default><default>
|
||||
nand_d6 = port:PC14<2><default><default><default>
|
||||
nand_d7 = port:PC15<2><default><default><default>
|
||||
nand_wp = port:PC16<2><default><default><default>
|
||||
nand_ce2 = port:PC17<2><default><default><default>
|
||||
nand_ce3 = port:PC18<2><default><default><default>
|
||||
nand_ce4 =
|
||||
nand_ce5 =
|
||||
nand_ce6 =
|
||||
nand_ce7 =
|
||||
nand_spi = port:PC23<3><default><default><default>
|
||||
nand_ndqs = port:PC24<2><default><default><default>
|
||||
good_block_ratio = 0
|
||||
|
||||
[disp_init]
|
||||
disp_init_enable = 1
|
||||
disp_mode = 0
|
||||
screen0_output_type = 3
|
||||
screen0_output_mode = 4
|
||||
screen1_output_type = 0
|
||||
screen1_output_mode = 4
|
||||
fb0_framebuffer_num = 3
|
||||
fb0_format = 10
|
||||
fb0_pixel_sequence = 0
|
||||
fb0_scaler_mode_enable = 0
|
||||
fb1_framebuffer_num = 2
|
||||
fb1_format = 10
|
||||
fb1_pixel_sequence = 0
|
||||
fb1_scaler_mode_enable = 0
|
||||
lcd0_backlight = 197
|
||||
lcd1_backlight = 197
|
||||
lcd0_bright = 50
|
||||
lcd0_contrast = 50
|
||||
lcd0_saturation = 57
|
||||
lcd0_hue = 50
|
||||
lcd1_bright = 50
|
||||
lcd1_contrast = 50
|
||||
lcd1_saturation = 57
|
||||
lcd1_hue = 50
|
||||
|
||||
[lcd0_para]
|
||||
lcd_used = 0
|
||||
lcd_x = 1024
|
||||
lcd_y = 600
|
||||
lcd_dclk_freq = 51
|
||||
lcd_pwm_not_used = 0
|
||||
lcd_pwm_ch = 0
|
||||
lcd_pwm_freq = 10000
|
||||
lcd_pwm_pol = 1
|
||||
lcd_max_bright = 240
|
||||
lcd_min_bright = 64
|
||||
lcd_if = 0
|
||||
lcd_hbp = 158
|
||||
lcd_ht = 1344
|
||||
lcd_vbp = 25
|
||||
lcd_vt = 1270
|
||||
lcd_vspw = 3
|
||||
lcd_hspw = 20
|
||||
lcd_hv_if = 0
|
||||
lcd_hv_smode = 0
|
||||
lcd_hv_s888_if = 0
|
||||
lcd_hv_syuv_if = 0
|
||||
lcd_lvds_ch = 0
|
||||
lcd_lvds_mode = 0
|
||||
lcd_lvds_bitwidth = 0
|
||||
lcd_lvds_io_cross = 0
|
||||
lcd_cpu_if = 0
|
||||
lcd_frm = 1
|
||||
lcd_io_cfg0 = 0
|
||||
lcd_gamma_correction_en = 0
|
||||
lcd_gamma_tbl_0 = 0x0
|
||||
lcd_gamma_tbl_1 = 0x10101
|
||||
lcd_gamma_tbl_255 = 0xffffff
|
||||
lcd_bl_en_used = 0
|
||||
lcd_bl_en = port:PH07<1><0><default><1>
|
||||
lcd_power_used = 0
|
||||
lcd_power = port:PH08<1><0><default><1>
|
||||
lcd_pwm_used = 0
|
||||
lcd_pwm = port:PB02<2><0><default><default>
|
||||
lcdd0 = port:PD00<2><0><default><default>
|
||||
lcdd1 = port:PD01<2><0><default><default>
|
||||
lcdd2 = port:PD02<2><0><default><default>
|
||||
lcdd3 = port:PD03<2><0><default><default>
|
||||
lcdd4 = port:PD04<2><0><default><default>
|
||||
lcdd5 = port:PD05<2><0><default><default>
|
||||
lcdd6 = port:PD06<2><0><default><default>
|
||||
lcdd7 = port:PD07<2><0><default><default>
|
||||
lcdd8 = port:PD08<2><0><default><default>
|
||||
lcdd9 = port:PD09<2><0><default><default>
|
||||
lcdd10 = port:PD10<2><0><default><default>
|
||||
lcdd11 = port:PD11<2><0><default><default>
|
||||
lcdd12 = port:PD12<2><0><default><default>
|
||||
lcdd13 = port:PD13<2><0><default><default>
|
||||
lcdd14 = port:PD14<2><0><default><default>
|
||||
lcdd15 = port:PD15<2><0><default><default>
|
||||
lcdd16 = port:PD16<2><0><default><default>
|
||||
lcdd17 = port:PD17<2><0><default><default>
|
||||
lcdd18 = port:PD18<2><0><default><default>
|
||||
lcdd19 = port:PD19<2><0><default><default>
|
||||
lcdd20 = port:PD20<2><0><default><default>
|
||||
lcdd21 = port:PD21<2><0><default><default>
|
||||
lcdd22 = port:PD22<2><0><default><default>
|
||||
lcdd23 = port:PD23<2><0><default><default>
|
||||
lcdclk = port:PD24<2><0><default><default>
|
||||
lcdde = port:PD25<2><0><default><default>
|
||||
lcdhsync = port:PD26<2><0><default><default>
|
||||
lcdvsync = port:PD27<2><0><default><default>
|
||||
|
||||
[lcd1_para]
|
||||
lcd_used = 0
|
||||
lcd_x = 0
|
||||
lcd_y = 0
|
||||
lcd_dclk_freq = 0
|
||||
lcd_pwm_not_used = 0
|
||||
lcd_pwm_ch = 1
|
||||
lcd_pwm_freq = 0
|
||||
lcd_pwm_pol = 0
|
||||
lcd_max_bright = 240
|
||||
lcd_min_bright = 64
|
||||
lcd_if = 0
|
||||
lcd_hbp = 0
|
||||
lcd_ht = 0
|
||||
lcd_vbp = 0
|
||||
lcd_vt = 0
|
||||
lcd_vspw = 0
|
||||
lcd_hspw = 0
|
||||
lcd_hv_if = 0
|
||||
lcd_hv_smode = 0
|
||||
lcd_hv_s888_if = 0
|
||||
lcd_hv_syuv_if = 0
|
||||
lcd_lvds_ch = 0
|
||||
lcd_lvds_mode = 0
|
||||
lcd_lvds_bitwidth = 0
|
||||
lcd_lvds_io_cross = 0
|
||||
lcd_cpu_if = 0
|
||||
lcd_frm = 0
|
||||
lcd_io_cfg0 = 0
|
||||
lcd_gamma_correction_en = 0
|
||||
lcd_gamma_tbl_0 = 0x0
|
||||
lcd_gamma_tbl_1 = 0x10101
|
||||
lcd_gamma_tbl_255 = 0xffffff
|
||||
lcd_bl_en_used = 0
|
||||
lcd_bl_en =
|
||||
lcd_power_used = 0
|
||||
lcd_power =
|
||||
lcd_pwm_used = 0
|
||||
lcd_pwm = port:PI03<2><0><default><default>
|
||||
lcd_gpio_0 =
|
||||
lcd_gpio_1 =
|
||||
lcd_gpio_2 =
|
||||
lcd_gpio_3 =
|
||||
lcdd0 = port:PH00<2><0><default><default>
|
||||
lcdd1 = port:PH01<2><0><default><default>
|
||||
lcdd2 = port:PH02<2><0><default><default>
|
||||
lcdd3 = port:PH03<2><0><default><default>
|
||||
lcdd4 = port:PH04<2><0><default><default>
|
||||
lcdd5 = port:PH05<2><0><default><default>
|
||||
lcdd6 = port:PH06<2><0><default><default>
|
||||
lcdd7 = port:PH07<2><0><default><default>
|
||||
lcdd8 = port:PH08<2><0><default><default>
|
||||
lcdd9 = port:PH09<2><0><default><default>
|
||||
lcdd10 = port:PH10<2><0><default><default>
|
||||
lcdd11 = port:PH11<2><0><default><default>
|
||||
lcdd12 = port:PH12<2><0><default><default>
|
||||
lcdd13 = port:PH13<2><0><default><default>
|
||||
lcdd14 = port:PH14<2><0><default><default>
|
||||
lcdd15 = port:PH15<2><0><default><default>
|
||||
lcdd16 = port:PH16<2><0><default><default>
|
||||
lcdd17 = port:PH17<2><0><default><default>
|
||||
lcdd18 = port:PH18<2><0><default><default>
|
||||
lcdd19 = port:PH19<2><0><default><default>
|
||||
lcdd20 = port:PH20<2><0><default><default>
|
||||
lcdd21 = port:PH21<2><0><default><default>
|
||||
lcdd22 = port:PH22<2><0><default><default>
|
||||
lcdd23 = port:PH23<2><0><default><default>
|
||||
lcdclk = port:PH24<2><0><default><default>
|
||||
lcdde = port:PH25<2><0><default><default>
|
||||
lcdhsync = port:PH26<2><0><default><default>
|
||||
lcdvsync = port:PH27<2><0><default><default>
|
||||
|
||||
[tv_out_dac_para]
|
||||
dac_used = 0
|
||||
dac0_src = 4
|
||||
dac1_src = 5
|
||||
dac2_src = 6
|
||||
dac3_src = 0
|
||||
|
||||
[hdmi_para]
|
||||
hdmi_used = 1
|
||||
|
||||
[camera_list_para]
|
||||
camera_list_para_used = 0
|
||||
ov7670 = 0
|
||||
gc0308 = 1
|
||||
gt2005 = 1
|
||||
hi704 = 0
|
||||
sp0838 = 0
|
||||
mt9m112 = 0
|
||||
mt9m113 = 0
|
||||
ov2655 = 0
|
||||
hi253 = 0
|
||||
gc0307 = 0
|
||||
mt9d112 = 0
|
||||
ov5640 = 0
|
||||
gc2015 = 0
|
||||
ov2643 = 0
|
||||
gc0329 = 0
|
||||
gc0309 = 0
|
||||
tvp5150 = 0
|
||||
s5k4ec = 0
|
||||
ov5650_mv9335 = 0
|
||||
siv121d = 0
|
||||
gc2035 = 0
|
||||
|
||||
[csi0_para]
|
||||
csi_used = 0
|
||||
csi_dev_qty = 2
|
||||
csi_stby_mode = 0
|
||||
csi_mname = "gc0308"
|
||||
csi_twi_id = 1
|
||||
csi_twi_addr = 0x42
|
||||
csi_if = 0
|
||||
csi_vflip = 0
|
||||
csi_hflip = 0
|
||||
csi_iovdd = "axp20_pll"
|
||||
csi_avdd = ""
|
||||
csi_dvdd = ""
|
||||
csi_vol_iovdd = 2800
|
||||
csi_vol_dvdd =
|
||||
csi_vol_avdd =
|
||||
csi_flash_pol = 0
|
||||
csi_mname_b = "gt2005"
|
||||
csi_twi_id_b = 1
|
||||
csi_twi_addr_b = 0x78
|
||||
csi_if_b = 0
|
||||
csi_vflip_b = 0
|
||||
csi_hflip_b = 0
|
||||
csi_iovdd_b = "axp20_pll"
|
||||
csi_avdd_b = ""
|
||||
csi_dvdd_b = ""
|
||||
csi_vol_iovdd_b = 2800
|
||||
csi_vol_avdd_b =
|
||||
csi_vol_dvdd_b =
|
||||
csi_flash_pol_b = 0
|
||||
csi_pck = port:PE00<3><default><default><default>
|
||||
csi_ck = port:PE01<3><default><default><default>
|
||||
csi_hsync = port:PE02<3><default><default><default>
|
||||
csi_vsync = port:PE03<3><default><default><default>
|
||||
csi_d0 = port:PE04<3><default><default><default>
|
||||
csi_d1 = port:PE05<3><default><default><default>
|
||||
csi_d2 = port:PE06<3><default><default><default>
|
||||
csi_d3 = port:PE07<3><default><default><default>
|
||||
csi_d4 = port:PE08<3><default><default><default>
|
||||
csi_d5 = port:PE09<3><default><default><default>
|
||||
csi_d6 = port:PE10<3><default><default><default>
|
||||
csi_d7 = port:PE11<3><default><default><default>
|
||||
csi_reset = port:PH14<1><default><default><0>
|
||||
csi_power_en = port:PH17<1><default><default><0>
|
||||
csi_stby = port:PH19<1><default><default><0>
|
||||
csi_flash =
|
||||
csi_af_en =
|
||||
csi_reset_b = port:PH14<1><default><default><0>
|
||||
csi_power_en_b = port:PH17<1><default><default><0>
|
||||
csi_stby_b = port:PH18<1><default><default><0>
|
||||
csi_flash_b =
|
||||
csi_af_en_b =
|
||||
|
||||
[csi1_para]
|
||||
csi_used = 0
|
||||
csi_dev_qty = 1
|
||||
csi_stby_mode = 0
|
||||
csi_mname = "gc0308"
|
||||
csi_if = 0
|
||||
csi_iovdd = "axp20_pll"
|
||||
csi_avdd = ""
|
||||
csi_dvdd = ""
|
||||
csi_vol_iovdd = 2800
|
||||
csi_vol_dvdd =
|
||||
csi_vol_avdd =
|
||||
csi_vflip = 0
|
||||
csi_hflip = 0
|
||||
csi_flash_pol = 0
|
||||
csi_facing = 1
|
||||
csi_twi_id = 1
|
||||
csi_twi_addr = 0x42
|
||||
csi_pck = port:PG00<3><default><default><default>
|
||||
csi_ck = port:PG01<3><default><default><default>
|
||||
csi_hsync = port:PG02<3><default><default><default>
|
||||
csi_vsync = port:PG03<3><default><default><default>
|
||||
csi_d0 = port:PG04<3><default><default><default>
|
||||
csi_d1 = port:PG05<3><default><default><default>
|
||||
csi_d2 = port:PG06<3><default><default><default>
|
||||
csi_d3 = port:PG07<3><default><default><default>
|
||||
csi_d4 = port:PG08<3><default><default><default>
|
||||
csi_d5 = port:PG09<3><default><default><default>
|
||||
csi_d6 = port:PG10<3><default><default><default>
|
||||
csi_d7 = port:PG11<3><default><default><default>
|
||||
csi_reset = port:PH13<1><default><default><0>
|
||||
csi_power_en = port:PH16<1><default><default><0>
|
||||
csi_stby = port:PH19<1><default><default><0>
|
||||
|
||||
[tvout_para]
|
||||
tvout_used = 0
|
||||
tvout_channel_num = 1
|
||||
|
||||
[tvin_para]
|
||||
tvin_used = 0
|
||||
tvin_channel_num = 4
|
||||
|
||||
[sata_para]
|
||||
sata_used = 1
|
||||
sata_power_en = port:PB08<1><default><default><0>
|
||||
|
||||
[mmc0_para]
|
||||
sdc_used = 1
|
||||
sdc_detmode = 1
|
||||
sdc_buswidth = 4
|
||||
sdc_clk = port:PF02<2><1><2><default>
|
||||
sdc_cmd = port:PF03<2><1><2><default>
|
||||
sdc_d0 = port:PF01<2><1><2><default>
|
||||
sdc_d1 = port:PF00<2><1><2><default>
|
||||
sdc_d2 = port:PF05<2><1><2><default>
|
||||
sdc_d3 = port:PF04<2><1><2><default>
|
||||
sdc_det = port:PH01<0><1><default><default>
|
||||
sdc_use_wp = 0
|
||||
sdc_wp =
|
||||
sdc_isio = 0
|
||||
sdc_regulator = "none"
|
||||
|
||||
[mmc1_para]
|
||||
sdc_used = 0
|
||||
sdc_detmode = 4
|
||||
sdc_buswidth = 4
|
||||
sdc_clk = port:PG00<2><1><2><default>
|
||||
sdc_cmd = port:PG01<2><1><2><default>
|
||||
sdc_d0 = port:PG02<2><1><2><default>
|
||||
sdc_d1 = port:PG03<2><1><2><default>
|
||||
sdc_d2 = port:PG04<2><1><2><default>
|
||||
sdc_d3 = port:PG05<2><1><2><default>
|
||||
sdc_det =
|
||||
sdc_use_wp = 0
|
||||
sdc_wp =
|
||||
sdc_isio = 0
|
||||
sdc_regulator = "none"
|
||||
|
||||
[mmc2_para]
|
||||
sdc_used = 0
|
||||
sdc_detmode = 3
|
||||
sdc_buswidth = 4
|
||||
sdc_cmd = port:PC06<3><1><2><default>
|
||||
sdc_clk = port:PC07<3><1><2><default>
|
||||
sdc_d0 = port:PC08<3><1><2><default>
|
||||
sdc_d1 = port:PC09<3><1><2><default>
|
||||
sdc_d2 = port:PC10<3><1><2><default>
|
||||
sdc_d3 = port:PC11<3><1><2><default>
|
||||
sdc_det =
|
||||
sdc_use_wp = 0
|
||||
sdc_wp =
|
||||
sdc_isio = 0
|
||||
sdc_regulator = "none"
|
||||
|
||||
[mmc3_para]
|
||||
sdc_used = 0
|
||||
sdc_detmode = 4
|
||||
sdc_buswidth = 4
|
||||
sdc_cmd = port:PI04<2><1><2><default>
|
||||
sdc_clk = port:PI05<2><1><2><default>
|
||||
sdc_d0 = port:PI06<2><1><2><default>
|
||||
sdc_d1 = port:PI07<2><1><2><default>
|
||||
sdc_d2 = port:PI08<2><1><2><default>
|
||||
sdc_d3 = port:PI09<2><1><2><default>
|
||||
sdc_det =
|
||||
sdc_use_wp = 0
|
||||
sdc_wp =
|
||||
sdc_isio = 1
|
||||
sdc_regulator = "none"
|
||||
|
||||
[ms_para]
|
||||
ms_used = 0
|
||||
ms_bs = port:PH06<5><default><default><default>
|
||||
ms_clk = port:PH07<5><default><default><default>
|
||||
ms_d0 = port:PH08<5><default><default><default>
|
||||
ms_d1 = port:PH09<5><default><default><default>
|
||||
ms_d2 = port:PH10<5><default><default><default>
|
||||
ms_d3 = port:PH11<5><default><default><default>
|
||||
ms_det =
|
||||
|
||||
[smc_para]
|
||||
smc_used = 0
|
||||
smc_rst = port:PH13<5><default><default><default>
|
||||
smc_vppen = port:PH14<5><default><default><default>
|
||||
smc_vppp = port:PH15<5><default><default><default>
|
||||
smc_det = port:PH16<5><default><default><default>
|
||||
smc_vccen = port:PH17<5><default><default><default>
|
||||
smc_sck = port:PH18<5><default><default><default>
|
||||
smc_sda = port:PH19<5><default><default><default>
|
||||
|
||||
[ps2_0_para]
|
||||
ps2_used = 0
|
||||
ps2_scl = port:PI20<2><1><default><default>
|
||||
ps2_sda = port:PI21<2><1><default><default>
|
||||
|
||||
[ps2_1_para]
|
||||
ps2_used = 0
|
||||
ps2_scl = port:PI14<3><1><default><default>
|
||||
ps2_sda = port:PI15<3><1><default><default>
|
||||
|
||||
[can_para]
|
||||
can_used = 0
|
||||
can_tx = port:PA16<3><default><default><default>
|
||||
can_rx = port:PA17<3><default><default><default>
|
||||
|
||||
[keypad_para]
|
||||
kp_used = 0
|
||||
kp_in_size = 8
|
||||
kp_out_size = 8
|
||||
kp_in0 = port:PH08<4><1><default><default>
|
||||
kp_in1 = port:PH09<4><1><default><default>
|
||||
kp_in2 = port:PH10<4><1><default><default>
|
||||
kp_in3 = port:PH11<4><1><default><default>
|
||||
kp_in4 = port:PH14<4><1><default><default>
|
||||
kp_in5 = port:PH15<4><1><default><default>
|
||||
kp_in6 = port:PH16<4><1><default><default>
|
||||
kp_in7 = port:PH17<4><1><default><default>
|
||||
kp_out0 = port:PH18<4><1><default><default>
|
||||
kp_out1 = port:PH19<4><1><default><default>
|
||||
kp_out2 = port:PH22<4><1><default><default>
|
||||
kp_out3 = port:PH23<4><1><default><default>
|
||||
kp_out4 = port:PH24<4><1><default><default>
|
||||
kp_out5 = port:PH25<4><1><default><default>
|
||||
kp_out6 = port:PH26<4><1><default><default>
|
||||
kp_out7 = port:PH27<4><1><default><default>
|
||||
|
||||
[usbc0]
|
||||
usb_used = 1
|
||||
usb_port_type = 2
|
||||
usb_detect_type = 1
|
||||
usb_id_gpio = port:PH04<0><1><default><default>
|
||||
usb_det_vbus_gpio = port:PH05<0><0><default><default>
|
||||
usb_drv_vbus_gpio = port:PB09<1><0><default><0>
|
||||
usb_host_init_state = 0
|
||||
|
||||
[usbc1]
|
||||
usb_used = 1
|
||||
usb_port_type = 1
|
||||
usb_detect_type = 0
|
||||
usb_id_gpio =
|
||||
usb_det_vbus_gpio =
|
||||
usb_drv_vbus_gpio = port:PH06<1><0><default><0>
|
||||
usb_host_init_state = 1
|
||||
|
||||
[usbc2]
|
||||
usb_used = 1
|
||||
usb_port_type = 1
|
||||
usb_detect_type = 0
|
||||
usb_id_gpio =
|
||||
usb_det_vbus_gpio =
|
||||
usb_drv_vbus_gpio = port:PH03<1><0><default><0>
|
||||
usb_host_init_state = 1
|
||||
|
||||
[usb_feature]
|
||||
vendor_id = 6353
|
||||
mass_storage_id = 1
|
||||
adb_id = 2
|
||||
manufacturer_name = "USB Developer"
|
||||
product_name = "Android"
|
||||
serial_number = "20080411"
|
||||
|
||||
[msc_feature]
|
||||
vendor_name = "USB 2.0"
|
||||
product_name = "USB Flash Driver"
|
||||
release = 100
|
||||
luns = 3
|
||||
|
||||
[gsensor_para]
|
||||
gsensor_used = 0
|
||||
gsensor_twi_id = 1
|
||||
gsensor_int1 =
|
||||
gsensor_int2 =
|
||||
|
||||
[gsensor_list_para]
|
||||
gsensor_det_used = 0
|
||||
bma250 = 1
|
||||
mma8452 = 1
|
||||
mma7660 = 1
|
||||
mma865x = 1
|
||||
afa750 = 1
|
||||
lis3de_acc = 1
|
||||
lis3dh_acc = 1
|
||||
kxtik = 1
|
||||
dmard10 = 0
|
||||
dmard06 = 1
|
||||
mxc622x = 1
|
||||
fxos8700 = 1
|
||||
lsm303d = 1
|
||||
|
||||
[gps_para]
|
||||
gps_used = 0
|
||||
gps_spi_id = 2
|
||||
gps_spi_cs_num = 0
|
||||
gps_lradc = 1
|
||||
gps_clk = port:PI00<2><default><default><default>
|
||||
gps_sign = port:PI01<2><default><default><default>
|
||||
gps_mag = port:PI02<2><default><default><default>
|
||||
gps_vcc_en = port:PC22<1><default><default><0>
|
||||
gps_osc_en = port:PI14<1><default><default><0>
|
||||
gps_rx_en = port:PI15<1><default><default><0>
|
||||
|
||||
[wifi_para]
|
||||
wifi_used = 0
|
||||
wifi_sdc_id = 3
|
||||
wifi_usbc_id = 2
|
||||
wifi_usbc_type = 1
|
||||
wifi_mod_sel = 6
|
||||
wifi_power = ""
|
||||
rtk_rtl8723as_wl_dis = port:PH09<1><default><default><0>
|
||||
rtk_rtl8723as_bt_dis = port:PB05<1><default><default><0>
|
||||
rtk_rtl8723as_wl_host_wake = port:PH10<0><default><default><0>
|
||||
rtk_rtl8723as_bt_host_wake = port:PI21<0><default><default><0>
|
||||
ap6xxx_wl_regon = port:PH09<1><default><default><0>
|
||||
ap6xxx_wl_host_wake = port:PH10<0><default><default><0>
|
||||
ap6xxx_bt_regon = port:PB05<1><default><default><0>
|
||||
ap6xxx_bt_wake = port:PI20<1><default><default><0>
|
||||
ap6xxx_bt_host_wake = port:PI21<0><default><default><0>
|
||||
|
||||
[3g_para]
|
||||
3g_used = 0
|
||||
3g_usbc_num = 2
|
||||
3g_uart_num = 0
|
||||
3g_pwr =
|
||||
3g_wakeup =
|
||||
3g_int =
|
||||
|
||||
[gy_para]
|
||||
gy_used = 0
|
||||
gy_twi_id = 1
|
||||
gy_twi_addr = 0
|
||||
gy_int1 = port:PH18<6><1><default><default>
|
||||
gy_int2 = port:PH19<6><1><default><default>
|
||||
|
||||
[ls_para]
|
||||
ls_used = 0
|
||||
ls_twi_id = 1
|
||||
ls_twi_addr = 0
|
||||
ls_int = port:PH20<6><1><default><default>
|
||||
|
||||
[compass_para]
|
||||
compass_used = 0
|
||||
compass_twi_id = 1
|
||||
compass_twi_addr = 0
|
||||
compass_int = port:PI13<6><1><default><default>
|
||||
|
||||
[bt_para]
|
||||
bt_used = 0
|
||||
bt_uart_id = 2
|
||||
bt_wakeup = port:PI20<1><default><default><default>
|
||||
bt_gpio = port:PI21<1><default><default><default>
|
||||
bt_rst = port:PB05<1><default><default><default>
|
||||
|
||||
[i2s_para]
|
||||
i2s_used = 0
|
||||
i2s_channel = 2
|
||||
i2s_mclk = port:PB05<2><1><default><default>
|
||||
i2s_bclk = port:PB06<2><1><default><default>
|
||||
i2s_lrclk = port:PB07<2><1><default><default>
|
||||
i2s_dout0 = port:PB08<2><1><default><default>
|
||||
i2s_dout1 =
|
||||
i2s_dout2 =
|
||||
i2s_dout3 =
|
||||
i2s_din = port:PB12<2><1><default><default>
|
||||
|
||||
[spdif_para]
|
||||
spdif_used = 0
|
||||
spdif_mclk =
|
||||
spdif_dout = port:PB13<4><1><default><default>
|
||||
spdif_din =
|
||||
|
||||
[audio_para]
|
||||
audio_used = 1
|
||||
capture_used = 1
|
||||
audio_pa_ctrl = port:PH15<1><default><default><1>
|
||||
|
||||
[switch_para]
|
||||
switch_used = 0
|
||||
|
||||
[leds_para]
|
||||
leds_used = 1
|
||||
leds_num = 2
|
||||
leds_pin_1 = port:PH20<1><default><default><0>
|
||||
leds_name_1 = "green:ph20:led1"
|
||||
leds_default_1 = 1
|
||||
leds_trigger_1 = "mmc0"
|
||||
leds_pin_2 = port:PH21<1><default><default><0>
|
||||
leds_name_2 = "blue:ph21:led2"
|
||||
leds_default_2 = 0
|
||||
leds_trigger_2 = "heartbeat"
|
||||
|
||||
[ir_para]
|
||||
ir_used = 1
|
||||
ir_rx = port:PB04<2><default><default><default>
|
||||
|
||||
[pmu_para]
|
||||
pmu_used = 1
|
||||
pmu_twi_addr = 52
|
||||
pmu_twi_id = 0
|
||||
pmu_irq_id = 32
|
||||
pmu_battery_rdc = 120
|
||||
pmu_battery_cap = 2100
|
||||
pmu_init_chgcur = 300
|
||||
pmu_earlysuspend_chgcur = 600
|
||||
pmu_suspend_chgcur = 1000
|
||||
pmu_resume_chgcur = 300
|
||||
pmu_shutdown_chgcur = 1000
|
||||
pmu_init_chgvol = 4200
|
||||
pmu_init_chgend_rate = 15
|
||||
pmu_init_chg_enabled = 1
|
||||
pmu_init_adc_freq = 100
|
||||
pmu_init_adc_freqc = 100
|
||||
pmu_init_chg_pretime = 50
|
||||
pmu_init_chg_csttime = 720
|
||||
pmu_bat_para1 = 0
|
||||
pmu_bat_para2 = 0
|
||||
pmu_bat_para3 = 0
|
||||
pmu_bat_para4 = 0
|
||||
pmu_bat_para5 = 5
|
||||
pmu_bat_para6 = 11
|
||||
pmu_bat_para7 = 13
|
||||
pmu_bat_para8 = 15
|
||||
pmu_bat_para9 = 19
|
||||
pmu_bat_para10 = 32
|
||||
pmu_bat_para11 = 50
|
||||
pmu_bat_para12 = 58
|
||||
pmu_bat_para13 = 71
|
||||
pmu_bat_para14 = 81
|
||||
pmu_bat_para15 = 89
|
||||
pmu_bat_para16 = 100
|
||||
pmu_usbvol_limit = 1
|
||||
pmu_usbcur_limit = 0
|
||||
pmu_usbvol = 4000
|
||||
pmu_usbcur = 0
|
||||
pmu_usbvol_pc = 4200
|
||||
pmu_usbcur_pc = 0
|
||||
pmu_pwroff_vol = 3300
|
||||
pmu_pwron_vol = 2900
|
||||
pmu_pekoff_time = 6000
|
||||
pmu_pekoff_en = 1
|
||||
pmu_peklong_time = 1500
|
||||
pmu_pekon_time = 1000
|
||||
pmu_pwrok_time = 64
|
||||
pmu_pwrnoe_time = 2000
|
||||
pmu_intotp_en = 1
|
||||
pmu_used2 = 0
|
||||
pmu_adpdet = port:PH02<0><default><default><default>
|
||||
pmu_init_chgcur2 = 400
|
||||
pmu_earlysuspend_chgcur2 = 600
|
||||
pmu_suspend_chgcur2 = 1200
|
||||
pmu_resume_chgcur2 = 400
|
||||
pmu_shutdown_chgcur2 = 1200
|
||||
pmu_suspendpwroff_vol = 3500
|
||||
pmu_batdeten = 1
|
||||
|
||||
[recovery_key]
|
||||
key_min = 4
|
||||
key_max = 40
|
||||
|
||||
[dvfs_table]
|
||||
max_freq = 912000000
|
||||
min_freq = 400000000
|
||||
LV_count = 7
|
||||
LV1_freq = 1008000000
|
||||
LV1_volt = 1450
|
||||
LV2_freq = 912000000
|
||||
LV2_volt = 1400
|
||||
LV3_freq = 864000000
|
||||
LV3_volt = 1300
|
||||
LV4_freq = 720000000
|
||||
LV4_volt = 1200
|
||||
LV5_freq = 528000000
|
||||
LV5_volt = 1100
|
||||
LV6_freq = 312000000
|
||||
LV6_volt = 1050
|
||||
LV7_freq = 144000000
|
||||
LV7_volt = 1050
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
--- include/config_distro_defaults.h
|
||||
+++ include/config_distro_defaults.h
|
||||
@@ -53,4 +53,7 @@
|
||||
#define CONFIG_SUPPORT_RAW_INITRD
|
||||
#define CONFIG_SYS_HUSH_PARSER
|
||||
|
||||
+#define CONFIG_CMD_PART
|
||||
+#define CONFIG_PARTITION_UUIDS
|
||||
+
|
||||
#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */
|
|
@ -1,33 +1,56 @@
|
|||
# Template file for 'cubieboard2-uboot'
|
||||
pkgname=cubieboard2-uboot
|
||||
version=v2013.10
|
||||
revision=9
|
||||
wrksrc="u-boot-sunxi-${version/v/}-sunxi"
|
||||
hostmakedepends="sunxi-tools uboot-mkimage"
|
||||
short_desc="Cubieboard2 U-Boot files for SD booting"
|
||||
version=2015.01
|
||||
revision=2
|
||||
wrksrc="u-boot-${version}"
|
||||
hostmakedepends="bc git sunxi-tools uboot-mkimage"
|
||||
short_desc="U-Boot for cubieboard2"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/linux-sunxi/u-boot-sunxi"
|
||||
distfiles="https://github.com/linux-sunxi/u-boot-sunxi/archive/${version}-sunxi.tar.gz"
|
||||
checksum=a2a606939574795598d29f04852b1a40ddfcced96e9535d1d31fad30c68e0326
|
||||
homepage="http://www.denx.de/wiki/U-Boot/WebHome"
|
||||
distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||
checksum=383051a656ebe11757b17d38a3326387e4a1b0949ca8a9e8ee506bf71dac9fde
|
||||
|
||||
only_for_archs="armv7l"
|
||||
only_for_archs="armv7l armv7l-musl"
|
||||
|
||||
do_configure() {
|
||||
git clone https://github.com/linux-sunxi/sunxi-boards
|
||||
}
|
||||
do_build() {
|
||||
local _boards="Cubieboard2 Cubietruck"
|
||||
|
||||
unset CFLAGS CXXFLAGS LDFLAGS
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- Cubieboard2
|
||||
else
|
||||
make Cubieboard2
|
||||
fi
|
||||
mkimage -C none -A arm -T script -d ${FILESDIR}/cubieboard2.bootcmd boot.scr
|
||||
fex2bin ${FILESDIR}/cubieboard2.fex script.bin
|
||||
|
||||
for f in ${_boards}; do
|
||||
mkdir bin_${f}
|
||||
make distclean
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
make CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- ${f}_config
|
||||
make CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- ${makejobs}
|
||||
else
|
||||
make ${f}_config
|
||||
make ${makejobs}
|
||||
fi
|
||||
mv u-boot-sunxi-with-spl.bin bin_${f}
|
||||
done
|
||||
|
||||
mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d ${FILESDIR}/boot.txt boot.scr
|
||||
}
|
||||
do_install() {
|
||||
vmkdir boot
|
||||
vinstall bin_Cubieboard2/u-boot-sunxi-with-spl.bin 644 boot
|
||||
fex2bin sunxi-boards/sys_config/a20/cubieboard2.fex ${DESTDIR}/boot/script.bin
|
||||
vinstall ${FILESDIR}/boot.txt 644 boot
|
||||
vinstall boot.scr 644 boot
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall u-boot-sunxi-with-spl.bin 644 boot
|
||||
vinstall script.bin 644 boot
|
||||
vinstall boot.scr 644 boot
|
||||
vinstall ${FILESDIR}/cubieboard2.bootcmd 644 boot boot.cmd
|
||||
cubietruck-uboot_package() {
|
||||
short_desc="${short_desc/cubieboard2/cubietruck}"
|
||||
pkg_install () {
|
||||
vmkdir boot
|
||||
vinstall bin_Cubietruck/u-boot-sunxi-with-spl.bin 644 boot
|
||||
fex2bin sunxi-boards/sys_config/a20/cubietruck.fex ${DESTDIR}/boot/script.bin
|
||||
vinstall ${FILESDIR}/boot.txt 644 boot
|
||||
vinstall boot.scr 644 boot
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
cubieboard2-uboot
|
|
@ -1,9 +0,0 @@
|
|||
setenv bootargs console=tty1 root=/dev/mmcblk0p2 rootwait fb0_framebuffer_num=4 sunxi_fb_mem_reserve=64 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x720p60 panic=10 consoleblank=0
|
||||
# Old method
|
||||
fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin
|
||||
fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage
|
||||
bootm 0x48000000
|
||||
# New method (one partition)
|
||||
ext4load mmc 0 0x43000000 boot/script.bin
|
||||
ext4load mmc 0 0x48000000 boot/zImage
|
||||
bootz 0x48000000
|
File diff suppressed because it is too large
Load Diff
|
@ -1,35 +0,0 @@
|
|||
# Template file for 'cubietruck-uboot'
|
||||
pkgname=cubietruck-uboot
|
||||
version=2015.04
|
||||
revision=1
|
||||
wrksrc="u-boot-${version}"
|
||||
hostmakedepends="sunxi-tools uboot-mkimage"
|
||||
short_desc="Cubietruck U-Boot files for SD booting"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/RobertCNelson/u-boot"
|
||||
distfiles="https://codeload.github.com/RobertCNelson/u-boot/tar.gz/v${version}>u-boot-${version}.tar.gz"
|
||||
checksum=b7cc9d61eb958ed794918aef72a92f07f41315c164cd9ace5a6ca18e3db4b0e1
|
||||
|
||||
only_for_archs="armv7l"
|
||||
|
||||
do_build() {
|
||||
unset CFLAGS CXXFLAGS LDFLAGS
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- Cubietruck_config
|
||||
make CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
|
||||
else
|
||||
make Cubietruck_config
|
||||
make
|
||||
fi
|
||||
mkimage -C none -A arm -T script -d ${FILESDIR}/cubietruck.bootcmd boot.scr
|
||||
fex2bin ${FILESDIR}/cubietruck.fex script.bin
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall u-boot-sunxi-with-spl.bin 644 boot
|
||||
vinstall script.bin 644 boot
|
||||
vinstall boot.scr 644 boot
|
||||
vinstall ${FILESDIR}/cubietruck.bootcmd 644 boot boot.cmd
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'debootstrap'
|
||||
pkgname=debootstrap
|
||||
version=1.0.68
|
||||
version=1.0.70
|
||||
revision=1
|
||||
build_style=fetch
|
||||
depends="wget gnupg binutils"
|
||||
|
@ -10,7 +10,7 @@ license="custom"
|
|||
homepage="http://packages.qa.debian.org/d/debootstrap.html"
|
||||
distfiles="${DEBIAN_SITE}/main/d/${pkgname}/${pkgname}_${version}_all.deb
|
||||
${DEBIAN_SITE}/main/d/debian-archive-keyring/debian-archive-keyring_2014.3_all.deb"
|
||||
checksum="0e0b6c7e7580b706c3e235aed8d3aaaef46239a16e26a83ef23c2ae9df7ca85d
|
||||
checksum="8218a74e66afb796de53f27277065f8f727ff4b915ed06c37b12ab711a998454
|
||||
017a2fba215cd64612891f5aa02546be5c0e30923a66672f889867cc6dd8d3a0"
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,24 +1,21 @@
|
|||
# Template file for 'dejavu-fonts-ttf'
|
||||
pkgname=dejavu-fonts-ttf
|
||||
version=2.34
|
||||
revision=2
|
||||
version=2.35
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="font-util"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
short_desc="DejaVu family of TrueType fonts"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://dejavu-fonts.org/wiki/Main_Page"
|
||||
license="MIT, Public domain"
|
||||
distfiles="${SOURCEFORGE_SITE}/dejavu/$pkgname-$version.tar.bz2"
|
||||
checksum=d0a72c3ae99f5b8d7470daf091ec43f78dc942795aed5c996ab1aa678702eb5d
|
||||
|
||||
makedepends="font-util xbps-triggers"
|
||||
depends="${makedepends}"
|
||||
noarch="yes"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
checksum=f6d7965586101ff3a8a5c3ec503e082bb6a9604ff53413e10702e5917c194d88
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
install -m644 ttf/*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
||||
vmkdir etc/fonts/conf.avail
|
||||
install -m644 fontconfig/*.conf ${DESTDIR}/etc/fonts/conf.avail
|
||||
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dillo'
|
||||
pkgname=dillo
|
||||
version=3.0.4.1
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ssl --enable-ipv6 --enable-threaded-dns"
|
||||
conf_files="/etc/dillo/dillorc
|
||||
|
|
|
@ -1,24 +1,65 @@
|
|||
# Template file for 'dmenu'
|
||||
pkgname=dmenu
|
||||
version=4.5
|
||||
revision=9
|
||||
revision=10
|
||||
makedepends="libXinerama-devel $(vopt_if xft 'libXft-devel freetype-devel')"
|
||||
short_desc="A generic menu for X"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://tools.suckless.org/dmenu/"
|
||||
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz
|
||||
http://tools.suckless.org/dmenu/patches/dmenu-${version}-xft.diff"
|
||||
skip_extraction="${pkgname}-${version}-xft.diff"
|
||||
checksum="082cd698d82125ca0b3989006fb84ac4675c2a5585bf5bb8af0ea09cfb95a850
|
||||
efb4095d65e5e86f9dde97294732174409c24f319bdd4824cc22fa1404972b4f"
|
||||
distfiles="http://dl.suckless.org/tools/${pkgname}-${version}.tar.gz"
|
||||
checksum="082cd698d82125ca0b3989006fb84ac4675c2a5585bf5bb8af0ea09cfb95a850"
|
||||
|
||||
build_options="xft"
|
||||
build_options="xft fuzzymatch monarg mouse"
|
||||
desc_option_xft="Enable Xft font support"
|
||||
desc_option_fuzzymatch="Enable Fuzzymatch support"
|
||||
desc_option_monarg="Enable monitor argument support"
|
||||
desc_option_mouse="Enable mouse support"
|
||||
|
||||
if [ "$build_option_xft" ]; then
|
||||
distfiles+=" http://tools.suckless.org/dmenu/patches/dmenu-${version}-xft.diff"
|
||||
skip_extraction+=" ${pkgname}-${version}-xft.diff"
|
||||
checksum+=" efb4095d65e5e86f9dde97294732174409c24f319bdd4824cc22fa1404972b4f"
|
||||
fi
|
||||
|
||||
if [ "$build_option_fuzzymatch" ]; then
|
||||
distfiles+=" http://tools.suckless.org/dmenu/patches/${pkgname}-${version}-fuzzymatch.diff"
|
||||
skip_extraction+=" ${pkgname}-${version}-fuzzymatch.diff"
|
||||
checksum+=" f037978583a16b2dab554058b147c2dbdfc758472d2bc9e1f031b2b9c686c0ff"
|
||||
fi
|
||||
|
||||
if [ "$build_option_monarg" ]; then
|
||||
distfiles+=" http://tools.suckless.org/dmenu/patches/${pkgname}-${version}-monarg.diff"
|
||||
skip_extraction+=" ${pkgname}-${version}-monarg.diff"
|
||||
checksum+=" c30a4acd9202712c019de72f9c2832686e6e25ca0b939757e31c20b9c110008b"
|
||||
fi
|
||||
|
||||
if [ "$build_option_mouse" ]; then
|
||||
distfiles+=" http://tools.suckless.org/dmenu/patches/${pkgname}-${version}-mouse-support.diff"
|
||||
skip_extraction+=" ${pkgname}-${version}-mouse-support.diff"
|
||||
checksum+=" 8ac73e77abb7c5e60080abe892e2b4232c9370bff39e5548cf9a403cffe692c4"
|
||||
fi
|
||||
|
||||
## RIght now mouse && xft are incompatible
|
||||
|
||||
pre_build() {
|
||||
local srcdir="${XBPS_SRCDISTDIR}/${pkgname}-${version}/"
|
||||
if [ "$build_option_fuzzymatch" ]; then
|
||||
msg_normal "Applying fuzzymatch patches"
|
||||
patch -p2 < "$srcdir/${pkgname}-${version}-fuzzymatch.diff"
|
||||
echo '#include "fuzzymatch.c"' >> dmenu.c
|
||||
fi
|
||||
if [ "$build_option_xft" ]; then
|
||||
patch -Np1 -i ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}-xft.diff
|
||||
msg_normal "Applying xft patches"
|
||||
patch -p1 < "$srcdir/${pkgname}-${version}-xft.diff"
|
||||
fi
|
||||
if [ "$build_option_mouse" ]; then
|
||||
msg_normal "Applying mouse patches"
|
||||
patch -p1 < "$srcdir/${pkgname}-${version}-mouse-support.diff"
|
||||
fi
|
||||
if [ "$build_option_monarg" ]; then
|
||||
msg_normal "Applying monarg patches"
|
||||
patch -p1 < "$srcdir/${pkgname}-${version}-monarg.diff"
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -35,5 +76,5 @@ do_build() {
|
|||
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
# Template file for 'kirkwood-uboot'
|
||||
pkgname=dockstar-uboot
|
||||
version=2014.04.R4
|
||||
revision=1
|
||||
wrksrc="u-boot-${version##*.}"
|
||||
only_for_archs="armv5tel"
|
||||
short_desc="(archlinuxarm) u-boot compiled for dockstar"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/archlinuxarm/u-boot"
|
||||
distfiles="https://github.com/archlinuxarm/u-boot/archive/${version##*.}.tar.gz http://archlinuxarm.org/os/armv5te/boot/dockstar/uboot-dockstar.env"
|
||||
checksum="22492ec730f0e91e4f732d8793cea39fb5945386eb46e86f3d8446978361c551 ec6522fdb74a41bc2b6f301729c421c9600be1a479bf7932405b39d2f459ada7"
|
||||
skip_extraction="uboot-dockstar.env"
|
||||
|
||||
do_configure() {
|
||||
make dockstar_config
|
||||
}
|
||||
do_build() {
|
||||
unset CFLAGS CXXFLAGS LDFLAGS
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make CROSS_COMPILE=${XBPS_CROSS_TRIPLET}- u-boot.kwb
|
||||
else
|
||||
make u-boot.kwb
|
||||
fi
|
||||
dd if=u-boot.kwb of=uboot-dockstar.kwb bs=512k conv=sync
|
||||
}
|
||||
do_install() {
|
||||
local srcdir="$XBPS_SRCDISTDIR/$pkgname-$version"
|
||||
vinstall uboot-dockstar.kwb 755 boot
|
||||
vinstall ${srcdir}/uboot-dockstar.env 644 boot
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
ignore="*rc[0-9]"
|
|
@ -0,0 +1 @@
|
|||
dtc
|
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'dtc'
|
||||
pkgname=dtc
|
||||
version=1.4.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git flex bison"
|
||||
short_desc="Device Tree Compiler"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.devicetree.org/Device_Tree_Compiler"
|
||||
CFLAGS="-fPIC"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone --branch v${version} ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
dtc-devel_package() {
|
||||
depends="dtc>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/libfdt.so"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,155 @@
|
|||
# We were using glob() to do tilde-expansion on filenames, but it caused
|
||||
# a couple problems, one of which is that the package won't build
|
||||
# under musl. Fix submitted by Karl Dahlke post-release, and modified
|
||||
# by Chris Brannon so that it would apply against 3.5.4 sources.
|
||||
# This goes away with the next release.
|
||||
diff --git src/messages.c src/messages.c
|
||||
index 755b153..3dc2aac 100644
|
||||
--- src/messages.c
|
||||
+++ src/messages.c
|
||||
@@ -412,7 +412,7 @@ static const char *englishMessages[] = {
|
||||
"cannot read the contents of %s",
|
||||
"cannot access %s",
|
||||
"$%s is not defined",
|
||||
- 0,
|
||||
+ "~%s is not defined",
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
@@ -1075,7 +1075,7 @@ static const char *frenchMessages[] = {
|
||||
"impossible de lire le contenu de %s",
|
||||
"impossible d'accéder à %s",
|
||||
"$%s n'est pas définie",
|
||||
- 0,
|
||||
+ "~%s n'est pas définie",
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
@@ -1738,7 +1738,7 @@ static const char *brazilianPortugueseMessages[] = {
|
||||
"impossível ler o conteúdo do %s",
|
||||
"impossível acessar %s",
|
||||
"$%s não definida",
|
||||
- 0,
|
||||
+ "~%s não definida",
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
@@ -2401,7 +2401,7 @@ static const char *polishMessages[] = {
|
||||
"nie można wczytać zawartości %s",
|
||||
"nie można odczytać %s",
|
||||
"$%s nie jest ustawiona",
|
||||
- 0,
|
||||
+ "~%s nie jest ustawiona",
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
@@ -3064,7 +3064,7 @@ static const char *germanMessages[] = {
|
||||
"kann Inhalt von %s nicht lesen",
|
||||
"kann auf %s nicht zugreifen",
|
||||
"$%s ungültige",
|
||||
- 0,
|
||||
+ "~%s ungültige",
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
diff --git src/messages.h src/messages.h
|
||||
index 62652a8..4ae61bc 100644
|
||||
--- src/messages.h
|
||||
+++ src/messages.h
|
||||
@@ -412,7 +412,7 @@ enum {
|
||||
MSG_NoRead2,
|
||||
MSG_NoAccess,
|
||||
MSG_NoEnvVar,
|
||||
- MSG_NotUsed415,
|
||||
+ MSG_NoTilde,
|
||||
MSG_NotUsed416,
|
||||
MSG_NotUsed417,
|
||||
MSG_NotUsed418,
|
||||
diff --git src/stringfile.c src/stringfile.c
|
||||
index ecc2cfc..195912c 100644
|
||||
--- src/stringfile.c
|
||||
+++ src/stringfile.c
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <glob.h>
|
||||
#include <dirent.h>
|
||||
#include <netdb.h>
|
||||
+#include <pwd.h>
|
||||
|
||||
/*********************************************************************
|
||||
Allocate and manage memory.
|
||||
@@ -1144,22 +1145,62 @@ bool sortedDirList(const char *dir, struct lineMap **map_p, int *count_p)
|
||||
static bool envExpand(const char *line, const char **expanded)
|
||||
{
|
||||
const char *s;
|
||||
- const char *v;
|
||||
char *t;
|
||||
- bool inbrace;
|
||||
+ const char *v; /* result of getenv call */
|
||||
+ bool inbrace; /* ${foo} */
|
||||
+ struct passwd *pw;
|
||||
+ const char *udir; /* user directory */
|
||||
int l;
|
||||
static char varline[ABSPATH];
|
||||
char var1[40];
|
||||
|
||||
/* quick check */
|
||||
- if (!strchr(line, '$')) {
|
||||
+ if (line[0] != '~' && !strchr(line, '$')) {
|
||||
*expanded = line;
|
||||
return true;
|
||||
}
|
||||
|
||||
/* ok, need to crunch along */
|
||||
t = varline;
|
||||
- for (s = line; *s; ++s) {
|
||||
+ s = line;
|
||||
+
|
||||
+ if (line[0] != '~')
|
||||
+ goto dollars;
|
||||
+
|
||||
+ l = 0;
|
||||
+ for (s = line + 1; isalnum(*s) || *s == '_'; ++s)
|
||||
+ ++l;
|
||||
+ if (l >= sizeof(var1) || isdigit(line[1]) || *s && *s != '/') {
|
||||
+/* invalid syntax, put things back */
|
||||
+ s = line;
|
||||
+ goto dollars;
|
||||
+ }
|
||||
+
|
||||
+ udir = 0;
|
||||
+ strncpy(var1, line + 1, l);
|
||||
+ var1[l] = 0;
|
||||
+ if (l) {
|
||||
+ pw = getpwnam(var1);
|
||||
+ if (!pw) {
|
||||
+ setError(MSG_NoTilde, var1);
|
||||
+ return false;
|
||||
+ }
|
||||
+ if (pw->pw_dir && *pw->pw_dir)
|
||||
+ udir = pw->pw_dir;
|
||||
+ } else
|
||||
+ udir = home;
|
||||
+ if (!udir) {
|
||||
+ s = line;
|
||||
+ goto dollars;
|
||||
+ }
|
||||
+ l = strlen(udir);
|
||||
+ if (l >= sizeof(varline))
|
||||
+ goto longline;
|
||||
+ strcpy(varline, udir);
|
||||
+ t = varline + l;
|
||||
+
|
||||
+dollars:
|
||||
+ for (; *s; ++s) {
|
||||
if (t - varline == ABSPATH - 1) {
|
||||
longline:
|
||||
setError(MSG_ShellLineLong);
|
||||
@@ -1235,7 +1276,7 @@ bool envFile(const char *line, const char **expanded)
|
||||
return false;
|
||||
|
||||
/* expanded the environment variables, if any, now time to glob */
|
||||
- flags = (GLOB_NOSORT | GLOB_TILDE_CHECK);
|
||||
+ flags = GLOB_NOSORT;
|
||||
rc = glob(varline, flags, NULL, &g);
|
||||
|
||||
if (rc == GLOB_NOMATCH) {
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'edbrowse'
|
||||
pkgname=edbrowse
|
||||
version=3.5.3
|
||||
revision=3
|
||||
version=3.5.4
|
||||
revision=2
|
||||
hostmakedepends="unzip pkg-config"
|
||||
makedepends="mozjs24-devel libressl-devel pcre-devel libcurl-devel readline-devel"
|
||||
short_desc="Line-oriented text editor and web browser similar to ed(1)"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://the-brannons.com/edbrowse/"
|
||||
distfiles="http://the-brannons.com/${pkgname}/${pkgname}-${version}.zip"
|
||||
checksum=fae06a147a9661fe446e47b1ba68cd680e5eb0b5e71fae1fb6952d8c646835d5
|
||||
homepage="http://edbrowse.org/"
|
||||
distfiles="http://edbrowse.org/${pkgname}-${version}.zip"
|
||||
checksum=9b8ef8c8b83a207f59999e9117b1f1f09ca498ccd08811782dd4d42081679225
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} -C src JS_CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/mozjs-24"
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'engrampa'
|
||||
pkgname=engrampa
|
||||
version=1.8.1
|
||||
revision=1
|
||||
version=1.10.0
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel"
|
||||
makedepends="gtk+-devel libcaja-devel libarchive-devel libSM-devel json-glib-devel"
|
||||
makedepends="file-devel gtk+-devel libcaja-devel libarchive-devel libSM-devel json-glib-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Archive manipulator for MATE"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=f8c541de364352005b2f4a100140197a2190269d3dbffe032e284a98478f1be7
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=9afabd6d1a8a786ebefc30c8c2e01e3457e71de52927b1c089d4e483c027d932
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'eom'
|
||||
pkgname=eom
|
||||
version=1.8.1
|
||||
revision=1
|
||||
version=1.10.0
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-python"
|
||||
hostmakedepends="pkg-config intltool itstool"
|
||||
configure_args="--with-gtk=2.0 --disable-python $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool itstool mate-common $(vopt_if gir gobject-introspection)"
|
||||
makedepends="gtk+-devel dbus-glib-devel exempi-devel lcms2-devel libexif-devel
|
||||
libjpeg-turbo-devel librsvg-devel mate-desktop-devel startup-notification-devel
|
||||
mate-icon-theme"
|
||||
|
@ -13,8 +13,11 @@ short_desc="An image viewing and cataloging program for MATE"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=8f615e93b8ec2172222c3a162bd054b6f2483a9d4507542f1873efda5c575306
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
||||
eom-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=2.6.3
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Decoding, encoding and streaming software"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'firefox'.
|
||||
pkgname=firefox
|
||||
version=38.0.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="mozilla-release"
|
||||
short_desc="Lightweight gecko-based web browser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'flake8'
|
||||
pkgname=flake8
|
||||
version=2.4.0
|
||||
version=2.4.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
|
@ -12,8 +12,12 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://gitlab.com/pycqa/flake8"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
|
||||
checksum=d26a9d0252da9f831b8277b824961bb10b1f9d79f4752d32e4814b7bcd1e089b
|
||||
checksum=2e7ebbe59d8c85e626e36d99f0db2f578394313d3f7ce9dc9f1da57ef6cd7537
|
||||
|
||||
pre_build() {
|
||||
# allow pep8 1.6.2, patched
|
||||
sed -i '/pep8/s|, != 1.6.2||' setup.py
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gawk'
|
||||
pkgname=gawk
|
||||
version=4.1.2
|
||||
version=4.1.3
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.gnu.org/directory/GNU/gawk.html"
|
||||
distfiles="http://ftp.gnu.org/gnu/gawk/gawk-${version}.tar.gz"
|
||||
checksum=3b4d1a537f91c75832c0adcf507bd3be0660cdd14c5405b54d33e000bdd8a415
|
||||
checksum=524effa5b9ecd4ed940f2581c5d3c1df4e4bd7e6f768aa033c1916f47dfc6e29
|
||||
|
||||
lib32disabled=yes
|
||||
provides="awk-0_1"
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- os_dep.c
|
||||
+++ os_dep.c
|
||||
@@ -26,7 +26,7 @@
|
||||
# define __KERNEL__
|
||||
# include <asm/signal.h>
|
||||
# undef __KERNEL__
|
||||
-# else
|
||||
+# elif defined(__GLIBC__)
|
||||
/* Kernels prior to 2.1.1 defined struct sigcontext_struct instead of */
|
||||
/* struct sigcontext. libc6 (glibc2) uses "struct sigcontext" in */
|
||||
/* prototypes, so we have to include the top-level sigcontext.h to */
|
|
@ -5,6 +5,10 @@ revision=1
|
|||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config libtool"
|
||||
makedepends="libatomic_ops-devel"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
CFLAGS='-D_GNU_SOURCE -DNO_GETCONTEXT -DUSE_MMAP'
|
||||
esac
|
||||
short_desc="A garbage collector for C and C++"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.hboehm.info/gc/"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gettext'
|
||||
pkgname=gettext
|
||||
version=0.19.4
|
||||
revision=6
|
||||
revision=9
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||
|
@ -25,6 +25,14 @@ if [ "$CROSS_BUILD" ]; then
|
|||
}
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
# Fix conflict with musl.
|
||||
if [ -e ${DESTDIR}/usr/include/libintl.h ]; then
|
||||
vmkdir usr/include/gettext
|
||||
mv ${DESTDIR}/usr/include/libintl.h ${DESTDIR}/usr/include/gettext/libintl.h
|
||||
fi
|
||||
}
|
||||
|
||||
gettext-devel-examples_package() {
|
||||
noarch=yes
|
||||
short_desc+=" - examples for development"
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'glances'
|
||||
pkgname=glances
|
||||
version=2.3
|
||||
version=2.4.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="Glances-${version}"
|
||||
build_style="python-module"
|
||||
pycompile_module="glances"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="${hostmakedepends} python-psutil"
|
||||
conf_files="/etc/glances/glances.conf"
|
||||
pycompile_module="glances"
|
||||
short_desc="Cross-platform curses-based monitoring tool"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/nicolargo/glances"
|
||||
license="LGPL-3"
|
||||
short_desc="Cross-platform curses-based monitoring tool"
|
||||
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
||||
checksum=b56bb17505b72862358b2d31b6b9a7c0f9045105454d1de0ffed416ad2883612
|
||||
checksum=31e42b4c54fa314d19d5ecc1e724369e26f133ed9c3bff836eec51ee5231eb52
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnubg'
|
||||
pkgname=gnubg
|
||||
version=1.05.000
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
configure_args="--enable-simd=sse2"
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
--- ext/vp8/gstvp8utils.h 2015-04-21 03:31:33.134952881 +0300
|
||||
+++ ext/vp8/gstvp8utils.h 2015-04-21 03:32:45.553520671 +0300
|
||||
@@ -25,23 +25,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
-/* Some compatibility defines for older libvpx versions */
|
||||
-#ifndef VPX_IMG_FMT_I420
|
||||
-#define VPX_IMG_FMT_I420 IMG_FMT_I420
|
||||
-#endif
|
||||
-
|
||||
-#ifndef VPX_PLANE_Y
|
||||
-#define VPX_PLANE_Y PLANE_Y
|
||||
-#endif
|
||||
-
|
||||
-#ifndef VPX_PLANE_U
|
||||
-#define VPX_PLANE_U PLANE_U
|
||||
-#endif
|
||||
-
|
||||
-#ifndef VPX_PLANE_V
|
||||
-#define VPX_PLANE_V PLANE_V
|
||||
-#endif
|
||||
-
|
||||
const char * gst_vpx_error_name (vpx_codec_err_t status);
|
||||
|
||||
G_END_DECLS
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gst-plugins-bad'.
|
||||
pkgname=gst-plugins-bad
|
||||
version=0.10.23
|
||||
revision=10
|
||||
revision=11
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-experimental --disable-static"
|
||||
hostmakedepends="pkg-config intltool glib-devel"
|
||||
hostmakedepends="automake libtool pkg-config intltool glib-devel"
|
||||
makedepends="libpng-devel alsa-lib-devel celt-devel libressl-devel
|
||||
gst-plugins-base-devel libdca-devel orc-devel libmms-devel exempi-devel
|
||||
libexif-devel libmpcdec-devel faac-devel SDL-devel libpng-devel
|
||||
|
@ -21,6 +21,10 @@ homepage="http://gstreamer.freedesktop.org"
|
|||
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=03cf0786391c64625569072e904082a08861f05a63d64b2f8e8dad3f26d81bf9
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
gst-plugins-bad-devel_package() {
|
||||
depends="gst-plugins-base-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gst-plugins-good1'.
|
||||
pkgname=gst-plugins-good1
|
||||
version=1:1.4.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname/1/}-${version#*:}"
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'hunspell-en_US'
|
||||
pkgname=hunspell-en_US
|
||||
version=2015.04.24
|
||||
revision=2
|
||||
version=2015.05.18
|
||||
revision=1
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="http://wordlist.aspell.net/dicts"
|
||||
license="SCOWL"
|
||||
|
@ -9,7 +9,7 @@ noarch=yes
|
|||
hostmakedepends="unzip"
|
||||
short_desc="American English en_US dictionary for hunspell"
|
||||
distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
|
||||
checksum=bfe504ec824dc2f6da80cb3034f177cebbf9a3421bb3330048d6a28f40b8fa03
|
||||
checksum=ddea773af2f73cb6d00eb30cbadca2e8dbd86205bb1585c1ea455fbf90fde3e6
|
||||
create_wrksrc=yes
|
||||
|
||||
do_install(){
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'i3lock'
|
||||
pkgname=i3lock
|
||||
version=2.6
|
||||
revision=2
|
||||
version=2.7
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
|
||||
xcb-util-devel xcb-util-image-devel"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="http://i3wm.org/i3lock/"
|
||||
distfiles="http://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
|
||||
checksum=c02d899fefc66bc36e47b305251363861400541f3925a21a94c66cee9055402a
|
||||
checksum=6882183ed0eca439e3ad1ae3e9d48b4d0a0b6f075e3850b46bf84aec97538fe2
|
||||
|
||||
do_build() {
|
||||
make CC=$CC ${makejobs}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'id3lib'
|
||||
pkgname=id3lib
|
||||
version=3.8.3
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool automake"
|
||||
makedepends="zlib-devel"
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'ipset'
|
||||
pkgname=ipset
|
||||
version=6.24
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-kmod=no --sbindir=/usr/bin"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libmnl-devel"
|
||||
short_desc="Administration tool for IP sets"
|
||||
maintainer="beefcurtains <beefcurtains@users.noreply.github.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://ipset.netfilter.org/"
|
||||
distfiles="${homepage}${pkgname}-${version}.tar.bz2"
|
||||
checksum=3071fc283f00a6472b5b352ef57f9825c9face70dda5b0d8715f8d43d0e995d0
|
||||
|
||||
libipset_package() {
|
||||
short_desc+=" - library files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
libipset-devel_package() {
|
||||
depends="lib${pkgname}>=${version}_${revision} ${makedepends}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
kirkwood-kernel/
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,159 @@
|
|||
# Template file for 'kirkwood-kernel'
|
||||
pkgname=kirkwood-kernel
|
||||
version=4.0.4
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
homepage="http://www.kernel.org/"
|
||||
license="GPL-2"
|
||||
short_desc="The Linux kernel and modules for kirkwood"
|
||||
distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz
|
||||
http://www.arm.linux.org.uk/developer/machines/download.php>mach-types
|
||||
https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/master/core/linux-kirkwood/archlinuxarm.patch"
|
||||
skip_extraction="mach-types archlinuxarm.patch"
|
||||
checksum="30651ccd2cdf01ea2215cd39a94d9b684c1b3a681120f33e6605b467fe41b4c8
|
||||
fe00141a8b03349c533647fbf707007d8a5a544203359ab8e33bd3cc399e9cf5
|
||||
b2dc1d470d246817b23ce4ac62913707af8ee2eae3003da645eb42668729c328"
|
||||
|
||||
nodebug=yes
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
noshlibprovides=yes
|
||||
|
||||
only_for_archs="armv5tel"
|
||||
hostmakedepends="perl kmod uboot-mkimage libressl-openssl bc"
|
||||
makedepends="ncurses-devel"
|
||||
triggers="kernel-hooks"
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
# These files could be modified when an external module is built.
|
||||
mutable_files="
|
||||
/usr/lib/modules/${_kernver}/modules.builtin.bin
|
||||
/usr/lib/modules/${_kernver}/modules.softdep
|
||||
/usr/lib/modules/${_kernver}/modules.dep
|
||||
/usr/lib/modules/${_kernver}/modules.dep.bin
|
||||
/usr/lib/modules/${_kernver}/modules.symbols
|
||||
/usr/lib/modules/${_kernver}/modules.symbols.bin
|
||||
/usr/lib/modules/${_kernver}/modules.alias
|
||||
/usr/lib/modules/${_kernver}/modules.alias.bin
|
||||
/usr/lib/modules/${_kernver}/modules.devname"
|
||||
|
||||
post_extract() {
|
||||
local srcdir="$XBPS_SRCDISTDIR/$pkgname-$version"
|
||||
cp "${srcdir}/mach-types" arch/arm/tools
|
||||
patch -p1 < "${srcdir}/archlinuxarm.patch"
|
||||
}
|
||||
do_configure() {
|
||||
cp ${FILESDIR}/kirkwood-config .config
|
||||
|
||||
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
||||
sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config
|
||||
}
|
||||
do_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
||||
fi
|
||||
make ${makejobs} ${_args} ARCH=arm prepare
|
||||
make ${makejobs} ${_args} ARCH=arm uImage modules
|
||||
}
|
||||
|
||||
do_install() {
|
||||
local hdrdest
|
||||
|
||||
# Run depmod after compressing modules.
|
||||
sed -i '2iexit 0' scripts/depmod.sh
|
||||
|
||||
# Install kernel, firmware and modules
|
||||
make ${makejobs} ARCH=arm INSTALL_MOD_PATH=${DESTDIR} modules_install
|
||||
|
||||
vmkdir boot
|
||||
mv arch/arm/boot/uImage ${DESTDIR}/boot
|
||||
|
||||
hdrdest=${DESTDIR}/usr/src/${sourcepkg}-headers-${_kernver}
|
||||
|
||||
# Switch to /usr.
|
||||
vmkdir usr
|
||||
mv ${DESTDIR}/lib ${DESTDIR}/usr
|
||||
|
||||
cd ${DESTDIR}/usr/lib/modules/${_kernver}
|
||||
rm -f source build
|
||||
ln -sf ../../../src/${sourcepkg}-headers-${_kernver} build
|
||||
|
||||
cd ${wrksrc}
|
||||
# Install required headers to build external modules
|
||||
install -Dm644 Makefile ${hdrdest}/Makefile
|
||||
install -Dm644 kernel/Makefile ${hdrdest}/kernel/Makefile
|
||||
install -Dm644 .config ${hdrdest}/.config
|
||||
mkdir -p ${hdrdest}/include
|
||||
|
||||
# Remove firmware stuff provided by the "linux-firmware" pkg.
|
||||
rm -rf ${DESTDIR}/usr/lib/firmware
|
||||
|
||||
for i in acpi asm-generic config crypto drm generated linux math-emu \
|
||||
media net pcmcia scsi sound trace uapi video xen; do
|
||||
[ -d include/$i ] && cp -a include/$i ${hdrdest}/include
|
||||
done
|
||||
|
||||
cd ${wrksrc}
|
||||
# Copy files necessary for later builds.
|
||||
cp Module.symvers ${hdrdest}
|
||||
cp -a scripts ${hdrdest}
|
||||
|
||||
# fix permissions on scripts dir
|
||||
chmod og-w -R ${hdrdest}/scripts
|
||||
|
||||
# copy arch includes for external modules
|
||||
mkdir -p ${hdrdest}/arch/arm/mach-kirkwood
|
||||
cp -a arch/arm/include ${hdrdest}/arch/arm
|
||||
|
||||
mkdir -p ${hdrdest}/arch/arm/kernel
|
||||
|
||||
cp arch/arm/Makefile ${hdrdest}/arch/arm
|
||||
cp arch/arm/kernel/asm-offsets.s ${hdrdest}/arch/arm/kernel
|
||||
|
||||
# Add docbook makefile
|
||||
install -Dm644 Documentation/DocBook/Makefile \
|
||||
${hdrdest}/Documentation/DocBook/Makefile
|
||||
|
||||
# Add md headers
|
||||
mkdir -p ${hdrdest}/drivers/md
|
||||
cp drivers/md/*.h ${hdrdest}/drivers/md
|
||||
|
||||
# Add inotify.h
|
||||
mkdir -p ${hdrdest}/include/linux
|
||||
cp include/linux/inotify.h ${hdrdest}/include/linux
|
||||
|
||||
# Add wireless headers
|
||||
mkdir -p ${hdrdest}/net/mac80211/
|
||||
cp net/mac80211/*.h ${hdrdest}/net/mac80211
|
||||
|
||||
# Copy in Kconfig files
|
||||
for i in $(find . -name "Kconfig*"); do
|
||||
mkdir -p ${hdrdest}/$(echo $i | sed 's|/Kconfig.*||')
|
||||
cp $i ${hdrdest}/$i
|
||||
done
|
||||
|
||||
# Remove unneeded architectures
|
||||
for arch in alpha arm26 avr32 blackfin cris frv h8300 \
|
||||
ia64 m* p* s* um v850 x86 xtensa; do
|
||||
rm -rf ${hdrdest}/arch/${arch}
|
||||
done
|
||||
|
||||
# Compress all modules with xz to save a few MBs.
|
||||
msg_normal "$pkgver: compressing kernel modules with gzip, please wait...\n"
|
||||
find ${DESTDIR} -name '*.ko' | xargs -n1 -P0 gzip -9
|
||||
|
||||
# ... and run depmod again.
|
||||
depmod -b ${DESTDIR}/usr -F System.map ${_kernver}
|
||||
}
|
||||
|
||||
kirkwood-kernel-headers_package() {
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
noshlibprovides=yes
|
||||
short_desc="The Linux kernel headers for the kirkwood platform"
|
||||
pkg_install() {
|
||||
vmove usr/src
|
||||
vmove usr/lib/modules/${_kernver}/build
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libbsd'
|
||||
pkgname=libbsd
|
||||
version=0.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Provides useful functions commonly found on BSD system"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -10,6 +10,15 @@ license="BSD"
|
|||
distfiles="http://libbsd.freedesktop.org/releases/libbsd-${version}.tar.xz"
|
||||
checksum=0f3b0e17e5c34c038126e0a04351b11e23c6101a7d0ce3beeab29bb6415c10bb
|
||||
|
||||
post_extract() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
sed -i '1i#include <fcntl.h>' src/flopen.c src/nlist.c
|
||||
sed -i '/#error/d' src/funopen.c
|
||||
sed -i 's,<a.out.h>,<linux/a.out.h>,g' src/nlist.c
|
||||
;;
|
||||
esac
|
||||
}
|
||||
libbsd-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libetonyek'
|
||||
pkgname=libetonyek
|
||||
version=0.1.1
|
||||
version=0.1.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Library to interpret and import Apple Keynote presentations"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="MPL"
|
||||
makedepends="libxml2-devel boost-devel libcppunit-devel librevenge-devel"
|
||||
makedepends="libxml2-devel boost-devel libcppunit-devel librevenge-devel glm"
|
||||
hostmakedepends="gperf pkg-config"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/libetonyek/"
|
||||
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.bz2"
|
||||
checksum=716edf726ba3896fe85eea9a75786948d5ddeda63a54c00f3308658cc3bbd9e4
|
||||
checksum=f3f9342a34514a02c8a8c6d2a7957ee29cdb94ee69c67fe37b214fba50f49abf
|
||||
|
||||
libetonyek-devel_package() {
|
||||
depends="libetonyek>=${version}_${revision} $makedepends"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libidn'.
|
||||
pkgname=libidn
|
||||
version=1.30
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-csharp --disable-java --disable-static --enable-threads=posix"
|
||||
hostmakedepends="perl pkg-config automake libtool gettext-devel"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ipset
|
|
@ -0,0 +1 @@
|
|||
ipset
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libmatekbd'
|
||||
pkgname=libmatekbd
|
||||
version=1.8.1
|
||||
revision=2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static"
|
||||
hostmakedepends="mate-common pkg-config intltool itstool glib-devel"
|
||||
|
@ -11,8 +11,8 @@ short_desc="MATE keyboard library"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=dce9704c73b31fbf1ef77e977d2a0d31ade137a549ecf209e6cf3cfe10b51749
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=09d9bb75d784083036e24a29120f5933f0dfdfe59050858dd353fd7572d7d2d1
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libmatemixer
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'libmatemixer'
|
||||
pkgname=libmatemixer
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="mate-common pkg-config intltool itstool"
|
||||
makedepends="alsa-lib-devel pulseaudio-devel"
|
||||
short_desc="MATE mixer library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a4edc285fa07e6f556a3d6e384c7535f26d3a0bbe1cdc56eadd4f0c034ee5551
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libmatemixer-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libmateweather'
|
||||
pkgname=libmateweather
|
||||
version=1.8.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --disable-python
|
||||
|
@ -12,8 +12,8 @@ short_desc="Provides access to weather information from the Internet for MATE"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=801ec5512e9099c39ce819a82e2dde62477a3783894a5e7fbfff3493d04607ba
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=4fc80145942781281efe99e17daef3d0947ae319771b2ab0a9b2a4559779484c
|
||||
|
||||
libmateweather-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.4.2
|
||||
version=1.5.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
short_desc="Multi-platform support library with a focus on asynchronous I/O"
|
||||
|
@ -10,7 +10,7 @@ build_style="gnu-configure"
|
|||
hostmakedepends="automake libtool pkg-config"
|
||||
homepage="http://libuv.org/"
|
||||
distfiles="http://libuv.org/dist/v${version}/libuv-v${version}.tar.gz"
|
||||
checksum=1006c4055cb3fb34293bb716be127d396550a68ac0bdfc21a6631c8d7a49ce0b
|
||||
checksum=9cc067435b0ce3aec0194e4f519939cfa4eb823d14dd38dbec014cd048cb817c
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
|
@ -1,30 +1,32 @@
|
|||
# Template file for 'libvpx'
|
||||
pkgname=libvpx
|
||||
version=1.3.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-v${version}"
|
||||
hostmakedepends="which perl yasm"
|
||||
short_desc="The VP8 Codec"
|
||||
version=1.4.0
|
||||
revision=2
|
||||
hostmakedepends="perl yasm"
|
||||
short_desc="The VP8/VP9 Codecs"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.webmproject.org"
|
||||
license="BSD"
|
||||
distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2"
|
||||
checksum=d3dcc8d84af51c6c382b214397c62402e37a799e8ebcda6f4217aef0010451a9
|
||||
distfiles="http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-${version}.tar.bz2"
|
||||
checksum=f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4
|
||||
|
||||
do_configure() {
|
||||
export LD="$CC" AS=
|
||||
export LD="$CC"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -e "s,generic-gnu,$XBPS_CROSS_TRIPLET," -i configure
|
||||
_cross="--target=$XBPS_CROSS_TRIPLET"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) _cross="--target=armv6-linux-gcc";;
|
||||
armv7*) _cross="--target=armv7-linux-gcc";;
|
||||
*) _cross="--target=generic-gnu";;
|
||||
esac
|
||||
fi
|
||||
CFLAGS+=" -fPIC"
|
||||
|
||||
./configure --enable-vp8 --enable-runtime-cpu-detect --enable-shared \
|
||||
./configure --enable-vp8 --enable-vp9 \
|
||||
--enable-runtime-cpu-detect --enable-shared \
|
||||
--enable-postproc --enable-pic --disable-install-docs \
|
||||
--disable-install-srcs --as=yasm ${_cross}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -17,8 +17,8 @@ noverifyrdeps=yes
|
|||
noshlibprovides=yes
|
||||
preserve=yes
|
||||
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
makedepends="bc perl kmod libressl-openssl"
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl armv7l armv7l-musl"
|
||||
hostmakedepends="bc perl kmod libressl-openssl uboot-mkimage"
|
||||
triggers="kernel-hooks"
|
||||
|
||||
_kernver="${version}_${revision}"
|
||||
|
@ -38,40 +38,60 @@ do_configure() {
|
|||
# If there's a file called <arch>-dotconfig, use it to
|
||||
# configure the kernel; otherwise use arch defaults and all stuff
|
||||
# as modules (defconfig+allmodconfig).
|
||||
local arch
|
||||
local arch _args
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) arch=i386;;
|
||||
x86_64*) arch=x86_64;;
|
||||
armv7*) arch=arm
|
||||
$XBPS_FETCH_CMD http://rcn-ee.com/deb/sid-armhf/v${version}-armv7-x2/patch-${version}-armv7-x2.diff.gz
|
||||
gunzip patch-${version}-armv7-x2.diff.gz
|
||||
patch -Np1 -i patch-${version}-armv7-x2.diff
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
||||
fi
|
||||
|
||||
if [ -f ${FILESDIR}/${arch}-dotconfig-custom ]; then
|
||||
msg_normal "Detected a custom .config file for your arch, using it.\n"
|
||||
cp -f ${FILESDIR}/${arch}-dotconfig-custom .config
|
||||
make ${makejobs} oldconfig
|
||||
make ${makejobs} ARCH=$arch ${_args} oldconfig
|
||||
elif [ -f ${FILESDIR}/${arch}-dotconfig ]; then
|
||||
msg_normal "Detected a .config file for your arch, using it.\n"
|
||||
cp -f ${FILESDIR}/${arch}-dotconfig .config
|
||||
make ${makejobs} oldconfig
|
||||
make ${makejobs} ARCH=$arch ${_args} oldconfig
|
||||
else
|
||||
msg_normal "Defaulting to 'defconfig and allmodconfig'.\n"
|
||||
make ${makejobs} defconfig
|
||||
make ${makejobs} allmodconfig
|
||||
make ${makejobs} ARCH=$arch ${_args} defconfig
|
||||
make ${makejobs} ARCH=$arch ${_args} allmodconfig
|
||||
fi
|
||||
# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.
|
||||
sed -i -e "s|^\(CONFIG_LOCALVERSION=\).*|\1\"_${revision}\"|" .config
|
||||
}
|
||||
do_build() {
|
||||
# Override EXTRAVERSION because we can't have dashes in kernel name
|
||||
make EXTRAVERSION=${_patchver} ${makejobs} prepare
|
||||
make EXTRAVERSION=${_patchver} ${makejobs} bzImage modules
|
||||
local arch _cross _args
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) _args="bzImage modules"; arch=i386;;
|
||||
x86_64*) _args="bzImage modules"; arch=x86_64;;
|
||||
armv7*) _args="zImage modules dtbs"; arch=arm;;
|
||||
esac
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
_cross="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
||||
fi
|
||||
|
||||
make ARCH=$arch ${_cross} ${makejobs} prepare
|
||||
make ARCH=$arch ${_cross} ${makejobs} ${_args}
|
||||
}
|
||||
do_install() {
|
||||
local arch hdrdest
|
||||
local arch _args hdrdest
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) arch=i386;;
|
||||
x86_64*) arch=x86_64;;
|
||||
armv7*) arch=arm;;
|
||||
esac
|
||||
|
||||
# Run depmod after compressing modules.
|
||||
|
@ -82,11 +102,19 @@ do_install() {
|
|||
|
||||
hdrdest=${DESTDIR}/usr/src/kernel-headers-${_kernver}
|
||||
|
||||
install -Dm644 .config ${DESTDIR}/boot/config-${_kernver}
|
||||
install -Dm644 arch/x86/boot/bzImage \
|
||||
${DESTDIR}/boot/vmlinuz-${_kernver}
|
||||
install -Dm644 System.map \
|
||||
${DESTDIR}/boot/System.map-${_kernver}
|
||||
vinstall .config 644 boot config-${_kernver}
|
||||
vinstall System.map 644 boot System.map-${_kernver}
|
||||
|
||||
case "$arch" in
|
||||
i386|x86_64)
|
||||
vinstall arch/x86/boot/bzImage 644 boot vmlinuz-${_kernver}
|
||||
;;
|
||||
arm)
|
||||
vinstall arch/arm/boot/zImage 644 boot
|
||||
vmkdir boot/dtbs
|
||||
cp arch/arm/boot/dts/*.dtb ${DESTDIR}/boot/dtbs
|
||||
;;
|
||||
esac
|
||||
|
||||
# Switch to /usr.
|
||||
vmkdir usr
|
||||
|
@ -113,19 +141,21 @@ do_install() {
|
|||
done
|
||||
|
||||
cd ${wrksrc}
|
||||
mkdir -p ${hdrdest}/arch/x86
|
||||
cp -a arch/x86/include ${hdrdest}/arch/x86
|
||||
mkdir -p ${hdrdest}/arch/${arch}
|
||||
cp -a arch/x86/include ${hdrdest}/arch/${arch}
|
||||
|
||||
# Copy files necessary for later builds, like nvidia and vmware
|
||||
cp Module.symvers ${hdrdest}
|
||||
cp -a scripts ${hdrdest}
|
||||
|
||||
mkdir -p ${hdrdest}/arch/x86/kernel
|
||||
cp arch/x86/Makefile ${hdrdest}/arch/x86
|
||||
mkdir -p ${hdrdest}/arch/${arch}/kernel
|
||||
cp arch/x86/Makefile ${hdrdest}/arch/${arch}
|
||||
if [ "$arch" = "i386" ]; then
|
||||
cp arch/x86/Makefile_32.cpu ${hdrdest}/arch/x86
|
||||
fi
|
||||
cp arch/x86/kernel/asm-offsets.s ${hdrdest}/arch/x86/kernel
|
||||
if [ "$arch" = "i386" -o "$arch" = "x86_64" ]; then
|
||||
cp arch/x86/kernel/asm-offsets.s ${hdrdest}/arch/x86/kernel
|
||||
fi
|
||||
|
||||
# add headers for lirc package
|
||||
# pci
|
||||
|
@ -194,8 +224,12 @@ do_install() {
|
|||
done
|
||||
|
||||
# Remove unneeded architectures
|
||||
for arch in alpha arm* avr32 blackfin cris frv h8300 \
|
||||
ia64 m* p* s* um v850 xtensa; do
|
||||
case "$arch" in
|
||||
i386|x86_64) _args="arm*";;
|
||||
arm) _args="x86*";;
|
||||
esac
|
||||
for arch in alpha avr32 blackfin cris frv h8300 \
|
||||
ia64 m* p* s* um v850 xtensa ${_args}; do
|
||||
rm -rf ${hdrdest}/arch/${arch}
|
||||
done
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ltrace'
|
||||
pkgname=ltrace
|
||||
version=0.7.3
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool git"
|
||||
makedepends="elfutils-devel"
|
||||
|
@ -11,10 +11,19 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://ltrace.alioth.debian.org/"
|
||||
license="GPL-2"
|
||||
|
||||
CFLAGS="-Wno-error"
|
||||
CFLAGS="-Wno-error -D_GNU_SOURCE"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b${version} git://anonscm.debian.org/collab-maint/ltrace.git ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
sed -i '/HOST_OS/s/linux-uclibc/linux-musl/g' configure.ac
|
||||
sed -i 's/REG_NOERROR/0/g' options.c glob.c
|
||||
sed -i -e '/error.h/d' -e 's/error(1, errno/err(1/' \
|
||||
read_config_file.c expr.c zero.c
|
||||
sed -i '1i#include <sys/types.h>' proc.h
|
||||
esac
|
||||
}
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lvm2'
|
||||
pkgname=lvm2
|
||||
version=2.02.119
|
||||
version=2.02.120
|
||||
revision=1
|
||||
wrksrc=LVM2.${version}
|
||||
build_style=gnu-configure
|
||||
|
@ -25,7 +25,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://sourceware.org/lvm2/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||
checksum=b4f56e48480cfe0fa55c49cd31602bfbd0c3d104dc8f1636f752b0562a139fa0
|
||||
checksum=8d6bd02f7d00315482538ece3e831cd81709c29d74ce71229c60192fb166081a
|
||||
|
||||
post_install() {
|
||||
if [ "$build_option_systemd" ]; then
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'marco'
|
||||
pkgname=marco
|
||||
version=1.8.3
|
||||
revision=2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-gtk=2.0 --enable-startup-notification --disable-schemas-compile"
|
||||
hostmakedepends="libtool pkg-config intltool itstool glib-devel gdk-pixbuf-devel zenity"
|
||||
|
@ -13,8 +13,8 @@ short_desc="A window manager for MATE"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=772244276e0844c4fb32e52440bbd5be2d7c12e8fe508d90114cdf864caaf437
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=8b61fc42a86a8a3a626b05d0e3435f4f47a5843bd0647b9fd4a9c5ab1239bc8a
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mate-applets'
|
||||
pkgname=mate-applets
|
||||
version=1.8.1
|
||||
revision=2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static
|
||||
--enable-networkmanager --enable-ipv6"
|
||||
|
@ -16,5 +16,5 @@ short_desc="Applets for MATE panel"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=6f1a88453e526a7ee67e14fa4d6b3dc74fb954a1465c7cb3a76f205389a2df83
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=93bb775907b161a1196f14fb16af4af83899f38dec8c3fa46a286c6858c3adf0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mate-backgrounds'
|
||||
pkgname=mate-backgrounds
|
||||
version=1.8.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -9,5 +9,5 @@ short_desc="Background images and data for MATE"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=c7e46f9c4456b5a4c602c11653912ca51b055f777934897f8baced8ce21d0b05
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mate-control-center'
|
||||
pkgname=mate-control-center
|
||||
version=1.8.3
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --disable-schemas-compile
|
||||
|
@ -15,8 +15,8 @@ short_desc="The Control Center for MATE"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=97bfb66ac0283dcdeae5ec0104ff83b8c644768f8e508b7d227e2a1139934e36
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=5c90325a7cae16c57971df7776031c10a0e71af4358acf83270afa03b446af3d
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}//usr/share/applications/mimeinfo.cache
|
||||
|
|
|
@ -1,19 +1,26 @@
|
|||
# Template file for 'mate-desktop'
|
||||
pkgname=mate-desktop
|
||||
version=1.8.2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --enable-mpaste
|
||||
--disable-schemas-compile --disable-desktop-docs"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel"
|
||||
--disable-schemas-compile $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="gtk+-devel dconf-devel libXrandr-devel startup-notification-devel"
|
||||
depends="dconf hicolor-icon-theme dejavu-fonts-ttf"
|
||||
short_desc="Library with common API for various MATE modules"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=0ed978e40b12d12cee2b9eb2457a9c9d43a15224ba18271494b1fde5f5bcf3cb
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=153b9636314b6271084320c69925f877c6a7b51f498bcb34e86eca962baa0b61
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
mate-desktop-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
# Template file for 'mate-dialogs'
|
||||
pkgname=mate-dialogs
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0"
|
||||
hostmakedepends="pkg-config intltool itstool"
|
||||
makedepends="gtk+-devel libnotify-devel"
|
||||
short_desc="Display graphical dialog boxes from shell scripts"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=1db39f743846377c1b5e065c1199285cd70509a26ae2fbdec0884b06f00bcbda
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'mate-extra'
|
||||
pkgname=mate-extra
|
||||
version=1.8.0
|
||||
revision=8
|
||||
version=1.10.0
|
||||
revision=2
|
||||
build_style=meta
|
||||
depends="
|
||||
atril>=${version}
|
||||
engrampa>=${version}
|
||||
eom>=${version}
|
||||
mate-applets>=${version}
|
||||
mate-icon-theme-faenza>=${version}
|
||||
mate-icon-theme-faenza>=1.8.0
|
||||
mate-media>=${version}
|
||||
mate-netspeed>=${version}
|
||||
mate-power-manager>=${version}
|
||||
|
@ -16,8 +16,8 @@ depends="
|
|||
mate-system-monitor>=${version}
|
||||
mate-terminal>=${version}
|
||||
mate-utils>=${version}
|
||||
mozo>=${version}
|
||||
pluma>=${version}
|
||||
mozo>=${version}
|
||||
yelp"
|
||||
short_desc="The MATE extras meta-package for Void Linux"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mate-icon-theme'
|
||||
pkgname=mate-icon-theme
|
||||
version=1.8.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -10,8 +10,8 @@ short_desc="MATE icon theme"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=e6b981f74e7e5faa9d3a3b64580b66a327737152c1a230608367e9fa7bb63eac
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=84b871065cce149aa0847075604fed20b6d8b0271330b66953c98d9582417cbd
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/share/icons/mate/icon-theme.cache
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mate-media'
|
||||
pkgname=mate-media
|
||||
version=1.8.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --enable-pulseaudio
|
||||
|
@ -8,11 +8,11 @@ configure_args="--with-gtk=2.0 --disable-static --enable-pulseaudio
|
|||
hostmakedepends="pkg-config intltool itstool"
|
||||
makedepends="gtk+-devel pulseaudio-devel libcanberra-devel libunique1-devel
|
||||
mate-desktop-devel libmarco-devel libmate-panel-devel mate-settings-daemon-devel
|
||||
libxml2-devel sound-theme-freedesktop"
|
||||
libxml2-devel sound-theme-freedesktop libmatemixer-devel"
|
||||
depends="sound-theme-freedesktop"
|
||||
short_desc="MATE Media Tools (pulseaudio)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=a264f9afcae7dff50aefb813616857db10ed62ac30c4071e690485ee9c6e5f61
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=c8e57bf169a2687319a6ddb1c6db6e256b9edeb15ce3a3cc2762a76c96ed18fc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mate-menus'
|
||||
pkgname=mate-menus
|
||||
version=1.8.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-python"
|
||||
|
@ -10,8 +10,8 @@ short_desc="MATE menu specifications"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=0610c1c5c2348e8bcd1dae7bed808c451917a69b31d4b80de2b2f6288005b43c
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=dc0832bdcc60354ccfc6e898cf167b7f45778825ef2011d7fe849c10ed0ae759
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'mate-netspeed'
|
||||
pkgname=mate-netspeed
|
||||
version=1.8.0
|
||||
revision=2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool itstool libxslt"
|
||||
makedepends="libSM-devel gtk+-devel libgtop-devel wireless_tools-devel libmate-panel-devel"
|
||||
makedepends="libSM-devel gtk+-devel libgtop-devel wireless_tools-devel libmate-panel-devel mate-desktop-devel"
|
||||
depends="hicolor-icon-theme"
|
||||
short_desc="A MATE applet that shows traffic stats on a specified network device"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=991be6016800ed4b7db35b5157f176fee033e376a9480a94ef5f5fce63c1759f
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=a579bd3fade179df792906871063b00dfef0dc95f4af53c1659115de388ebb19
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mate-notification-daemon'
|
||||
pkgname=mate-notification-daemon
|
||||
version=1.8.2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static"
|
||||
|
@ -11,5 +11,5 @@ short_desc="Notification daemon for MATE"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=b7714fbb22f98f4ced9932229d4d3c13b973f8ce5e69cd39352c6181b3d5d725
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=03438b0b9f67b5cef07193e36674ce08b621f598cf77fe0591983f3c007b58c0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mate-panel'
|
||||
pkgname=mate-panel
|
||||
version=1.8.1
|
||||
revision=2
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --disable-schemas-compile
|
||||
--enable-network-manager $(vopt_enable gir introspection)"
|
||||
|
@ -14,8 +14,8 @@ short_desc="The MATE Panel"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=d53d1546577db3e45ce6b46b4a40b2edc066781cc1e864eef47ad07b0fdb3f19
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=90a33ef0893ee36c2b42bf9565add8eb96e577730dfbc089b03e6c11deadb25a
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mate-polkit'
|
||||
pkgname=mate-polkit
|
||||
version=1.8.0
|
||||
revision=3
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
|
@ -10,8 +10,8 @@ short_desc="PolicyKit integration for the MATE desktop"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=bc01640c63f6248497ca78c3d8df8ff608d8bf1fbfce7c11416b014a109aeccd
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1ae3bbe5ddff6eab012c0b656082b07b2ad6618f3772d726a691afe0c4ea19b9
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'mate-power-manager'
|
||||
pkgname=mate-power-manager
|
||||
version=1.8.1
|
||||
revision=3
|
||||
version=1.10.0
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool itstool libtool glib-devel dbus-glib-devel mate-common"
|
||||
hostmakedepends="pkg-config intltool itstool libtool glib-devel dbus-glib-devel mate-common mate-desktop-devel"
|
||||
makedepends="gtk+-devel dbus-glib-devel libnotify-devel libunique1-devel
|
||||
upower0-devel libcanberra-devel libgnome-keyring-devel libmate-panel-devel"
|
||||
depends="dconf"
|
||||
|
@ -13,8 +13,8 @@ short_desc="Power management tool for the MATE desktop"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=6fa72d4e6a018a44144d06b68c8f67e067e3847ad83b4b8a8aaa0e2a8c9b6147
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=87269dcc821a27e6aac2cd529839be268dab8e47a190a6d158ab9c8e512291cf
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mate-screensaver'
|
||||
pkgname=mate-screensaver
|
||||
version=1.8.1
|
||||
version=1.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
|
@ -14,8 +14,8 @@ short_desc="Screensaver for MATE"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=a3dd1fe9e8d05b7815544fa186c43a35271dd8b512d6b0377038df02c28c9d62
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=4f087ebd386a5746f7cd8b84b9614cbcfccb664c976a9b359cdabd95802eba08
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/${pkgname}.pam 644 etc/pam.d ${pkgname}
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
--- tools/mate-session-inhibit.c.orig 2015-05-21 21:08:13.349790585 +0200
|
||||
+++ tools/mate-session-inhibit.c 2015-05-21 21:08:22.765889625 +0200
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <locale.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'mate-session-manager'
|
||||
pkgname=mate-session-manager
|
||||
version=1.8.2
|
||||
revision=1
|
||||
version=1.10.0
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
configure_args="--with-gtk=2.0 --disable-static
|
||||
$(vopt_enable '--enable-systemd' '--enable-upower')"
|
||||
$(vopt_if systemd '--enable-systemd' '--enable-upower')"
|
||||
hostmakedepends="pkg-config intltool itstool glib-devel"
|
||||
makedepends="gtk+-devel dbus-glib-devel libSM-devel libXtst-devel mate-desktop-devel
|
||||
mate-settings-daemon-devel mate-polkit-devel pangox-compat-devel
|
||||
|
@ -15,5 +15,5 @@ short_desc="The MATE Session Manager"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=6d6796cfca6b87c796e1093ea6dd16ef4897f4b29ecb78666e006f4f7395b3b2
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=4594d6a5120c75c3207f55f3bc8b2a944f0f753a30d33f8bab49fbe41ccf1715
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'mate-settings-daemon-gstreamer'
|
||||
pkgname=mate-settings-daemon-gstreamer
|
||||
version=1.8.3
|
||||
revision=1
|
||||
wrksrc=${pkgname%-*}-${version}/
|
||||
version=1.10.0
|
||||
revision=2
|
||||
wrksrc=${pkgname%-*}-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --enable-polkit
|
||||
--enable-gstreamer --disable-pulse"
|
||||
hostmakedepends="pkg-config intltool itstool dbus-glib-devel glib-devel"
|
||||
makedepends="gtk+-devel dbus-glib-devel fontconfig-devel libcanberra-devel
|
||||
libmatekbd-devel libnotify-devel libXt-devel polkit-devel nss-devel
|
||||
libXxf86misc-devel gst-plugins-base-devel mate-desktop-devel"
|
||||
libXxf86misc-devel gst-plugins-base-devel mate-desktop-devel libmatemixer-devel"
|
||||
short_desc="The MATE Settings daemon (gstreamer)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname%-*}-${version}.tar.xz"
|
||||
checksum=7bf8847be36175a5fe810e24ac680b5701bfa1194a19b63208605868ab51c8e0
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname%-*}-${version}.tar.xz"
|
||||
checksum=1b48af1044740b3fde9811b97b5573daec1386bf8d6c32c9e4133e79544f9669
|
||||
|
||||
provides="mate-settings-daemon-${version}_${revision}"
|
||||
replaces="mate-settings-daemon>=0"
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'mate-settings-daemon'
|
||||
pkgname=mate-settings-daemon
|
||||
version=1.8.3
|
||||
revision=1
|
||||
version=1.10.0
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0 --disable-static --enable-polkit
|
||||
--enable-pulse --disable-gstreamer"
|
||||
hostmakedepends="pkg-config intltool itstool dbus-glib-devel glib-devel"
|
||||
makedepends="gtk+-devel dbus-glib-devel fontconfig-devel libcanberra-devel
|
||||
libmatekbd-devel libnotify-devel libXt-devel polkit-devel nss-devel
|
||||
libXxf86misc-devel pulseaudio-devel mate-desktop-devel"
|
||||
libXxf86misc-devel pulseaudio-devel mate-desktop-devel libmatemixer-devel"
|
||||
depends="alsa-plugins-pulseaudio"
|
||||
short_desc="The MATE Settings daemon (pulseaudio)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=7bf8847be36175a5fe810e24ac680b5701bfa1194a19b63208605868ab51c8e0
|
||||
distfiles="http://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1b48af1044740b3fde9811b97b5573daec1386bf8d6c32c9e4133e79544f9669
|
||||
|
||||
mate-settings-daemon-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue