summaryrefslogtreecommitdiff
path: root/community/packagekit
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-16 10:09:22 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-16 10:09:22 +0200
commit0be48442ebb71571ec0ab1bbf27bf4a0759ed19b (patch)
tree5d6384ab664e0ddbecc26676b8f56a05276cc4df /community/packagekit
parente6fce62e8ff0bdb90a7e6bc3cc224bdabcd20a24 (diff)
parentea3d877b99c32e3a9e00ab220440d4518430e5bc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/dbus-core/PKGBUILD extra/dbus/PKGBUILD extra/qt/PKGBUILD extra/xorg-server/PKGBUILD multilib/lib32-dbus-core/PKGBUILD testing/cairo/PKGBUILD testing/cairo/git_fixes.patch testing/glib2/PKGBUILD testing/gtk3/PKGBUILD testing/networkmanager/PKGBUILD testing/python/PKGBUILD
Diffstat (limited to 'community/packagekit')
-rw-r--r--community/packagekit/PKGBUILD29
1 files changed, 7 insertions, 22 deletions
diff --git a/community/packagekit/PKGBUILD b/community/packagekit/PKGBUILD
index 94b113887..2cf1623d5 100644
--- a/community/packagekit/PKGBUILD
+++ b/community/packagekit/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 69216 2012-04-10 05:27:08Z jconder $
+# $Id: PKGBUILD 69338 2012-04-14 09:48:38Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
pkgbase='packagekit'
-pkgname=('packagekit' 'packagekit-qt' 'packagekit-qt2' 'packagekit-python')
-pkgver=0.6.21
-pkgrel=3
+pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python')
+pkgver=0.6.22
+pkgrel=1
pkgdesc="A system designed to make installation and updates of packages easier."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.packagekit.org"
@@ -12,23 +12,17 @@ makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
'networkmanager' 'pacman' 'pm-utils' 'polkit' 'python2' 'qt'
'shared-mime-info' 'sqlite' 'udev')
options=('!libtool')
-source=("http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz"
- 'alpm.patch')
-sha256sums=('68e5d4d07adf50b1fae6cbc0963555345ba7fc12d86d3e3387874547a5448b8e'
- 'ab6a9be1741aba6972f3327ac625b802e9404e21fe60ca0919a440e8ac9df965')
+source=("http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz")
+sha256sums=('b9f71721b0b16e106c0a1ce28c97b2277a34b0c15d1a171f4898f34117ebaa2d')
build() {
cd "$srcdir/PackageKit-$pkgver"
- patch -Np1 -i "$srcdir/alpm.patch"
-
sed -i 's@SUBDIRS = test@SUBDIRS =@' 'backends/Makefile.in'
sed -i 's@python @python2 @' 'lib/python/packagekit/Makefile.in'
sed -i 's@bin/python@bin/python2@' 'lib/python/packagekit/'*.py
export PYTHON=/usr/bin/python2
- # TODO: remove when upstream is patched
- autoreconf
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -48,7 +42,7 @@ build() {
--disable-dummy \
--enable-alpm \
--with-default-backend=alpm
- make -s
+ make -s CFLAGS='-D_FILE_OFFSET_BITS=64'
}
package_packagekit() {
@@ -78,15 +72,6 @@ package_packagekit() {
touch "$pkgdir/var/log/PackageKit"
}
-package_packagekit-qt() {
- depends=('packagekit' 'qt')
- pkgdesc=('Qt bindings for PackageKit')
-
- cd "$srcdir/PackageKit-$pkgver/lib/packagekit-qt"
-
- make DESTDIR="$pkgdir" install
-}
-
package_packagekit-qt2() {
depends=('packagekit' 'qt')
pkgdesc=('Qt bindings for PackageKit')