Merge branch 'master' of git://github.com/xtraeme/xbps-packages
* 'master' of git://github.com/xtraeme/xbps-packages: gnome-tweak-tool: update to 3.2.1. sqlite: update to 3.7.9. xf86-video-ati: update to 6.14.3.
This commit is contained in:
commit
f2ebc49078
3 changed files with 16 additions and 11 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'gnome-tweak-tool'
|
# Template file for 'gnome-tweak-tool'
|
||||||
pkgname=gnome-tweak-tool
|
pkgname=gnome-tweak-tool
|
||||||
version=3.2.0
|
version=3.2.1
|
||||||
revision=1
|
|
||||||
homepage="http://live.gnome.org/GnomeTweakTool"
|
homepage="http://live.gnome.org/GnomeTweakTool"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="GNOME3 tool to customize advanced options"
|
short_desc="GNOME3 tool to customize advanced options"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=69d48f842d84e023765134a90515613eda46d434b6cec33bf35eb2f31efc1f64
|
checksum=a91cd214e1c1638110e83745394ebd80937e3e4bcebe96cd3042ec99d7e4e044
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNOME tweak tool includes an utility to customize advanced options that
|
The GNOME tweak tool includes an utility to customize advanced options that
|
||||||
are hidden by default in GNOME3."
|
are hidden by default in GNOME3."
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'sqlite'.
|
# Template build file for 'sqlite'.
|
||||||
pkgname=sqlite
|
pkgname=sqlite
|
||||||
version=3.7.8
|
version=3.7.9
|
||||||
_amalgamationver=3070800
|
_amalgamationver=3070900
|
||||||
wrksrc=sqlite
|
wrksrc=sqlite
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
|
||||||
|
@ -9,7 +9,7 @@ short_desc="SQL Database Engine in a C Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.sqlite.org"
|
homepage="http://www.sqlite.org"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
checksum=fd8c7f70db7e06b51196efccb937f2a657abc7b27ef61fe3a7fb8e72ac4dfa32
|
checksum=7be6cdb375505e5d9a4aee88b2ddb6ea0d9d29c9545114ff77b345e1fa812439
|
||||||
long_desc="
|
long_desc="
|
||||||
SQLite is a C library that implements an SQL database engine. Programs
|
SQLite is a C library that implements an SQL database engine. Programs
|
||||||
that link with the SQLite library can have SQL database access without
|
that link with the SQLite library can have SQL database access without
|
||||||
|
@ -28,17 +28,24 @@ Add_dependency run readline
|
||||||
Add_dependency build readline-devel
|
Add_dependency build readline-devel
|
||||||
Add_dependency build tcl-devel
|
Add_dependency build tcl-devel
|
||||||
|
|
||||||
do_build()
|
do_configure()
|
||||||
{
|
{
|
||||||
export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
export CFLAGS="$XBPS_CFLAGS -DSQLITE_ENABLE_FTS3=1 \
|
||||||
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
|
-DSQLITE_ENABLE_COLUMN_METADATA=1 \
|
||||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
|
||||||
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}
|
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}
|
||||||
./configure ${CONFIGURE_SHARED_ARGS}
|
./configure ${CONFIGURE_SHARED_ARGS}
|
||||||
make ${makejobs}
|
|
||||||
|
|
||||||
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea
|
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea
|
||||||
./configure ${CONFIGURE_SHARED_ARGS} --with-system-sqlite
|
./configure ${CONFIGURE_SHARED_ARGS} --with-system-sqlite
|
||||||
|
}
|
||||||
|
|
||||||
|
do_build()
|
||||||
|
{
|
||||||
|
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}
|
||||||
|
make ${makejobs}
|
||||||
|
|
||||||
|
cd ${wrksrc}/sqlite-autoconf-${_amalgamationver}/tea
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template build file for 'xf86-video-ati'.
|
# Template build file for 'xf86-video-ati'.
|
||||||
pkgname=xf86-video-ati
|
pkgname=xf86-video-ati
|
||||||
version=6.14.2
|
version=6.14.3
|
||||||
revision=2
|
|
||||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Xorg ATI Radeon video driver"
|
short_desc="Xorg ATI Radeon video driver"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=017974b622eea3b4483405368492b0c6f178854a9b9753d50e13c578b8a328dc
|
checksum=844a2649eff6a3e92aff3e1837ea864f1561b4822b3e5d5ccb27b3b7fb8137b4
|
||||||
long_desc="
|
long_desc="
|
||||||
This is the video driver for ATI Radeon cards for the Xorg X11 server."
|
This is the video driver for ATI Radeon cards for the Xorg X11 server."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue