mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 08:15:01 -05:00
Update few packages
This commit is contained in:
parent
d602b6071f
commit
10a66c750c
4
ppa
4
ppa
@ -105,7 +105,7 @@ build() {
|
|||||||
if [ "$failed" == "" ]
|
if [ "$failed" == "" ]
|
||||||
then
|
then
|
||||||
# success!, nuke the chroot
|
# success!, nuke the chroot
|
||||||
$ccm n
|
echo $ccm n
|
||||||
else
|
else
|
||||||
# some failures, just delete the packages
|
# some failures, just delete the packages
|
||||||
$ccm d
|
$ccm d
|
||||||
@ -180,4 +180,4 @@ if [ "$#" -gt 0 ]; then
|
|||||||
else
|
else
|
||||||
echo "Must specify a command, eg: add, build, list, clean"
|
echo "Must specify a command, eg: add, build, list, clean"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -7,22 +7,22 @@
|
|||||||
pkgname='bluez-utils-compat'
|
pkgname='bluez-utils-compat'
|
||||||
_pkgbase='bluez'
|
_pkgbase='bluez'
|
||||||
pkgver=5.50
|
pkgver=5.50
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
url="http://www.bluez.org/"
|
url="http://www.bluez.org/"
|
||||||
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
|
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
pkgdesc="Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools."
|
pkgdesc="Development and debugging utilities for the bluetooth protocol stack. Includes deprecated tools."
|
||||||
depends=('dbus' 'systemd' 'glib2')
|
depends=('dbus' 'systemd' 'glib2')
|
||||||
conflicts=('bluez-hcidump' 'bluez-utils')
|
conflicts=('bluez-hcidump' 'bluez-utils' 'bluez-hcitool')
|
||||||
provides=('bluez-hcidump' 'bluez-utils')
|
provides=('bluez-hcidump' 'bluez-utils')
|
||||||
replaces=('bluez-hcidump' 'bluez<=4.101')
|
replaces=('bluez-hcidump' 'bluez<=4.101')
|
||||||
makedepends=('dbus' 'libical' 'systemd')
|
makedepends=('dbus' 'libical' 'systemd')
|
||||||
source=("https://www.kernel.org/pub/linux/bluetooth/${_pkgbase}-${pkgver}.tar."{xz,sign}
|
source=("https://www.kernel.org/pub/linux/bluetooth/${_pkgbase}-${pkgver}.tar."{xz,sign}
|
||||||
'refresh_adv_manager_for_non-LE_devices.diff::https://git.archlinux.org/svntogit/packages.git/tree/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez')
|
'refresh_adv_manager_for_non-LE_devices.diff::https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez')
|
||||||
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
|
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
|
||||||
sha256sums=('5ffcaae18bbb6155f1591be8c24898dc12f062075a40b538b745bfd477481911'
|
sha256sums=('5ffcaae18bbb6155f1591be8c24898dc12f062075a40b538b745bfd477481911'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'fa391d4a5a3946413aae99dd196a58db9de75f07526915b70e67f915af3cd268')
|
'ae195834cdc9d3d1961ae3c49da6381c820883a5af580e61aebed05a3e911d48')
|
||||||
validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
|
validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # Marcel Holtmann <marcel@holtmann.org>
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -1,33 +1,34 @@
|
|||||||
# Maintainer: sudokode <sudokode@gmail.com>
|
# Maintainer: Kritias <theodoridisgr@gmail.com>
|
||||||
|
# Contributor: sudokode <sudokode@gmail.com>
|
||||||
# Contributor: Allan McRae <allan@archlinux.org>
|
# Contributor: Allan McRae <allan@archlinux.org>
|
||||||
|
|
||||||
pkgname=isl
|
pkgname=isl
|
||||||
pkgver=0.19
|
pkgver=0.20
|
||||||
pkgrel=1
|
pkgrel=4
|
||||||
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://isl.gforge.inria.fr/"
|
url="http://isl.gforge.inria.fr/"
|
||||||
|
makedepends=('git')
|
||||||
depends=('gmp')
|
depends=('gmp')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
conflicts=('isl-git' 'isl14' 'isl15' 'isl16' 'isl17')
|
conflicts=('isl-git' 'isl14' 'isl15' 'isl16' 'isl17')
|
||||||
source=("http://isl.gforge.inria.fr/$pkgname-${pkgver}.tar.xz")
|
source=("isl::git+http://repo.or.cz/isl.git#tag=isl-${pkgver}")
|
||||||
sha256sums=('6d6c1aa00e2a6dfc509fa46d9a9dbe93af0c451e196a670577a148feecf6b8a5')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd ${srcdir}/${pkgname}
|
||||||
|
./autogen.sh
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd $pkgname-$pkgver
|
cd ${srcdir}/${pkgname}
|
||||||
|
|
||||||
make check
|
make check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $pkgname-$pkgver
|
cd ${srcdir}/${pkgname}
|
||||||
|
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
|
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
|
||||||
|
|
||||||
pkgname=mingw-w64-binutils
|
pkgname=mingw-w64-binutils
|
||||||
pkgver=2.30
|
pkgver=2.31.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
|
pkgdesc="Cross binutils for the MinGW-w64 cross-compiler"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -14,10 +14,9 @@ groups=('mingw-w64-toolchain' 'mingw-w64')
|
|||||||
depends=('zlib')
|
depends=('zlib')
|
||||||
options=('!libtool' '!emptydirs')
|
options=('!libtool' '!emptydirs')
|
||||||
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
|
validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>
|
||||||
source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz"{,.sig} 0200-remove-provide-qualifiers.patch)
|
source=("https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz"{,.sig})
|
||||||
sha256sums=('8c3850195d1c093d290a716e20ebcaa72eda32abf5e3d8611154b39cff79e9ea'
|
sha256sums=('e88f8d36bd0a75d3765a4ad088d819e35f8d7ac6288049780e2fefcad18dde88'
|
||||||
'SKIP'
|
'SKIP')
|
||||||
'40f124febb3ee60239988127cf16d6a4d1bd41b156db8ec843a6871492fcca28')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir"/binutils-${pkgver}
|
cd "$srcdir"/binutils-${pkgver}
|
||||||
@ -25,9 +24,6 @@ prepare() {
|
|||||||
sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
|
sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
|
||||||
# hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
|
# hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
|
||||||
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
|
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
|
||||||
|
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=22762
|
|
||||||
patch -p1 -i "${srcdir}"/0200-remove-provide-qualifiers.patch
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
|
|
||||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||||
# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
|
# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
|
||||||
|
|
||||||
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
|
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
|
||||||
|
|
||||||
pkgname=mingw-w64-gcc-base
|
pkgname=mingw-w64-gcc-base
|
||||||
pkgver=4.9.2
|
pkgver=8.2.0
|
||||||
|
_islver=0.19
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler (bootstrap)"
|
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler (bootstrap)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -15,8 +15,12 @@ groups=('mingw-w64-bootstrap' 'mingw-w64')
|
|||||||
depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-binutils' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
|
depends=('zlib' 'libmpc' 'ppl' 'cloog' 'mingw-w64-binutils' 'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
|
||||||
conflicts=('mingw-w64-gcc')
|
conflicts=('mingw-w64-gcc')
|
||||||
options=('staticlibs' '!emptydirs')
|
options=('staticlibs' '!emptydirs')
|
||||||
source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
|
source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
|
||||||
md5sums=('4df8ee253b7f3863ad0b86359cd39c43')
|
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2")
|
||||||
|
validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek <jakub@redhat.com>
|
||||||
|
sha256sums=('196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080'
|
||||||
|
'SKIP'
|
||||||
|
'd59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${srcdir}/gcc-${pkgver}
|
cd ${srcdir}/gcc-${pkgver}
|
||||||
@ -25,6 +29,9 @@ prepare() {
|
|||||||
sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
|
sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
|
||||||
# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
|
# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
|
||||||
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
|
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
|
||||||
|
|
||||||
|
# link isl for in-tree builds
|
||||||
|
ln -sf ../isl-${_islver} isl
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
|
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
|
||||||
|
|
||||||
pkgname=mingw-w64-gcc
|
pkgname=mingw-w64-gcc
|
||||||
pkgver=8.1.0
|
pkgver=8.2.0
|
||||||
_islver=0.18
|
_islver=0.19
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
|
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -24,24 +24,19 @@ backup=()
|
|||||||
options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
|
options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
|
||||||
#source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
|
#source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
|
||||||
source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
|
source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
|
||||||
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2"
|
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2")
|
||||||
bz85638.patch)
|
|
||||||
validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9 # bpiotrowski@archlinux.org
|
validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9 # bpiotrowski@archlinux.org
|
||||||
13975A70E63C361C73AE69EF6EEB81F8981C74C7 # richard.guenther@gmail.com
|
13975A70E63C361C73AE69EF6EEB81F8981C74C7 # richard.guenther@gmail.com
|
||||||
33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek <jakub@redhat.com>
|
33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek <jakub@redhat.com>
|
||||||
sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
|
sha256sums=('196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
|
'd59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
|
||||||
'd2a13f550ca7f9131ef14239e8f994b37c81fc8c59f73aff5edab170f5ed6124')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
ln -sf gcc-${pkgver/+/-} gcc
|
ln -sf gcc-${pkgver/+/-} gcc
|
||||||
cd "$srcdir"/gcc
|
cd "$srcdir"/gcc
|
||||||
# link isl for in-tree builds
|
# link isl for in-tree builds
|
||||||
ln -sf ../isl-${_islver} isl
|
ln -sf ../isl-${_islver} isl
|
||||||
|
|
||||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85638
|
|
||||||
patch -p0 -i "$srcdir"/bz85638.patch
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Vyacheslav Konovalov <echo dnlhY2hrb25vdmFsb3ZAZ21haWwuY29tCg== | base64 -d>
|
# Maintainer: Vyacheslav Konovalov <echo dnlhY2hrb25vdmFsb3ZAZ21haWwuY29tCg== | base64 -d>
|
||||||
|
|
||||||
pkgname=redis-desktop-manager
|
pkgname=redis-desktop-manager
|
||||||
_pkgver=0.9.3
|
_pkgver=0.9.4
|
||||||
pkgver=${_pkgver/-/_}
|
pkgver=${_pkgver/-/_}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Open source cross-platform Redis Desktop Manager based on Qt 5'
|
pkgdesc='Open source cross-platform Redis Desktop Manager based on Qt 5'
|
||||||
@ -21,7 +21,7 @@ depends=(
|
|||||||
'libssh2')
|
'libssh2')
|
||||||
makedepends=('git' 'gcc' 'python2')
|
makedepends=('git' 'gcc' 'python2')
|
||||||
conflicts=('redis-desktop-manager-bin')
|
conflicts=('redis-desktop-manager-bin')
|
||||||
source=("rdm::git://github.com/uglide/RedisDesktopManager.git#tag=${_pkgver}"
|
source=("rdm::git://github.com/uglide/RedisDesktopManager.git#commit=388a9fc0ba8285890de45f9c4cb559cd61a9bd1a"
|
||||||
'rdm.sh'
|
'rdm.sh'
|
||||||
'rdm.desktop')
|
'rdm.desktop')
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
@ -47,6 +47,9 @@ build() {
|
|||||||
rm -rf $srcdir/rdm/bin
|
rm -rf $srcdir/rdm/bin
|
||||||
|
|
||||||
cd $srcdir/rdm/3rdparty/crashreporter
|
cd $srcdir/rdm/3rdparty/crashreporter
|
||||||
|
sed -ie 's/(APP_NAME)/("RedisDesktopManager")/g' src/main.cpp
|
||||||
|
sed -ie "s/(APP_VERSION)/(\"${_pkgver}\")/g" src/main.cpp
|
||||||
|
sed -ie 's/(CRASH_SERVER_URL)/("\/crash-report")/g' src/main.cpp
|
||||||
qmake CONFIG+=release DESTDIR="$srcdir/rdm/bin/linux/release" QMAKE_LFLAGS_RPATH=""
|
qmake CONFIG+=release DESTDIR="$srcdir/rdm/bin/linux/release" QMAKE_LFLAGS_RPATH=""
|
||||||
make -j 2
|
make -j 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user