Date: Saturday, August 27, 2016 @ 20:56:03
  Author: eworm
Revision: 187828

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  packagekit/repos/community-testing-i686/
  packagekit/repos/community-testing-i686/PKGBUILD
    (from rev 187827, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/
  packagekit/repos/community-testing-x86_64/PKGBUILD
    (from rev 187827, packagekit/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   65 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   65 ++++++++++++++++++++++++++++++++++++
 2 files changed, 130 insertions(+)

Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 187827, 
packagekit/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2016-08-27 20:56:03 UTC (rev 187828)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Jonathan Conder <[email protected]>
+
+pkgname='packagekit'
+pkgver=1.1.3
+pkgrel=2
+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>=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')
+validpgpkeys=(
+       '163EB50119225DB3DF8F49EA17ACBA8DFA970E17'      # Richard Hughes 
<[email protected]>
+       'EC60AABDF42AAE8FB062640480858FA38F62AF74')     # Kalev Lember 
<[email protected]>
+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')
+
+prepare() {
+       cd "${srcdir}/PackageKit-${pkgver}"
+
+       patch -Np1 < "${srcdir}/packagekit-do-not-crash.patch"
+}
+
+build() {
+       cd "${srcdir}/PackageKit-${pkgver}"
+
+       ./autogen.sh --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --libexecdir=/usr/lib/PackageKit \
+               --with-dbus-sys=/usr/share/dbus-1/system.d \
+               --disable-static \
+               --disable-gtk-doc \
+               --disable-local \
+               --disable-browser-plugin \
+               --disable-gstreamer-plugin \
+               --disable-gtk-module \
+               --disable-command-not-found \
+               --disable-cron \
+               --disable-dummy \
+               --enable-alpm
+       make
+}
+
+package() {
+       cd "${srcdir}/PackageKit-${pkgver}"
+
+       # 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
+}
+

Copied: packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 187827, 
packagekit/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-08-27 20:56:03 UTC (rev 187828)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Jonathan Conder <[email protected]>
+
+pkgname='packagekit'
+pkgver=1.1.3
+pkgrel=2
+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>=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')
+validpgpkeys=(
+       '163EB50119225DB3DF8F49EA17ACBA8DFA970E17'      # Richard Hughes 
<[email protected]>
+       'EC60AABDF42AAE8FB062640480858FA38F62AF74')     # Kalev Lember 
<[email protected]>
+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')
+
+prepare() {
+       cd "${srcdir}/PackageKit-${pkgver}"
+
+       patch -Np1 < "${srcdir}/packagekit-do-not-crash.patch"
+}
+
+build() {
+       cd "${srcdir}/PackageKit-${pkgver}"
+
+       ./autogen.sh --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --libexecdir=/usr/lib/PackageKit \
+               --with-dbus-sys=/usr/share/dbus-1/system.d \
+               --disable-static \
+               --disable-gtk-doc \
+               --disable-local \
+               --disable-browser-plugin \
+               --disable-gstreamer-plugin \
+               --disable-gtk-module \
+               --disable-command-not-found \
+               --disable-cron \
+               --disable-dummy \
+               --enable-alpm
+       make
+}
+
+package() {
+       cd "${srcdir}/PackageKit-${pkgver}"
+
+       # 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
+}
+

Reply via email to