mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/packagekit to 0.7.6-11
This commit is contained in:
parent
3c45c10735
commit
0b2b1ad233
1 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
pkgbase='packagekit'
|
||||
pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
|
||||
pkgver=0.7.6
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="A system designed to make installation and updates of packages easier."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.packagekit.org"
|
||||
|
@ -25,7 +25,7 @@ sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
|
|||
'c7f6da04f5b8f09e6d884ae4f480c064eae10de1d2528bf14d2f55b34e472c23'
|
||||
'0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
|
||||
|
||||
build() {
|
||||
prepare() {
|
||||
cd "$srcdir/PackageKit-$pkgver"
|
||||
|
||||
sed -i 's@SUBDIRS = test@SUBDIRS =@' 'backends/Makefile.in'
|
||||
|
@ -36,6 +36,10 @@ build() {
|
|||
patch -Np1 -i "$srcdir/alpm.patch"
|
||||
patch -Np1 -i "$srcdir/libarchive.patch"
|
||||
sed -i 's@sbin_PROGRAMS@bin_PROGRAMS@' 'contrib/device-rebind/Makefile.am'
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/PackageKit-$pkgver"
|
||||
|
||||
export PYTHON=/usr/bin/python2
|
||||
./autogen.sh --prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue