{chromium,wine}-unstable: required xbps-src>=11 to build.
This commit is contained in:
parent
0b2f801e1e
commit
c4914f3990
|
@ -2,7 +2,7 @@
|
|||
__pkgname=chromium
|
||||
pkgname=${__pkgname}-unstable
|
||||
version=17.0.916.0
|
||||
revision=4
|
||||
revision=5
|
||||
distfiles="http://build.chromium.org/official/${__pkgname}-$version.tar.bz2"
|
||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
|
@ -21,6 +21,7 @@ long_desc="
|
|||
|
||||
replaces="chromium>=0"
|
||||
provides="chromium-$version"
|
||||
build_requires=11
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ long_desc="${long_desc}
|
|||
This package contains the wine runtime."
|
||||
|
||||
only_for_archs=i686
|
||||
revision=1
|
||||
replaces="libwine>=0"
|
||||
provides="libwine-$version"
|
||||
conflicts="libwine>=0"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
__pkgname=wine
|
||||
pkgname=${__pkgname}-unstable
|
||||
version=1.3.33
|
||||
revision=1
|
||||
wrksrc=${__pkgname}-$version
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-x"
|
||||
|
@ -17,6 +18,7 @@ long_desc="
|
|||
Windows. (unstable)"
|
||||
|
||||
only_for_archs=i686
|
||||
build_requires=11
|
||||
replaces="wine>=0"
|
||||
provides="wine-$version"
|
||||
conflicts="wine>=0"
|
||||
|
|
|
@ -5,12 +5,10 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the wine runtime."
|
||||
|
||||
revision=5
|
||||
revision=6
|
||||
|
||||
only_for_archs=i686
|
||||
replaces="libwine-unstable>=0"
|
||||
provides="libwine-$version"
|
||||
conflicts="libwine-unstable>=0"
|
||||
replaces="libwine>=0"
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=1.2.3
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
homepage="http://www.winehq.org/"
|
||||
distfiles="http://ibiblio.org/pub/linux/system/emulators/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
|
@ -15,10 +15,7 @@ long_desc="
|
|||
Windows."
|
||||
|
||||
only_for_archs=i686
|
||||
replaces="wine-unstable>=0"
|
||||
provides="wine-$version"
|
||||
conflicts="wine-unstable>=0"
|
||||
|
||||
replaces="wine>=0"
|
||||
subpackages="lib$pkgname $pkgname-devel"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user