[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2019-10-21 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, October 22, 2019 @ 02:20:40
  Author: bpiotrowski
Revision: 518181

1.1.12-2: pacman 5.2.0 rebuild

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-22 02:15:39 UTC (rev 518180)
+++ PKGBUILD2019-10-22 02:20:40 UTC (rev 518181)
@@ -4,7 +4,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'libpackagekit-glib')
 pkgver=1.1.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
 url='https://www.freedesktop.org/software/PackageKit/'
@@ -23,7 +23,7 @@
 prepare() {
cd "${srcdir}/PackageKit-${pkgver}"
 
-   #patch -Np1 < ../0001-update-for-pacman-5.2-API-change.patch
+   patch -Np1 < ../0001-update-for-pacman-5.2-API-change.patch
 }
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2019-10-10 Thread Christian Hesse via arch-commits
Date: Thursday, October 10, 2019 @ 07:19:29
  Author: eworm
Revision: 514408

parpare for pacman 5.2

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 07:08:51 UTC (rev 514407)
+++ PKGBUILD2019-10-10 07:19:29 UTC (rev 514408)
@@ -14,10 +14,18 @@
 options=('!emptydirs')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
   'EC60AABDF42AAE8FB062640480858FA38F62AF74')  # Kalev Lember 

-source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+'0001-update-for-pacman-5.2-API-change.patch')
 sha256sums=('1f4554becf5df0a4d8c51d6757b9401c7ee95bf2dd6f3a73575a8ddd4cd09a01'
-'SKIP')
+'SKIP'
+'6470edbdcb471ea06328c7f6758532cfe43e8ad35e3764cd2d2873bdf0a30891')
 
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   #patch -Np1 < ../0001-update-for-pacman-5.2-API-change.patch
+}
+
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2018-11-28 Thread Christian Hesse via arch-commits
Date: Wednesday, November 28, 2018 @ 09:59:37
  Author: eworm
Revision: 410412

upgpkg: packagekit 1.1.12-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-28 09:32:14 UTC (rev 410411)
+++ PKGBUILD2018-11-28 09:59:37 UTC (rev 410412)
@@ -3,7 +3,7 @@
 
 pkgbase='packagekit'
 pkgname=('packagekit' 'libpackagekit-glib')
-pkgver=1.1.11
+pkgver=1.1.12
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
   'EC60AABDF42AAE8FB062640480858FA38F62AF74')  # Kalev Lember 

 
source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('38c059b9db11180e2fa2607a4688f5a8310267afd58a6475817f004f8ae5263a'
+sha256sums=('1f4554becf5df0a4d8c51d6757b9401c7ee95bf2dd6f3a73575a8ddd4cd09a01'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2018-09-25 Thread Christian Hesse via arch-commits
Date: Tuesday, September 25, 2018 @ 18:35:30
  Author: eworm
Revision: 385081

upgpkg: packagekit 1.1.11-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-25 18:29:07 UTC (rev 385080)
+++ PKGBUILD2018-09-25 18:35:30 UTC (rev 385081)
@@ -3,8 +3,8 @@
 
 pkgbase='packagekit'
 pkgname=('packagekit' 'libpackagekit-glib')
-pkgver=1.1.10
-pkgrel=2
+pkgver=1.1.11
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
 url='https://www.freedesktop.org/software/PackageKit/'
@@ -15,7 +15,7 @@
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
   'EC60AABDF42AAE8FB062640480858FA38F62AF74')  # Kalev Lember 

 
source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('4bc4061420e6fc831e1eeab167bc3e096da0d132282fbd0d1d9a5426c4aa4ed7'
+sha256sums=('38c059b9db11180e2fa2607a4688f5a8310267afd58a6475817f004f8ae5263a'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2018-05-28 Thread Christian Hesse via arch-commits
Date: Monday, May 28, 2018 @ 06:05:37
  Author: eworm
Revision: 332115

upgpkg: packagekit 1.1.10-2

pacman 5.1.0 rebuild

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-28 01:00:05 UTC (rev 332114)
+++ PKGBUILD2018-05-28 06:05:37 UTC (rev 332115)
@@ -5,7 +5,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'libpackagekit-glib')
 pkgver=1.1.10
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
 url='https://www.freedesktop.org/software/PackageKit/'


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2018-04-23 Thread Christian Hesse via arch-commits
Date: Monday, April 23, 2018 @ 17:46:58
  Author: eworm
Revision: 317397

upgpkg: packagekit 1.1.10-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 17:35:56 UTC (rev 317396)
+++ PKGBUILD2018-04-23 17:46:58 UTC (rev 317397)
@@ -4,7 +4,7 @@
 
 pkgbase='packagekit'
 pkgname=('packagekit' 'libpackagekit-glib')
-pkgver=1.1.9
+pkgver=1.1.10
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
   'EC60AABDF42AAE8FB062640480858FA38F62AF74')  # Kalev Lember 

 
source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('a49ffa7ee4f023589a3520afd498a951eb10e2e0b81972c9f767d27a6addbf47'
+sha256sums=('4bc4061420e6fc831e1eeab167bc3e096da0d132282fbd0d1d9a5426c4aa4ed7'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2018-03-05 Thread Christian Hesse via arch-commits
Date: Monday, March 5, 2018 @ 21:38:26
  Author: eworm
Revision: 302859

upgpkg: packagekit 1.1.9-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-05 21:06:19 UTC (rev 302858)
+++ PKGBUILD2018-03-05 21:38:26 UTC (rev 302859)
@@ -4,8 +4,8 @@
 
 pkgbase='packagekit'
 pkgname=('packagekit' 'libpackagekit-glib')
-pkgver=1.1.8
-pkgrel=2
+pkgver=1.1.9
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
 url='https://www.freedesktop.org/software/PackageKit/'
@@ -15,10 +15,8 @@
 options=('!emptydirs')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
   'EC60AABDF42AAE8FB062640480858FA38F62AF74')  # Kalev Lember 

-# tmporary download location due to freedesktop upload being disabled due to 
pending Meltdown fixes
-source=("https://kalev.fedorapeople.org/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-#source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('757f902f2fb295790b64c345a561124300d54945cd33c690c2a176cc8dba885d'
+source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('a49ffa7ee4f023589a3520afd498a951eb10e2e0b81972c9f767d27a6addbf47'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2018-01-18 Thread Balló György via arch-commits
Date: Thursday, January 18, 2018 @ 18:55:26
  Author: bgyorgy
Revision: 283970

upgpkg: packagekit 1.1.8-2

Split out libpackagekit-glib library (needed for gnome-software in order to 
make its packagekit dependency optional)

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   38 +-
 1 file changed, 25 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 18:54:56 UTC (rev 283969)
+++ PKGBUILD2018-01-18 18:55:26 UTC (rev 283970)
@@ -2,21 +2,17 @@
 # Maintainer: Christian Hesse 
 # Contributor: Jonathan Conder 
 
-pkgname='packagekit'
+pkgbase='packagekit'
+pkgname=('packagekit' 'libpackagekit-glib')
 pkgver=1.1.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
-url='http://www.packagekit.org/'
+url='https://www.freedesktop.org/software/PackageKit/'
 license=('GPL')
-depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
-optdepends=('networkmanager: detect connection status'
-   'bash-completion: command completion in bash')
-backup=('var/lib/PackageKit/transactions.db'
-   'etc/PackageKit/alpm.d/pacman.conf'
-   'etc/PackageKit/alpm.d/repos.list')
+makedepends=('polkit' 'sqlite' 'gobject-introspection' 'gtk-doc' 'intltool'
+ 'bash-completion' 'vala' 'autoconf-archive')
+options=('!emptydirs')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
   'EC60AABDF42AAE8FB062640480858FA38F62AF74')  # Kalev Lember 

 # tmporary download location due to freedesktop upload being disabled due to 
pending Meltdown fixes
@@ -36,7 +32,6 @@
--disable-static \
--disable-gtk-doc \
--disable-local \
-   --disable-browser-plugin \
--disable-gstreamer-plugin \
--disable-gtk-module \
--disable-command-not-found \
@@ -43,10 +38,17 @@
--disable-cron \
--disable-dummy \
--enable-alpm
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
 }
 
-package() {
+package_packagekit() {
+   depends=('libpackagekit-glib' 'pacman>=5.0.0' 'polkit' 'sqlite')
+   optdepends=('bash-completion: command completion in bash')
+   backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+
cd "${srcdir}/PackageKit-${pkgver}"
 
# install directory with root owner, polkit group and
@@ -54,5 +56,15 @@
install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
 
make DESTDIR="${pkgdir}" install
+   make -C lib DESTDIR="${pkgdir}" uninstall
+   make -C docs DESTDIR="${pkgdir}" uninstall
 }
 
+package_libpackagekit-glib() {
+   pkgdesc='GLib library for accessing PackageKit'
+   depends=('glib2')
+
+   cd "${srcdir}/PackageKit-${pkgver}"
+   make -C lib DESTDIR="${pkgdir}" install
+   make -C docs DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2018-01-10 Thread Christian Hesse via arch-commits
Date: Wednesday, January 10, 2018 @ 12:22:39
  Author: eworm
Revision: 280996

upgpkg: packagekit 1.1.8-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 12:17:32 UTC (rev 280995)
+++ PKGBUILD2018-01-10 12:22:39 UTC (rev 280996)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.1.7
+pkgver=1.1.8
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
@@ -17,11 +17,12 @@
 backup=('var/lib/PackageKit/transactions.db'
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
-validpgpkeys=(
-   '163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

-   'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

-source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('9fe34ee5657e45267e829bc7a1c9cf4d024e0ea00d3accfb40dda4be8cac606a'
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'   # Richard 
Hughes 
+  'EC60AABDF42AAE8FB062640480858FA38F62AF74')  # Kalev Lember 

+# tmporary download location due to freedesktop upload being disabled due to 
pending Meltdown fixes
+source=("https://kalev.fedorapeople.org/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+#source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('757f902f2fb295790b64c345a561124300d54945cd33c690c2a176cc8dba885d'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2017-09-11 Thread Christian Hesse
Date: Monday, September 11, 2017 @ 21:25:53
  Author: eworm
Revision: 257043

upgpkg: packagekit 1.1.7-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 21:11:35 UTC (rev 257042)
+++ PKGBUILD2017-09-11 21:25:53 UTC (rev 257043)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.1.6
+pkgver=1.1.7
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
'163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

 
source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('8c1e1e057fc29aca795f70a4976d105a3cc03961492fbd6c752c841afe45107c'
+sha256sums=('9fe34ee5657e45267e829bc7a1c9cf4d024e0ea00d3accfb40dda4be8cac606a'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2017-01-17 Thread Christian Hesse
Date: Tuesday, January 17, 2017 @ 12:39:47
  Author: eworm
Revision: 207729

upgpkg: packagekit 1.1.5-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 11:30:35 UTC (rev 207728)
+++ PKGBUILD2017-01-17 12:39:47 UTC (rev 207729)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.1.4
+pkgver=1.1.5
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
'163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

 
source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('0ae89f7c381b7def41960f690f7212cf80f7f6bfc9055ce8d0c84aa45f120cd9'
+sha256sums=('50f448ced5b460bd79ba0c97e9fe080153eaeecad909eee108284e3f5fc7b70c'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-11-01 Thread Christian Hesse
Date: Tuesday, November 1, 2016 @ 21:41:33
  Author: eworm
Revision: 194294

download sources via https

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:40:12 UTC (rev 194293)
+++ PKGBUILD2016-11-01 21:41:33 UTC (rev 194294)
@@ -20,7 +20,7 @@
 validpgpkeys=(
'163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
 sha256sums=('0ae89f7c381b7def41960f690f7212cf80f7f6bfc9055ce8d0c84aa45f120cd9'
 'SKIP')
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-09-19 Thread Christian Hesse
Date: Monday, September 19, 2016 @ 18:18:18
  Author: eworm
Revision: 189989

upgpkg: packagekit 1.1.4-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 18:02:10 UTC (rev 189988)
+++ PKGBUILD2016-09-19 18:18:18 UTC (rev 189989)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -20,18 +20,10 @@
 validpgpkeys=(
'163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
-
'packagekit-do-not-crash.patch::https://github.com/hughsie/PackageKit/commit/3c121a4f86d01d27399f0c2bbace6df03800a1d1.patch')
-sha256sums=('e8d42d1c49b58f9dba85dbb634bcdc986f5f478ef26d1f50a3453353cd33b841'
-'SKIP'
-   '91438699359b28717e3e712a0d08f7d736583b2b2913d4a9dd8b3fa96458b3b0')
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0ae89f7c381b7def41960f690f7212cf80f7f6bfc9055ce8d0c84aa45f120cd9'
+'SKIP')
 
-prepare() {
-   cd "${srcdir}/PackageKit-${pkgver}"
-
-   patch -Np1 < "${srcdir}/packagekit-do-not-crash.patch"
-}
-
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-08-27 Thread Christian Hesse
Date: Saturday, August 27, 2016 @ 20:55:57
  Author: eworm
Revision: 187827

upgpkg: packagekit 1.1.3-2

fix crash (FS#50526)

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-27 16:30:38 UTC (rev 187826)
+++ PKGBUILD2016-08-27 20:55:57 UTC (rev 187827)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -20,10 +20,18 @@
 validpgpkeys=(
'163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+
'packagekit-do-not-crash.patch::https://github.com/hughsie/PackageKit/commit/3c121a4f86d01d27399f0c2bbace6df03800a1d1.patch')
 sha256sums=('e8d42d1c49b58f9dba85dbb634bcdc986f5f478ef26d1f50a3453353cd33b841'
-'SKIP')
+'SKIP'
+   '91438699359b28717e3e712a0d08f7d736583b2b2913d4a9dd8b3fa96458b3b0')
 
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   patch -Np1 < "${srcdir}/packagekit-do-not-crash.patch"
+}
+
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-07-20 Thread Christian Hesse
Date: Wednesday, July 20, 2016 @ 10:15:04
  Author: eworm
Revision: 183612

move dbus policy to /usr

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-20 08:01:55 UTC (rev 183611)
+++ PKGBUILD2016-07-20 10:15:04 UTC (rev 183612)
@@ -31,6 +31,7 @@
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/PackageKit \
+   --with-dbus-sys=/usr/share/dbus-1/system.d \
--disable-static \
--disable-gtk-doc \
--disable-local \


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-07-14 Thread Christian Hesse
Date: Thursday, July 14, 2016 @ 12:58:24
  Author: eworm
Revision: 182890

upgpkg: packagekit 1.1.3-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-14 12:45:11 UTC (rev 182889)
+++ PKGBUILD2016-07-14 12:58:24 UTC (rev 182890)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
'163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

 
source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('5659d4e52b39b5adeb00c2b3f59f1ba29e41265cfa4562fb0a193e4264fa5f68'
+sha256sums=('e8d42d1c49b58f9dba85dbb634bcdc986f5f478ef26d1f50a3453353cd33b841'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-07-12 Thread Christian Hesse
Date: Tuesday, July 12, 2016 @ 20:46:08
  Author: eworm
Revision: 182754

upgpkg: packagekit 1.1.2-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-12 20:46:03 UTC (rev 182753)
+++ PKGBUILD2016-07-12 20:46:08 UTC (rev 182754)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.2
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -17,19 +17,13 @@
 backup=('var/lib/PackageKit/transactions.db'
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
-   
'do-not-discard-a-resolve-call.patch::https://github.com/hughsie/PackageKit/commit/cf16c82f.patch')
-sha256sums=('483348a54c92419d713a8a153926ec6e1ab70ba64ae4afd3f0a6d63d10b1cac4'
-'SKIP'
-'9b76f7256df80366fc17e2248574b0c29f0494215c5237b597ca2abd0c0d3a24')
+validpgpkeys=(
+   '163EB50119225DB3DF8F49EA17ACBA8DFA970E17'  # Richard Hughes 

+   'EC60AABDF42AAE8FB062640480858FA38F62AF74') # Kalev Lember 

+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('5659d4e52b39b5adeb00c2b3f59f1ba29e41265cfa4562fb0a193e4264fa5f68'
+'SKIP')
 
-prepare() {
-   cd "${srcdir}/PackageKit-${pkgver}"
-
-   patch -Np1 < "${srcdir}"/do-not-discard-a-resolve-call.patch
-}
-
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-05-27 Thread Christian Hesse
Date: Friday, May 27, 2016 @ 23:27:28
  Author: eworm
Revision: 177328

upgpkg: packagekit 1.1.1-3

FS#49487 - [packagekit] backport a fix for alpm backend

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 21:02:14 UTC (rev 177327)
+++ PKGBUILD2016-05-27 21:27:28 UTC (rev 177328)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -18,10 +18,18 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+   
'do-not-discard-a-resolve-call.patch::https://github.com/hughsie/PackageKit/commit/cf16c82f.patch')
 sha256sums=('483348a54c92419d713a8a153926ec6e1ab70ba64ae4afd3f0a6d63d10b1cac4'
-'SKIP')
+'SKIP'
+'9b76f7256df80366fc17e2248574b0c29f0494215c5237b597ca2abd0c0d3a24')
 
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   patch -Np1 < "${srcdir}"/do-not-discard-a-resolve-call.patch
+}
+
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD packagekit.install)

2016-04-27 Thread Christian Hesse
Date: Wednesday, April 27, 2016 @ 15:01:46
  Author: eworm
Revision: 172036

upgpkg: packagekit 1.1.1-2

Hooks! (Remove install file...)

Modified:
  packagekit/trunk/PKGBUILD
Deleted:
  packagekit/trunk/packagekit.install

+
 PKGBUILD   |3 +--
 packagekit.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 12:59:15 UTC (rev 172035)
+++ PKGBUILD2016-04-27 13:01:46 UTC (rev 172036)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -14,7 +14,6 @@
'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
-install='packagekit.install'
 backup=('var/lib/PackageKit/transactions.db'
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')

Deleted: packagekit.install
===
--- packagekit.install  2016-04-27 12:59:15 UTC (rev 172035)
+++ packagekit.install  2016-04-27 13:01:46 UTC (rev 172036)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-02-12 Thread Christian Hesse
Date: Friday, February 12, 2016 @ 23:05:52
  Author: eworm
Revision: 161435

upgpkg: packagekit 1.1.0-1

new upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 18:19:07 UTC (rev 161434)
+++ PKGBUILD2016-02-12 22:05:52 UTC (rev 161435)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.0.11
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'bash-completion' 'vala')
+   'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
 install='packagekit.install'
@@ -20,18 +20,15 @@
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
 
source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
-   
'0001-require-dbus.socket-for-offline-update.patch::https://github.com/hughsie/PackageKit/commit/a54c5ae66c8f8a4227c22419140d66a02f56f25c.patch'
-   
'0002-update-for-pacman-5-x-API-change.patch::https://github.com/hughsie/PackageKit/commit/d2db149e4987290f3a425b45ef51e2eb00e1990e.patch')
-sha256sums=('bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7'
+
'0001-alpm-port-to-g_autoptr.patch::https://github.com/eworm-de/PackageKit/commit/80be181752a6ff396147802e818f7c38c1651050.patch')
+sha256sums=('4f1d878391ccc63a1dda99006a9f918f54f2568a328991534b5d1a06d042c36a'
 'SKIP'
-'c87318eb0404c6e3e2fcbaaf1116a63668c066e3aff488d0ff9c8ac6fd97'
-'cc14ca7d42abe1e4371218dc42206a713467064f291c71ee68ef7abddf90cca1')
+'f299d9f1c65659e4d388aa20958e1e2110f2d473cfad07738771ce53423a0dbb')
 
 prepare() {
cd "${srcdir}/PackageKit-${pkgver}"
 
-   patch -Np1 < 
"${srcdir}/0001-require-dbus.socket-for-offline-update.patch"
-   patch -Np1 < "${srcdir}/0002-update-for-pacman-5-x-API-change.patch"
+   patch -Np1 < "${srcdir}/0001-alpm-port-to-g_autoptr.patch"
 }
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-01-24 Thread Christian Hesse
Date: Sunday, January 24, 2016 @ 23:12:27
  Author: eworm
Revision: 158777

upgpkg: packagekit 1.0.11-3

rebuild with updated dependencies

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-24 22:04:41 UTC (rev 158776)
+++ PKGBUILD2016-01-24 22:12:27 UTC (rev 158777)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.11
-pkgrel=2
+pkgrel=3
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2016-01-08 Thread Christian Hesse
Date: Friday, January 8, 2016 @ 15:13:16
  Author: eworm
Revision: 155721

update dependencies for upcoming pacman release

https://github.com/hughsie/PackageKit/issues/103
https://projects.archlinux.org/pacman.git/commit/?id=95121cc4

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-08 13:08:33 UTC (rev 155720)
+++ PKGBUILD2016-01-08 14:13:16 UTC (rev 155721)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
 license=('GPL')
-depends=('dbus-glib' 'pacman>=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+depends=('dbus-glib' 'pacman>=4.2.0' 'pacman<5.0.0' 'polkit' 
'shared-mime-info' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
'networkmanager' 'bash-completion' 'vala')
 optdepends=('networkmanager: detect connection status'


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-12-10 Thread Christian Hesse
Date: Thursday, December 10, 2015 @ 17:56:04
  Author: eworm
Revision: 152414

upgpkg: packagekit 1.0.11-2

make packagekit-offline-update.service require dbus.socket (FS#47234)

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:52:00 UTC (rev 152413)
+++ PKGBUILD2015-12-10 16:56:04 UTC (rev 152414)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.11
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -19,10 +19,18 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+   
'0001-require-dbus.socket-for-offline-update.patch::https://github.com/hughsie/PackageKit/commit/a54c5ae66c8f8a4227c22419140d66a02f56f25c.patch')
 sha256sums=('bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7'
-'SKIP')
+'SKIP'
+'c87318eb0404c6e3e2fcbaaf1116a63668c066e3aff488d0ff9c8ac6fd97')
 
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   patch -Np1 < 
"${srcdir}/0001-require-dbus.socket-for-offline-update.patch"
+}
+
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-11-27 Thread Christian Hesse
Date: Friday, November 27, 2015 @ 16:03:05
  Author: eworm
Revision: 147876

upgpkg: packagekit 1.0.11-1

upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-27 13:25:52 UTC (rev 147875)
+++ PKGBUILD2015-11-27 15:03:05 UTC (rev 147876)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.0.10
-pkgrel=2
+pkgver=1.0.11
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -20,7 +20,7 @@
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
 
source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('e56b8efac6733763d6f525b6436c75585be2194d67d7c4cdeaed82e6c6c6feac'
+sha256sums=('bbd27bbc77795394f25ab009fe1b3420e365541c99248b18bbaa2fa7f029eaf7'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-10-28 Thread Christian Hesse
Date: Wednesday, October 28, 2015 @ 11:08:24
  Author: eworm
Revision: 145173

upgpkg: packagekit 1.0.10-2

polkit rules.d mode change

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 10:03:04 UTC (rev 145172)
+++ PKGBUILD2015-10-28 10:08:24 UTC (rev 145173)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -46,8 +46,9 @@
 package() {
cd "${srcdir}/PackageKit-${pkgver}"
 
-   # install directory with polkit's owner and permission
-   install -d -m0700 -o 102 "${pkgdir}"/usr/share/polkit-1/rules.d
+   # install directory with root owner, polkit group and
+   # correct permission
+   install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
 
make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-09-21 Thread Christian Hesse
Date: Monday, September 21, 2015 @ 18:31:04
  Author: eworm
Revision: 141391

upgpkg: packagekit 1.0.10-1

upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-21 16:12:14 UTC (rev 141390)
+++ PKGBUILD2015-09-21 16:31:04 UTC (rev 141391)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
 
source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('c10a276055a4cad063c312b112a0dc1462b9dc055ae30e22946e93872e8fbc1a'
+sha256sums=('e56b8efac6733763d6f525b6436c75585be2194d67d7c4cdeaed82e6c6c6feac'
 'SKIP')
 
 build() {


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-09-15 Thread Christian Hesse
Date: Tuesday, September 15, 2015 @ 17:37:00
  Author: eworm
Revision: 140333

upgpkg: packagekit 1.0.9-1

upstream release

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-15 12:53:46 UTC (rev 140332)
+++ PKGBUILD2015-09-15 15:37:00 UTC (rev 140333)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder 
 
 pkgname='packagekit'
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -19,17 +19,13 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
-   
'https://raw.githubusercontent.com/hughsie/PackageKit/master/lib/packagekit-glib2/PackageKitGlib-1.0.metadata')
-sha256sums=('74b013689561322527429addbe1858d450d196bd64226407b8a6f3c627b15ded'
-'SKIP'
-'c906451b6a0462e48cbdf05de7efdbf0bc9ca58d686b8329f5dfb29cacdc260a')
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('c10a276055a4cad063c312b112a0dc1462b9dc055ae30e22946e93872e8fbc1a'
+'SKIP')
 
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 
-   cp "${srcdir}/PackageKitGlib-1.0.metadata" "lib/packagekit-glib2/"
-
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-08-19 Thread Christian Hesse
Date: Wednesday, August 19, 2015 @ 17:41:07
  Author: eworm
Revision: 138511

upgpkg: packagekit 1.0.8-1

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 14:40:33 UTC (rev 138510)
+++ PKGBUILD2015-08-19 15:41:07 UTC (rev 138511)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname='packagekit'
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('dbus-glib' 'pacman=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'bash-completion')
+   'networkmanager' 'bash-completion' 'vala')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
 install='packagekit.install'
@@ -19,13 +19,17 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
-sha256sums=('b186c5b4d53a5dd2ebf8b0c5b255c8a5ef3de6728a6cbeccbf5d1c353cc89c4e'
-'SKIP')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
+   
'https://raw.githubusercontent.com/hughsie/PackageKit/master/lib/packagekit-glib2/PackageKitGlib-1.0.metadata')
+sha256sums=('74b013689561322527429addbe1858d450d196bd64226407b8a6f3c627b15ded'
+'SKIP'
+'c906451b6a0462e48cbdf05de7efdbf0bc9ca58d686b8329f5dfb29cacdc260a')
 
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 
+   cp ${srcdir}/PackageKitGlib-1.0.metadata lib/packagekit-glib2/
+
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-07-13 Thread Christian Hesse
Date: Monday, July 13, 2015 @ 13:48:09
  Author: eworm
Revision: 136775

upgpkg: packagekit 1.0.7-1

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-13 10:31:29 UTC (rev 136774)
+++ PKGBUILD2015-07-13 11:48:09 UTC (rev 136775)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname='packagekit'
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -20,8 +20,8 @@
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
 
source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
-sha256sums=('9f9986c004d3120dc9fa8b1e5aa6ff4171d05ee0e1a04667e5e8ff305ae308a3'
-   'SKIP')
+sha256sums=('b186c5b4d53a5dd2ebf8b0c5b255c8a5ef3de6728a6cbeccbf5d1c353cc89c4e'
+'SKIP')
 
 build() {
cd ${srcdir}/PackageKit-${pkgver}


[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm-track-pacman-round-2.patch)

2015-04-07 Thread Christian Hesse
Date: Tuesday, April 7, 2015 @ 14:49:46
  Author: eworm
Revision: 130887

upgpkg: packagekit 1.0.6-1

upstream release

Modified:
  packagekit/trunk/PKGBUILD
Deleted:
  packagekit/trunk/alpm-track-pacman-round-2.patch

-+
 PKGBUILD|   18 --
 alpm-track-pacman-round-2.patch |  296 --
 2 files changed, 5 insertions(+), 309 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-07 12:42:48 UTC (rev 130886)
+++ PKGBUILD2015-04-07 12:49:46 UTC (rev 130887)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname='packagekit'
-pkgver=1.0.5
-pkgrel=3
+pkgver=1.0.6
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -19,18 +19,10 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
-   'alpm-track-pacman-round-2.patch')
-sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
-   'SKIP'
-   '6f34263db8cbf36456f0e61e85cf2418c947c318a765fff2208063661a15d6d2')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+sha256sums=('9f9986c004d3120dc9fa8b1e5aa6ff4171d05ee0e1a04667e5e8ff305ae308a3'
+   'SKIP')
 
-prepare() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   patch -Np1  ${srcdir}/alpm-track-pacman-round-2.patch
-}
-
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 

Deleted: alpm-track-pacman-round-2.patch
===
--- alpm-track-pacman-round-2.patch 2015-04-07 12:42:48 UTC (rev 130886)
+++ alpm-track-pacman-round-2.patch 2015-04-07 12:49:46 UTC (rev 130887)
@@ -1,296 +0,0 @@
-diff --git a/backends/alpm/pk-alpm-config.c b/backends/alpm/pk-alpm-config.c
-index 54e0e7f..4584f36 100644
 a/backends/alpm/pk-alpm-config.c
-+++ b/backends/alpm/pk-alpm-config.c
-@@ -796,7 +796,7 @@ pk_alpm_siglevel_cross (alpm_siglevel_t base, const 
alpm_list_t *list, GError **
- }
- 
- static gboolean
--pk_alpm_config_configure_repos (PkAlpmConfig *config,
-+pk_alpm_config_configure_repos (PkBackend *backend, PkAlpmConfig *config,
-  alpm_handle_t *handle, GError **error)
- {
-   alpm_siglevel_t base, local, remote;
-@@ -834,7 +834,7 @@ pk_alpm_config_configure_repos (PkAlpmConfig *config,
-   level = pk_alpm_siglevel_parse (base, repo-siglevels, error);
-   if (level == ALPM_SIG_USE_DEFAULT)
-   return FALSE;
--  pk_alpm_add_database (repo-name, repo-servers, level);
-+  pk_alpm_add_database (backend, repo-name, repo-servers, 
level);
-   }
- 
-   return TRUE;
-@@ -936,7 +936,7 @@ out:
- }
- 
- static alpm_handle_t *
--pk_alpm_config_configure_alpm (PkAlpmConfig *config, GError **error)
-+pk_alpm_config_configure_alpm (PkBackend *backend, PkAlpmConfig *config, 
GError **error)
- {
-   PkBackendAlpmPrivate *priv = pk_backend_get_user_data (config-backend);
-   alpm_handle_t *handle;
-@@ -984,7 +984,7 @@ pk_alpm_config_configure_alpm (PkAlpmConfig *config, 
GError **error)
-   alpm_option_set_noupgrades (handle, config-noupgrades);
-   config-noupgrades = NULL;
- 
--  pk_alpm_config_configure_repos (config, handle, error);
-+  pk_alpm_config_configure_repos (backend, config, handle, error);
- 
-   return handle;
- }
-@@ -1003,7 +1003,7 @@ pk_alpm_configure (PkBackend *backend, const gchar 
*filename, GError **error)
-   pk_alpm_config_enter_section (config, options);
- 
-   if (pk_alpm_config_parse (config, filename, NULL, e))
--  handle = pk_alpm_config_configure_alpm (config, e);
-+  handle = pk_alpm_config_configure_alpm (backend, config, e);
- 
-   pk_alpm_config_free (config);
-   if (e != NULL) {
-diff --git a/backends/alpm/pk-alpm-databases.c 
b/backends/alpm/pk-alpm-databases.c
-index aef3cb8..e41bc0a 100644
 a/backends/alpm/pk-alpm-databases.c
-+++ b/backends/alpm/pk-alpm-databases.c
-@@ -33,9 +33,6 @@ typedef struct
-   alpm_siglevel_t level;
- } PkBackendRepo;
- 
--static GHashTable *disabled = NULL;
--static alpm_list_t *configured = NULL;
--
- static GHashTable *
- pk_alpm_disabled_repos_new (GError **error)
- {
-@@ -126,7 +123,7 @@ pk_alpm_disabled_repos_configure (PkBackend *backend, 
GHashTable *table, gboolea
-   return FALSE;
-   }
- 
--  for (i = configured; i != NULL; i = i-next) {
-+  for (i = priv-configured_repos; i != NULL; i = i-next) {
-   PkBackendRepo *repo = (PkBackendRepo *) i-data;
-   alpm_siglevel_t level = 

[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-03-19 Thread Christian Hesse
Date: Thursday, March 19, 2015 @ 14:34:01
  Author: eworm
Revision: 129572

clean up makedepends

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-19 12:39:36 UTC (rev 129571)
+++ PKGBUILD2015-03-19 13:34:01 UTC (rev 129572)
@@ -9,10 +9,8 @@
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
 license=('GPL')
-depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'pacman=4.2.0' 'polkit'
-   'shared-mime-info' 'sqlite' 'bash-completion')
+depends=('dbus-glib' 'pacman=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
 install='packagekit.install'


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-03-19 Thread Christian Hesse
Date: Thursday, March 19, 2015 @ 15:26:09
  Author: eworm
Revision: 129580

fix makedepends

optdepends are not added to makedepends automatically...

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-19 14:07:41 UTC (rev 129579)
+++ PKGBUILD2015-03-19 14:26:09 UTC (rev 129580)
@@ -10,7 +10,8 @@
 url='http://www.packagekit.org/'
 license=('GPL')
 depends=('dbus-glib' 'pacman=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
 install='packagekit.install'


[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm-track-pacman-round-2.patch)

2015-03-18 Thread Christian Hesse
Date: Wednesday, March 18, 2015 @ 15:26:14
  Author: eworm
Revision: 129491

upgpkg: packagekit 1.0.5-3

* really fix local database tracking

Added:
  packagekit/trunk/alpm-track-pacman-round-2.patch
Modified:
  packagekit/trunk/PKGBUILD

-+
 PKGBUILD|   14 +
 alpm-track-pacman-round-2.patch |  296 ++
 2 files changed, 307 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 14:20:27 UTC (rev 129490)
+++ PKGBUILD2015-03-18 14:26:14 UTC (rev 129491)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -20,10 +20,18 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
+   'alpm-track-pacman-round-2.patch')
 sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
-   'SKIP')
+   'SKIP'
+   '6f34263db8cbf36456f0e61e85cf2418c947c318a765fff2208063661a15d6d2')
 
+prepare() {
+   cd ${srcdir}/PackageKit-${pkgver}
+
+   patch -Np1  ${srcdir}/alpm-track-pacman-round-2.patch
+}
+
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 

Added: alpm-track-pacman-round-2.patch
===
--- alpm-track-pacman-round-2.patch (rev 0)
+++ alpm-track-pacman-round-2.patch 2015-03-18 14:26:14 UTC (rev 129491)
@@ -0,0 +1,296 @@
+diff --git a/backends/alpm/pk-alpm-config.c b/backends/alpm/pk-alpm-config.c
+index 54e0e7f..4584f36 100644
+--- a/backends/alpm/pk-alpm-config.c
 b/backends/alpm/pk-alpm-config.c
+@@ -796,7 +796,7 @@ pk_alpm_siglevel_cross (alpm_siglevel_t base, const 
alpm_list_t *list, GError **
+ }
+ 
+ static gboolean
+-pk_alpm_config_configure_repos (PkAlpmConfig *config,
++pk_alpm_config_configure_repos (PkBackend *backend, PkAlpmConfig *config,
+  alpm_handle_t *handle, GError **error)
+ {
+   alpm_siglevel_t base, local, remote;
+@@ -834,7 +834,7 @@ pk_alpm_config_configure_repos (PkAlpmConfig *config,
+   level = pk_alpm_siglevel_parse (base, repo-siglevels, error);
+   if (level == ALPM_SIG_USE_DEFAULT)
+   return FALSE;
+-  pk_alpm_add_database (repo-name, repo-servers, level);
++  pk_alpm_add_database (backend, repo-name, repo-servers, 
level);
+   }
+ 
+   return TRUE;
+@@ -936,7 +936,7 @@ out:
+ }
+ 
+ static alpm_handle_t *
+-pk_alpm_config_configure_alpm (PkAlpmConfig *config, GError **error)
++pk_alpm_config_configure_alpm (PkBackend *backend, PkAlpmConfig *config, 
GError **error)
+ {
+   PkBackendAlpmPrivate *priv = pk_backend_get_user_data (config-backend);
+   alpm_handle_t *handle;
+@@ -984,7 +984,7 @@ pk_alpm_config_configure_alpm (PkAlpmConfig *config, 
GError **error)
+   alpm_option_set_noupgrades (handle, config-noupgrades);
+   config-noupgrades = NULL;
+ 
+-  pk_alpm_config_configure_repos (config, handle, error);
++  pk_alpm_config_configure_repos (backend, config, handle, error);
+ 
+   return handle;
+ }
+@@ -1003,7 +1003,7 @@ pk_alpm_configure (PkBackend *backend, const gchar 
*filename, GError **error)
+   pk_alpm_config_enter_section (config, options);
+ 
+   if (pk_alpm_config_parse (config, filename, NULL, e))
+-  handle = pk_alpm_config_configure_alpm (config, e);
++  handle = pk_alpm_config_configure_alpm (backend, config, e);
+ 
+   pk_alpm_config_free (config);
+   if (e != NULL) {
+diff --git a/backends/alpm/pk-alpm-databases.c 
b/backends/alpm/pk-alpm-databases.c
+index aef3cb8..e41bc0a 100644
+--- a/backends/alpm/pk-alpm-databases.c
 b/backends/alpm/pk-alpm-databases.c
+@@ -33,9 +33,6 @@ typedef struct
+   alpm_siglevel_t level;
+ } PkBackendRepo;
+ 
+-static GHashTable *disabled = NULL;
+-static alpm_list_t *configured = NULL;
+-
+ static GHashTable *
+ pk_alpm_disabled_repos_new (GError **error)
+ {
+@@ -126,7 +123,7 @@ pk_alpm_disabled_repos_configure (PkBackend *backend, 
GHashTable *table, gboolea
+   return FALSE;
+   }
+ 
+-  for (i = configured; i != NULL; i = i-next) {
++  for (i = priv-configured_repos; i != NULL; i = i-next) {
+   PkBackendRepo *repo = (PkBackendRepo *) i-data;
+   alpm_siglevel_t level = repo-level;
+   alpm_db_t *db;
+@@ -155,9 +152,10 @@ pk_alpm_disabled_repos_configure (PkBackend *backend, 
GHashTable 

[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-03-10 Thread Christian Hesse
Date: Tuesday, March 10, 2015 @ 11:20:22
  Author: eworm
Revision: 128998

upgpkg: packagekit 1.0.5-2

* Remove workaround that we had for upstream issue #15 [0] and that was
  closed with upstream pull request #44 [1]. (fixes FS#44114)

[0] https://github.com/hughsie/PackageKit/issues/15
[1] https://github.com/hughsie/PackageKit/pull/44

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 08:18:44 UTC (rev 128997)
+++ PKGBUILD2015-03-10 10:20:22 UTC (rev 128998)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -24,15 +24,6 @@
 sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
'SKIP')
 
-prepare() {
-   cd ${srcdir}/PackageKit-${pkgver}
-
-   # packagekit does not know about updates made by pacman while daemon is 
running
-   # https://github.com/hughsie/PackageKit/issues/15
-   # For now we just exit the daemon... It will launch with a clean status 
if required.
-   sed -i '/ExecStart=/s/$/ --timed-exit/' data/packagekit.service.in
-}
-
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-02-09 Thread Christian Hesse
Date: Monday, February 9, 2015 @ 20:54:34
  Author: eworm
Revision: 127420

upgpkg: packagekit 1.0.5-1

Looks like alpm: pacman updates are not tracked (upstream issue #15)
is not solved completly. We keep the timed exit for now, it does not
hurt anybody.

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-09 18:22:18 UTC (rev 127419)
+++ PKGBUILD2015-02-09 19:54:34 UTC (rev 127420)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname='packagekit'
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -20,23 +20,13 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
-   
'packagekit-0001-fix-bad-event-usage-when-removing-package.patch::https://github.com/hughsie/PackageKit/commit/d4e5654eff038e828e142d4e0fefc64e1e2491e7.patch'
-   
'packagekit-0002-honor-simulate-flag-while-removing-packages.patch::https://github.com/hughsie/PackageKit/commit/b024647bd4e6ced41e811b88aea1cea16cb28dfb.patch')
-sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71'
-   'SKIP'
-   'bb2ea68145af2e542c74b5e76ec729c46f65345861b624cb37695830b899ecbf'
-   '4c2ca5ee5b60257ecf67c3822561510587b0afe263abf4fba98879d4d15156ea')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
+   'SKIP')
 
 prepare() {
cd ${srcdir}/PackageKit-${pkgver}
 
-   # https://github.com/hughsie/PackageKit/pull/43/commits
-   # alpm: fix bad event usage when removing package
-   patch -Np1  
${srcdir}/packagekit-0001-fix-bad-event-usage-when-removing-package.patch
-   # alpm: honor simulate flag while removing packages
-   patch -Np1  
${srcdir}/packagekit-0002-honor-simulate-flag-while-removing-packages.patch
-
# packagekit does not know about updates made by pacman while daemon is 
running
# https://github.com/hughsie/PackageKit/issues/15
# For now we just exit the daemon... It will launch with a clean status 
if required.


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-02-08 Thread Christian Hesse
Date: Sunday, February 8, 2015 @ 22:41:40
  Author: eworm
Revision: 127312

upgpkg: packagekit 1.0.4-3

* remove build dependency for pm-utils (upstream removed support with commit 
Remove PmUtils script helper 7231e6a2)
* fix upstream bug alpm: remove is broken (#39)

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-08 19:22:44 UTC (rev 127311)
+++ PKGBUILD2015-02-08 21:41:40 UTC (rev 127312)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'pacman=4.2.0'  'pm-utils' 'polkit'
+   'networkmanager' 'pacman=4.2.0' 'polkit'
'shared-mime-info' 'sqlite' 'bash-completion')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
@@ -20,13 +20,23 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
+   
'packagekit-0001-fix-bad-event-usage-when-removing-package.patch::https://github.com/hughsie/PackageKit/commit/d4e5654eff038e828e142d4e0fefc64e1e2491e7.patch'
+   
'packagekit-0002-honor-simulate-flag-while-removing-packages.patch::https://github.com/hughsie/PackageKit/commit/b024647bd4e6ced41e811b88aea1cea16cb28dfb.patch')
 sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71'
-   'SKIP')
+   'SKIP'
+   'bb2ea68145af2e542c74b5e76ec729c46f65345861b624cb37695830b899ecbf'
+   '4c2ca5ee5b60257ecf67c3822561510587b0afe263abf4fba98879d4d15156ea')
 
 prepare() {
cd ${srcdir}/PackageKit-${pkgver}
 
+   # https://github.com/hughsie/PackageKit/pull/43/commits
+   # alpm: fix bad event usage when removing package
+   patch -Np1  
${srcdir}/packagekit-0001-fix-bad-event-usage-when-removing-package.patch
+   # alpm: honor simulate flag while removing packages
+   patch -Np1  
${srcdir}/packagekit-0002-honor-simulate-flag-while-removing-packages.patch
+
# packagekit does not know about updates made by pacman while daemon is 
running
# https://github.com/hughsie/PackageKit/issues/15
# For now we just exit the daemon... It will launch with a clean status 
if required.


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-01-25 Thread Christian Hesse
Date: Sunday, January 25, 2015 @ 15:04:12
  Author: eworm
Revision: 126572

upgpkg: packagekit 1.0.4-2

Install /usr/share/polkit-1/rules.d/ with polkit's owner and permission.

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-25 14:03:42 UTC (rev 126571)
+++ PKGBUILD2015-01-25 14:04:12 UTC (rev 126572)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -56,6 +56,9 @@
 package() {
cd ${srcdir}/PackageKit-${pkgver}
 
+   # install directory with polkit's owner and permission
+   install -d -m0700 -o 102 ${pkgdir}/usr/share/polkit-1/rules.d
+
make DESTDIR=${pkgdir} install
 }
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-01-24 Thread Christian Hesse
Date: Saturday, January 24, 2015 @ 16:29:53
  Author: eworm
Revision: 126532

add source validation with gpg signature

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-24 11:48:56 UTC (rev 126531)
+++ PKGBUILD2015-01-24 15:29:53 UTC (rev 126532)
@@ -19,8 +19,10 @@
 backup=('var/lib/PackageKit/transactions.db'
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz;)
-sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
+sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71'
+   'SKIP')
 
 prepare() {
cd ${srcdir}/PackageKit-${pkgver}


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-01-19 Thread Christian Hesse
Date: Monday, January 19, 2015 @ 16:23:59
  Author: eworm
Revision: 126221

remove python packagekit packages

python-packagekit and python2-packagekit did not contain anything useful.
In fact python stuff is only built and installed for backend 'entropy',
'pisi' and 'portage'. We should be safe to remove this.

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   84 +
 1 file changed, 13 insertions(+), 71 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 15:13:02 UTC (rev 126220)
+++ PKGBUILD2015-01-19 15:23:59 UTC (rev 126221)
@@ -1,17 +1,23 @@
 # Maintainer: Christian Hesse m...@eworm.de
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
-pkgbase='packagekit'
-pkgname=('packagekit' 'python2-packagekit' 'python-packagekit')
+pkgname='packagekit'
 pkgver=1.0.3
-pkgrel=9
+pkgrel=10
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
 license=('GPL')
+depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'pacman=4.2.0'  'pm-utils' 'polkit' 'python2'
-   'shared-mime-info' 'sqlite' 'python2' 'python' 'bash-completion')
+   'networkmanager' 'pacman=4.2.0'  'pm-utils' 'polkit'
+   'shared-mime-info' 'sqlite' 'bash-completion')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
 
source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz;

'0001-alpm-versioning-8.2.0.patch::https://github.com/hughsie/PackageKit/commit/50cf2f652b9bfd89f153e4071474851bd93b83ef.patch'

'0002-pacman-4.2.0.patch::https://github.com/hughsie/PackageKit/commit/99c7d79f3626fe79f8225464b7601f55d4063f20.patch'
@@ -51,26 +57,17 @@
# https://github.com/hughsie/PackageKit/issues/15
# For now we just exit the daemon... It will launch with a clean status 
if required.
sed -i '/ExecStart=/s/$/ --timed-exit/' data/packagekit.service.in
-
-   # copy after patching but before fixing for python2
-   cp -r ${srcdir}/PackageKit-${pkgver} 
${srcdir}/PackageKit-${pkgver}-python3
-
-   sed -i 's|python |python2 |' 'lib/python/packagekit/Makefile.in'
-   sed -i 's|bin/python|bin/python2|' 'lib/python/packagekit/'*.py
 }
 
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 
-   export PYTHON=/usr/bin/python2
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib/PackageKit \
-   --enable-strict \
--disable-static \
--disable-gtk-doc \
-   --disable-tests \
--disable-local \
--disable-browser-plugin \
--disable-gstreamer-plugin \
@@ -77,72 +74,17 @@
--disable-gtk-module \
--disable-command-not-found \
--disable-cron \
-   --disable-debuginfo-install \
-   --enable-pm-utils \
--disable-dummy \
-   --enable-alpm \
-   --with-default-backend=alpm
+   --enable-alpm
make
-
-   cd ${srcdir}/PackageKit-${pkgver}-python3
-
-   export PYTHON=/usr/bin/python
-   ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --libexecdir=/usr/lib/PackageKit \
-   --enable-strict \
-   --disable-static \
-   --disable-gtk-doc \
-   --disable-tests \
-   --disable-local \
-   --disable-browser-plugin \
-   --disable-gstreamer-plugin \
-   --disable-gtk-module \
-   --disable-command-not-found \
-   --disable-cron \
-   --disable-debuginfo-install \
-   --enable-pm-utils \
-   --disable-dummy \
-   --enable-alpm \
-   --with-default-backend=alpm
-   make
 }
 
-package_packagekit() {
-   depends=('dbus-glib' 'pacman' 'polkit' 'shared-mime-info' 'sqlite')
-   optdepends=('networkmanager: detect connection status'
-   'bash-completion: command completion in bash')
-   backup=('var/lib/PackageKit/transactions.db'
-   'etc/PackageKit/alpm.d/pacman.conf'
-   'etc/PackageKit/alpm.d/repos.list')
-   install='packagekit.install'
-
+package() {
cd ${srcdir}/PackageKit-${pkgver}
 
make DESTDIR=${pkgdir} install
 }
 
-package_python2-packagekit() {
-   

[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-01-19 Thread Christian Hesse
Date: Monday, January 19, 2015 @ 12:16:08
  Author: eworm
Revision: 126213

make the daemon exit after time

This is a workaround for packagekit. It does not notice changes made by
pacman while daemon is running.
https://github.com/hughsie/PackageKit/issues/15

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 10:47:39 UTC (rev 126212)
+++ PKGBUILD2015-01-19 11:16:08 UTC (rev 126213)
@@ -4,7 +4,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'python2-packagekit' 'python-packagekit')
 pkgver=1.0.3
-pkgrel=8
+pkgrel=9
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -47,6 +47,11 @@
patch -Np1  ${srcdir}/0009-alpm-pk_backend_sync_thread.patch
patch -Np1  
${srcdir}/0010-alpm-clean-logic-in-pk_alpm_transaction_packages.patch
 
+   # packagekit does not know about updates made by pacman while daemon is 
running
+   # https://github.com/hughsie/PackageKit/issues/15
+   # For now we just exit the daemon... It will launch with a clean status 
if required.
+   sed -i '/ExecStart=/s/$/ --timed-exit/' data/packagekit.service.in
+
# copy after patching but before fixing for python2
cp -r ${srcdir}/PackageKit-${pkgver} 
${srcdir}/PackageKit-${pkgver}-python3
 


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2015-01-19 Thread Christian Hesse
Date: Monday, January 19, 2015 @ 18:56:46
  Author: eworm
Revision: 126240

upgpkg: packagekit 1.0.4-1

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 4 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 17:36:59 UTC (rev 126239)
+++ PKGBUILD2015-01-19 17:56:46 UTC (rev 126240)
@@ -2,8 +2,8 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname='packagekit'
-pkgver=1.0.3
-pkgrel=10
+pkgver=1.0.4
+pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -18,41 +18,12 @@
 backup=('var/lib/PackageKit/transactions.db'
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz;
-   
'0001-alpm-versioning-8.2.0.patch::https://github.com/hughsie/PackageKit/commit/50cf2f652b9bfd89f153e4071474851bd93b83ef.patch'
-   
'0002-pacman-4.2.0.patch::https://github.com/hughsie/PackageKit/commit/99c7d79f3626fe79f8225464b7601f55d4063f20.patch'
-   
'0003-alpm-versioning.patch::https://github.com/hughsie/PackageKit/commit/19903a4a90028a9c7e27f953877e2654a7dd3375.patch'
-   
'0004-alpm-versioning-9.0.0.patch::https://github.com/eworm-de/PackageKit/commit/7d34f8da09fd2cb14daccf960e69c19efae67f7a.patch'
-   
'0005-fix-sigsegv.patch::https://github.com/hughsie/PackageKit/commit/e75924e9ec361b564233b335d76d832e5d592131.patch'
-   
'0006-fix-columns.patch::https://github.com/hughsie/PackageKit/commit/0aee338b8e5466573b526cb08a1813b2f40b7c48.patch'
-   
'0007-honor-simulation-when-installing-packages.patch::https://github.com/hughsie/PackageKit/commit/df1003d58b6466be0932f97c21b999e24d57527b.patch'
-   
'0008-alpm-fix-bad-logic-in-pk_backend_resolve_name.patch::https://github.com/hughsie/PackageKit/commit/ed43f18b5fb7764d446bed3b08bdf178abfab3a7.patch'
-   
'0009-alpm-pk_backend_sync_thread.patch::https://github.com/hughsie/PackageKit/commit/3c58cb37f167f1e8c3daac4ff58699d6f7264a93.patch'
-   
'0010-alpm-clean-logic-in-pk_alpm_transaction_packages.patch::https://github.com/hughsie/PackageKit/commit/3b414bed88d8a4865ff41e074949262b6de7c8e1.patch')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz;)
+sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71')
 
 prepare() {
cd ${srcdir}/PackageKit-${pkgver}
 
-   # alpm 9.0.0
-   patch -Np1  ${srcdir}/0001-alpm-versioning-8.2.0.patch
-   patch -Np1  ${srcdir}/0002-pacman-4.2.0.patch
-   patch -Np1  ${srcdir}/0003-alpm-versioning.patch
-   patch -Np1  ${srcdir}/0004-alpm-versioning-9.0.0.patch
-
-   # fix SIGSEV when asking for package files
-   patch -Np1  ${srcdir}/0005-fix-sigsegv.patch
-
-   # pkcpn: fix columns
-   patch -Np1  ${srcdir}/0006-fix-columns.patch
-
-   # honor simulation when installing packages
-   patch -Np1  
${srcdir}/0007-honor-simulation-when-installing-packages.patch
-
-   # fix package update
-   patch -Np1  
${srcdir}/0008-alpm-fix-bad-logic-in-pk_backend_resolve_name.patch
-   patch -Np1  ${srcdir}/0009-alpm-pk_backend_sync_thread.patch
-   patch -Np1  
${srcdir}/0010-alpm-clean-logic-in-pk_alpm_transaction_packages.patch
-
# packagekit does not know about updates made by pacman while daemon is 
running
# https://github.com/hughsie/PackageKit/issues/15
# For now we just exit the daemon... It will launch with a clean status 
if required.
@@ -85,14 +56,3 @@
make DESTDIR=${pkgdir} install
 }
 
-sha256sums=('88c652e0bb4e39e0e0d89ad50cff3cd91c67c923250199d16419606ee79b5eef'
-'03bb902dafb9d44c960dead9dbff29830daeea948526af98634319466e809b44'
-'21790e44b0a8489896281c7664a50a3c88794e669af0f47e8185c54db448ac1b'
-'804fc47e3f371200db088c2d7d768ff464bfbd7d7691663528dd0604da840389'
-'c6f5a2f85a062d38fb500d18eb17b9cdecd8525f8c1136a2949c3070849641de'
-'7f33ec3c0455bdcafd0a5ee26c70e8368a3268413d3ee8c6cdad52f4ed7cc78b'
-'934f767148ec567b078426534060e9958182f0077cc53fa997a4d9a49865524a'
-'5cfe5c75721d3f57bf520bf211b510c771f888b11c6396d1df10f7d439fb4a46'
-'d90762bbdc893c833863ab9a59f7084cef8f44b3ba99089b64a7f12c26c501fb'
-'73723f1717849ff171d9a1a3a9a46a353b23e674db33909cc22e167d6dc0fc3a'
-'30ec77f05210bc37e0d75f476bc679c67f98622be70f89801a847a506476f6ff')


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2014-10-19 Thread Eric Bélanger
Date: Monday, October 20, 2014 @ 02:56:42
  Author: eric
Revision: 120997

upgpkg: packagekit 0.7.6-12

Add python 3 support, Update source url

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   58 --
 1 file changed, 48 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-19 22:28:46 UTC (rev 120996)
+++ PKGBUILD2014-10-20 00:56:42 UTC (rev 120997)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Jonathan Conder jonno.con...@gmail.com
 pkgbase='packagekit'
-pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
+pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit' 
'python-packagekit')
 pkgver=0.7.6
-pkgrel=11
+pkgrel=12
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;
@@ -10,27 +10,32 @@
 license=('GPL')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
  'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt4'
- 'shared-mime-info' 'sqlite' 'udev')
-source=(http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz;
+ 'shared-mime-info' 'sqlite' 'udev' 'python')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-$pkgver.tar.xz;
 'adopt.patch'
'alpm.patch'
'libarchive.patch')
 sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
 'd0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
-   'c7f6da04f5b8f09e6d884ae4f480c064eae10de1d2528bf14d2f55b34e472c23'
-   '0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
+'c7f6da04f5b8f09e6d884ae4f480c064eae10de1d2528bf14d2f55b34e472c23'
+'0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
 prepare() {
   cd $srcdir/PackageKit-$pkgver
 
   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
-
+  sed -i 's@-Werror@@' configure.ac
   patch -Np1 -i $srcdir/adopt.patch
   patch -Np1 -i $srcdir/alpm.patch
   patch -Np1 -i $srcdir/libarchive.patch
   sed -i 's@sbin_PROGRAMS@bin_PROGRAMS@' 'contrib/device-rebind/Makefile.am'
+
+  cd $srcdir
+  cp -r PackageKit-$pkgver PackageKit-$pkgver-python3
+
+  cd $srcdir/PackageKit-$pkgver
+  sed -i 's@python @python2 @' 'lib/python/packagekit/Makefile.in'
+  sed -i 's@bin/python@bin/python2@' 'lib/python/packagekit/'*.py
 }
 
 build() {
@@ -57,6 +62,30 @@
   --enable-alpm \
   --with-default-backend=alpm
   make -s CFLAGS='-D_FILE_OFFSET_BITS=64 -O2 -Wno-unused-local-typedefs 
-Wno-deprecated-declarations -Wno-suggest-attribute=format'
+
+ cd $srcdir/PackageKit-$pkgver-python3
+
+  export PYTHON=/usr/bin/python
+  ./autogen.sh --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/PackageKit \
+  --enable-strict \
+  --disable-static \
+  --disable-gtk-doc \
+  --disable-tests \
+  --disable-local \
+  --disable-browser-plugin \
+  --disable-gstreamer-plugin \
+  --disable-gtk-module \
+  --disable-command-not-found \
+  --disable-cron \
+  --disable-debuginfo-install \
+  --enable-pm-utils \
+  --disable-dummy \
+  --enable-alpm \
+  --with-default-backend=alpm
+  make -s CFLAGS='-D_FILE_OFFSET_BITS=64 -O2 -Wno-unused-local-typedefs 
-Wno-deprecated-declarations -Wno-suggest-attribute=format'
 }
 
 package_packagekit() {
@@ -98,7 +127,7 @@
 
 package_python2-packagekit() {
   depends=('packagekit' 'python2')
-  pkgdesc=('Python bindings for PackageKit')
+  pkgdesc=('Python 2 bindings for PackageKit')
   conflicts=('packagekit-python')
   replaces=('packagekit-python')
 
@@ -106,3 +135,12 @@
 
   make DESTDIR=$pkgdir install
 }
+
+package_python-packagekit() {
+  depends=('packagekit' 'python')
+  pkgdesc=('Python 3 bindings for PackageKit')
+
+  cd $srcdir/PackageKit-$pkgver-python3/lib/python
+
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2013-12-23 Thread Balló György
Date: Monday, December 23, 2013 @ 11:36:05
  Author: bgyorgy
Revision: 102882

upgpkg: packagekit 0.7.6-11

Signing rebuild

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 10:33:27 UTC (rev 102881)
+++ PKGBUILD2013-12-23 10:36:05 UTC (rev 102882)
@@ -3,7 +3,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;
@@ -20,7 +20,7 @@
'c7f6da04f5b8f09e6d884ae4f480c064eae10de1d2528bf14d2f55b34e472c23'
'0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
-build() {
+prepare() {
   cd $srcdir/PackageKit-$pkgver
 
   sed -i 's@SUBDIRS = test@SUBDIRS =@' 'backends/Makefile.in'
@@ -31,7 +31,11 @@
   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 \
   --sysconfdir=/etc \



[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm.patch)

2013-05-15 Thread Jonathan Conder
Date: Thursday, May 16, 2013 @ 04:45:17
  Author: jconder
Revision: 90941

upgpkg: packagekit 0.7.6-10

move files from /usr/sbin to /usr/bin

Modified:
  packagekit/trunk/PKGBUILD
  packagekit/trunk/alpm.patch

+
 PKGBUILD   |7 ---
 alpm.patch |   42 +-
 2 files changed, 29 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-15 21:35:03 UTC (rev 90940)
+++ PKGBUILD2013-05-16 02:45:17 UTC (rev 90941)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=9
+pkgrel=10
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;
@@ -18,7 +18,7 @@
'libarchive.patch')
 sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
 'd0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
-   'd27c77d3c0e2932fff2916fedcae011bd283904ef7c329dd0dc05163b58d7415'
+   'c7f6da04f5b8f09e6d884ae4f480c064eae10de1d2528bf14d2f55b34e472c23'
'0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
 build() {
@@ -31,6 +31,7 @@
   patch -Np1 -i $srcdir/adopt.patch
   patch -Np1 -i $srcdir/alpm.patch
   patch -Np1 -i $srcdir/libarchive.patch
+  sed -i 's@sbin_PROGRAMS@bin_PROGRAMS@' 'contrib/device-rebind/Makefile.am'
 
   export PYTHON=/usr/bin/python2
   ./autogen.sh --prefix=/usr \
@@ -52,7 +53,7 @@
   --disable-dummy \
   --enable-alpm \
   --with-default-backend=alpm
-  make -s CFLAGS='-D_FILE_OFFSET_BITS=64 -O2 -Wno-unused-local-typedefs'
+  make -s CFLAGS='-D_FILE_OFFSET_BITS=64 -O2 -Wno-unused-local-typedefs 
-Wno-deprecated-declarations -Wno-suggest-attribute=format'
 }
 
 package_packagekit() {

Modified: alpm.patch
===
--- alpm.patch  2013-05-15 21:35:03 UTC (rev 90940)
+++ alpm.patch  2013-05-16 02:45:17 UTC (rev 90941)
@@ -1080,7 +1080,7 @@
  
  out:
 diff --git a/backends/alpm/pk-backend-transaction.c 
b/backends/alpm/pk-backend-transaction.c
-index 76402f0..5e32151 100644
+index 76402f0..554f06d 100644
 --- a/backends/alpm/pk-backend-transaction.c
 +++ b/backends/alpm/pk-backend-transaction.c
 @@ -63,7 +63,7 @@ alpm_pkg_has_basename (alpm_pkg_t *pkg, const gchar 
*basename)
@@ -1130,7 +1130,15 @@
if (percent == recent) {
break;
}
-@@ -388,6 +393,17 @@ pk_backend_output (PkBackend *self, const gchar *output)
+@@ -316,7 +321,6 @@ pk_backend_transaction_conv_cb (alpm_question_t question, 
gpointer data1,
+   case ALPM_QUESTION_REPLACE_PKG:
+   case ALPM_QUESTION_CONFLICT_PKG:
+   case ALPM_QUESTION_CORRUPTED_PKG:
+-  case ALPM_QUESTION_LOCAL_NEWER:
+   /* these actions are mostly harmless */
+   g_debug (safe question %d, question);
+   *result = 1;
+@@ -388,6 +392,17 @@ pk_backend_output (PkBackend *self, const gchar *output)
  }
  
  static void
@@ -1148,7 +1156,7 @@
  pk_backend_transaction_dep_resolve (PkBackend *self)
  {
g_return_if_fail (self != NULL);
-@@ -427,7 +443,8 @@ pk_backend_transaction_add_done (PkBackend *self, 
alpm_pkg_t *pkg)
+@@ -427,7 +442,8 @@ pk_backend_transaction_add_done (PkBackend *self, 
alpm_pkg_t *pkg)
name = alpm_pkg_get_name (pkg);
version = alpm_pkg_get_version (pkg);
  
@@ -1158,7 +1166,7 @@
pk_backend_pkg (self, pkg, PK_INFO_ENUM_FINISHED);
  
optdepends = alpm_pkg_get_optdepends (pkg);
-@@ -435,8 +452,10 @@ pk_backend_transaction_add_done (PkBackend *self, 
alpm_pkg_t *pkg)
+@@ -435,8 +451,10 @@ pk_backend_transaction_add_done (PkBackend *self, 
alpm_pkg_t *pkg)
pk_backend_output (self, Optional dependencies:\n);
  
for (i = optdepends; i != NULL; i = i-next) {
@@ -1170,7 +1178,7 @@
pk_backend_output (self, output);
g_free (output);
}
-@@ -467,7 +486,8 @@ pk_backend_transaction_remove_done (PkBackend *self, 
alpm_pkg_t *pkg)
+@@ -467,7 +485,8 @@ pk_backend_transaction_remove_done (PkBackend *self, 
alpm_pkg_t *pkg)
name = alpm_pkg_get_name (pkg);
version = alpm_pkg_get_version (pkg);
  
@@ -1180,7 +1188,7 @@
pk_backend_pkg (self, pkg, PK_INFO_ENUM_FINISHED);
pk_backend_output_end (self);
  }
-@@ -498,45 +518,106 @@ pk_backend_transaction_upgrade_start (PkBackend *self, 
alpm_pkg_t *pkg,
+@@ -498,45 +517,106 @@ pk_backend_transaction_upgrade_start (PkBackend *self, 
alpm_pkg_t *pkg,
pk_backend_output_start (self, pkg);
  }
  
@@ -1307,7 +1315,7 @@
  pk_backend_transaction_setup (PkBackend *self)
  {
g_return_if_fail (self != NULL);

[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm.patch)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 13:30:07
  Author: jconder
Revision: 87869

upgpkg: packagekit 0.7.6-7

fix build error

Modified:
  packagekit/trunk/PKGBUILD
  packagekit/trunk/alpm.patch

+
 PKGBUILD   |4 ++--
 alpm.patch |   22 --
 2 files changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-08 10:05:32 UTC (rev 87868)
+++ PKGBUILD2013-04-08 11:30:07 UTC (rev 87869)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=6
+pkgrel=7
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;
@@ -18,7 +18,7 @@
'libarchive.patch')
 sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
 'd0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
-   '067f39917f5442b8146c793b62f86f66fc8a4c7e391c0f3219d13f98d45ba630'
+   'd27c77d3c0e2932fff2916fedcae011bd283904ef7c329dd0dc05163b58d7415'
'0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
 build() {

Modified: alpm.patch
===
--- alpm.patch  2013-04-08 10:05:32 UTC (rev 87868)
+++ alpm.patch  2013-04-08 11:30:07 UTC (rev 87869)
@@ -40,7 +40,7 @@
 alpm_strerror (errno));
}
 diff --git a/backends/alpm/pk-backend-config.c 
b/backends/alpm/pk-backend-config.c
-index c8fd13b..1a82637 100644
+index c8fd13b..03adb47 100644
 --- a/backends/alpm/pk-backend-config.c
 +++ b/backends/alpm/pk-backend-config.c
 @@ -33,35 +33,32 @@
@@ -357,14 +357,14 @@
 +
 +  return g_strcmp0 (section-name, name);
 +}
-+
+ 
+-  if (alpm_list_find_str (config-repos, repo) == NULL) {
+-  config-repos = alpm_list_add (config-repos, g_strdup (repo));
 +static PkBackendConfigSection *
 +pk_backend_config_enter_section (PkBackendConfig *config, const gchar *name)
 +{
 +  PkBackendConfigSection *section;
- 
--  if (alpm_list_find_str (config-repos, repo) == NULL) {
--  config-repos = alpm_list_add (config-repos, g_strdup (repo));
++
 +  g_return_val_if_fail (config != NULL, NULL);
 +  g_return_val_if_fail (name != NULL, NULL);
 +
@@ -426,8 +426,8 @@
  {
 -  alpm_siglevel_t *level;
 -
-   g_return_val_if_fail (config != NULL, FALSE);
-   g_return_val_if_fail (section != NULL, FALSE);
+-  g_return_val_if_fail (config != NULL, FALSE);
+-  g_return_val_if_fail (section != NULL, FALSE);
 -  g_return_val_if_fail (list != NULL, FALSE);
 -
 -  level = g_hash_table_lookup (config-levels, section);
@@ -439,8 +439,7 @@
 -
 -  while (TRUE) {
 -  gboolean package = TRUE, database = TRUE;
-+  g_return_val_if_fail (words != NULL, FALSE);
- 
+-
 -  if (g_str_has_prefix (list, Package)) {
 -  database = FALSE;
 -  list += 7;
@@ -506,7 +505,10 @@
 -  ++list;
 -  }
 -  }
--
++  g_return_if_fail (config != NULL);
++  g_return_if_fail (section != NULL);
++  g_return_if_fail (words != NULL);
+ 
 -  return TRUE;
 +  section-siglevels = alpm_list_add_words (section-siglevels, words);
  }



[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 13:46:17
  Author: jconder
Revision: 87870

upgpkg: packagekit 0.7.6-8

fix build error

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-08 11:30:07 UTC (rev 87869)
+++ PKGBUILD2013-04-08 11:46:17 UTC (rev 87870)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=7
+pkgrel=8
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;



[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2013-04-08 Thread Jonathan Conder
Date: Monday, April 8, 2013 @ 14:39:42
  Author: jconder
Revision: 87880

upgpkg: packagekit 0.7.6-9

fix build error

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-08 12:35:31 UTC (rev 87879)
+++ PKGBUILD2013-04-08 12:39:42 UTC (rev 87880)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=8
+pkgrel=9
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;



[arch-commits] Commit in packagekit/trunk (PKGBUILD alpm.patch)

2013-04-01 Thread Jonathan Conder
Date: Tuesday, April 2, 2013 @ 01:49:20
  Author: jconder
Revision: 87499

upgpkg: packagekit 0.7.6-6

update for pacman 4.1

Added:
  packagekit/trunk/alpm.patch
Modified:
  packagekit/trunk/PKGBUILD

+
 PKGBUILD   |   17 
 alpm.patch | 1611 +++
 2 files changed, 1622 insertions(+), 6 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 87498:87499 to see the changes.


[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2013-03-01 Thread Jonathan Conder
Date: Friday, March 1, 2013 @ 09:56:01
  Author: jconder
Revision: 85329

upgpkg: packagekit 0.7.6-5

libarchive+qt rebuild

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-01 06:31:46 UTC (rev 85328)
+++ PKGBUILD2013-03-01 08:56:01 UTC (rev 85329)
@@ -3,13 +3,13 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python')
 pkgver=0.7.6
-pkgrel=4
+pkgrel=5
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;
 license=('GPL')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
- 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt'
+ 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt4'
  'shared-mime-info' 'sqlite' 'udev')
 options=('!libtool')
 source=(http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz;
@@ -81,7 +81,7 @@
 }
 
 package_packagekit-qt2() {
-  depends=('packagekit' 'qt')
+  depends=('packagekit' 'qt4')
   pkgdesc=('Qt bindings for PackageKit')
 
   cd $srcdir/PackageKit-$pkgver/lib/packagekit-qt2



[arch-commits] Commit in packagekit/trunk (PKGBUILD libarchive.patch)

2013-02-28 Thread Jonathan Conder
Date: Friday, March 1, 2013 @ 07:05:12
  Author: jconder
Revision: 85326

upgpkg: packagekit 0.7.6-4

libarchive rebuild

Added:
  packagekit/trunk/libarchive.patch
Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 libarchive.patch |   39 +++
 2 files changed, 47 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-01 02:43:05 UTC (rev 85325)
+++ PKGBUILD2013-03-01 06:05:12 UTC (rev 85326)
@@ -3,19 +3,21 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python')
 pkgver=0.7.6
-pkgrel=3
+pkgrel=4
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;
 license=('GPL')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
- 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt4'
+ 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt'
  'shared-mime-info' 'sqlite' 'udev')
 options=('!libtool')
 source=(http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz;
-'adopt.patch')
+'adopt.patch'
+   'libarchive.patch')
 sha256sums=('82c0a553075d49add3c4f58e6e93f7f3613938809a4b8e36f46476e86981b45d'
-'d0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8')
+'d0ee8580202a878571470017731299c63e5c5120afe881bb41b9544322b8'
+   '0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
 build() {
   cd $srcdir/PackageKit-$pkgver
@@ -25,6 +27,7 @@
   sed -i 's@bin/python@bin/python2@' 'lib/python/packagekit/'*.py
 
   patch -Np1 -i $srcdir/adopt.patch
+  patch -Np1 -i $srcdir/libarchive.patch
 
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr \
@@ -78,7 +81,7 @@
 }
 
 package_packagekit-qt2() {
-  depends=('packagekit' 'qt4')
+  depends=('packagekit' 'qt')
   pkgdesc=('Qt bindings for PackageKit')
 
   cd $srcdir/PackageKit-$pkgver/lib/packagekit-qt2

Added: libarchive.patch
===
--- libarchive.patch(rev 0)
+++ libarchive.patch2013-03-01 06:05:12 UTC (rev 85326)
@@ -0,0 +1,39 @@
+diff -Nru a/lib/packagekit-glib2/pk-service-pack.c 
b/lib/packagekit-glib2/pk-service-pack.c
+--- a/lib/packagekit-glib2/pk-service-pack.c   2012-08-17 00:36:38.0 
+1200
 b/lib/packagekit-glib2/pk-service-pack.c   2013-03-01 19:00:08.773738469 
+1300
+@@ -207,7 +207,7 @@
+   archive_read_support_format_tar (arch);
+ 
+   /* open the tar file */
+-  r = archive_read_open_file (arch, filename, 10240);
++  r = archive_read_open_filename (arch, filename, 10240);
+   if (r) {
+   g_set_error (error, PK_SERVICE_PACK_ERROR, 
PK_SERVICE_PACK_ERROR_FAILED_EXTRACTION,
+ cannot open: %s, archive_error_string 
(arch));
+@@ -246,7 +246,7 @@
+   /* close the archive */
+   if (arch != NULL) {
+   archive_read_close (arch);
+-  archive_read_finish (arch);
++  archive_read_free (arch);
+   }
+ 
+   /* switch back to PWD */
+@@ -572,7 +572,7 @@
+ 
+   /* we can only write tar achives */
+   arch = archive_write_new ();
+-  archive_write_set_compression_none (arch);
++  archive_write_add_filter_none (arch);
+   archive_write_set_format_ustar (arch);
+   archive_write_open_filename (arch, state-filename);
+ 
+@@ -596,7 +596,7 @@
+   /* close the archive */
+   if (arch != NULL) {
+   archive_write_close (arch);
+-  archive_write_finish (arch);
++  archive_write_free (arch);
+   }
+   return ret;
+ }



[arch-commits] Commit in packagekit/trunk (PKGBUILD)

2013-02-19 Thread Ike Devolder
Date: Tuesday, February 19, 2013 @ 21:42:39
  Author: idevolder
Revision: 84550

packagekit :: 0.7.6-3

qt4 rebuild

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-19 20:42:37 UTC (rev 84549)
+++ PKGBUILD2013-02-19 20:42:39 UTC (rev 84550)
@@ -3,13 +3,13 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'packagekit-python')
 pkgver=0.7.6
-pkgrel=2
+pkgrel=3
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;
 license=('GPL')
 makedepends=('dbus-glib' 'gobject-introspection' 'gtk-doc' 'intltool'
- 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt'
+ 'networkmanager' 'pacman'  'pm-utils' 'polkit' 'python2' 'qt4'
  'shared-mime-info' 'sqlite' 'udev')
 options=('!libtool')
 source=(http://www.packagekit.org/releases/PackageKit-$pkgver.tar.xz;
@@ -78,7 +78,7 @@
 }
 
 package_packagekit-qt2() {
-  depends=('packagekit' 'qt')
+  depends=('packagekit' 'qt4')
   pkgdesc=('Qt bindings for PackageKit')
 
   cd $srcdir/PackageKit-$pkgver/lib/packagekit-qt2